Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 0759075f2bd28c85e5023786495b16f465c4d3d4
https://github.com/tribe29/checkmk/commit/0759075f2bd28c85e5023786495b16f46…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M agents/wnx/Makefile
M agents/wnx/build_release.cmd
M agents/wnx/check_crlf.py
M cmk/utils/msi_patch.py
Log Message:
-----------
Python 3 is default tool for the Windows Build scripts
Change-Id: I8206fc7d3e488614a688b8638b2df97b33fea308
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 4fd718e5c6c6837663dc4e8a3fc2165a4fbc32c9
https://github.com/tribe29/checkmk/commit/4fd718e5c6c6837663dc4e8a3fc2165a4…
Author: Andreas Umbreit <andreas.umbreit(a)tribe29.com>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
A .werks/10433
Log Message:
-----------
10433 FIX Correct plugin name for netstat
This Werk fixes a regression for Linux and AIX since Werk #6314
When shipped via the agent bakery, the netstat agent plugin executable
is now correctly named "netstat" instead of "netstat.linux" and "netstat.aix"
respectively.
However, the incorrect naming did not interfere with correct plugin execution.
Change-Id: Ib63830a52a77ec53de9766d8fe23544d2f762fe0
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: adc9afb7194339a727bb41b8306e1fe86e9b730a
https://github.com/tribe29/checkmk/commit/adc9afb7194339a727bb41b8306e1fe86…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M agents/wnx/src/common/wtools.cpp
M agents/wnx/src/common/wtools.h
M agents/wnx/src/common/wtools_user_control.cpp
M agents/wnx/src/common/wtools_user_control.h
M agents/wnx/watest/test-wtools.cpp
M agents/wnx/watest/test-wtools_user_control.cpp
Log Message:
-----------
[CMK-3555] - internal user accounts to execute a plugin in group mode will be not visible on logon screen
- refactoring of the required wtools API
- extended testing
Change-Id: Icf81cfb5ed24ddd731fb6d79860bb21c7df0c754
Commit: dd29998cf8a7b05487b0f6480ece52a9695186e6
https://github.com/tribe29/checkmk/commit/dd29998cf8a7b05487b0f6480ece52a96…
Author: Ronny Bruska <ronny.bruska(a)tribe29.com>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M checks/jira_custom_svc
M cmk/gui/plugins/wato/check_parameters/jira_custom_svc.py
Log Message:
-----------
jira_custom_svc: Fixed initialization of counter and wording in wato rule
Change-Id: If1e7e44a0aeea6619db94d15068d062623dac0d3
Compare: https://github.com/tribe29/checkmk/compare/d5eea0b2fe45...dd29998cf8a7
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: d5eea0b2fe45e9a48a9bb0e2bb2b7ff7fc5e9bf7
https://github.com/tribe29/checkmk/commit/d5eea0b2fe45e9a48a9bb0e2bb2b7ff7f…
Author: Moritz Kiemer <moritz.kiemer(a)tribe29.com>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
A .werks/10595
M checks/dotnet_clrmemory
M checks/msexch_activesync
M checks/msexch_autodiscovery
M checks/msexch_availability
M checks/msexch_isclienttype
M checks/msexch_isstore
M checks/msexch_owa
M checks/msexch_rpcclientaccess
M checks/skype
M checks/wmi.include
Log Message:
-----------
10595 FIX wmi.include: Removed <tt>inventory_wmi_table</tt>
This only affects users who have custom plugins developed. The function
<tt>inventory_wmi_table</tt> has been removed from wmi.inlude.
Please replace it with either <tt>inventory_wmi_table_total</tt>
(if the service has no item) or <tt>inventory_wmi_table_instances</tt>
(if the service has items).
Change-Id: I5939dafc73921a5c7aca97238834ab7a0d7f8015