Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: ce7e9a50a39230545cf7760bb88e33e910ba628b
https://github.com/tribe29/checkmk/commit/ce7e9a50a39230545cf7760bb88e33e91…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-04-06 (Wed, 06 Apr 2022)
Changed paths:
M cmk/base/plugins/agent_based/checkmk_agent_plugins.py
M tests/unit/cmk/base/plugins/agent_based/test_checkmk_agent_plugins.py
Log Message:
-----------
Add support for windows paths for `checkmk_agent_plugins`
This CL adds possibility to parse correctly data from windows
agent.
Windows and Linux stuff is now fully separated in main code.
CMK-10205
Change-Id: I1227e40c6f0f0411630ebc17eecd201243441c8a
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 99a16c2a408a121c41ad01a5de4b80eb1be31691
https://github.com/tribe29/checkmk/commit/99a16c2a408a121c41ad01a5de4b80eb1…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-04-05 (Tue, 05 Apr 2022)
Changed paths:
A .werks/13854
Log Message:
-----------
13854 FIX Agent bakery: Windows agent MSI is not signed anymore
Previously, provided by the WATO MSI file with Windows agent
retained a digital code signature from the original MSI file.
Because, in fact, the MSI file is a patched( rebuilt )
version of the original file from the distro, Windows
considered this signature to be invalid. Having a wrong signature
is worse than having no signature at all. Since we have currently
no mechanism to sign MSI files in the bakery, we removed the
signature completely from these files.
Since this release, WATO bakes agent's MSI using the unsigned
version of the MSI file, thus solving the problem.
Change-Id: I9eba8b765475b9d0a8e1a0447ab3dde8cb37da16
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: 825155c5d868ad22ee3d2f83ba2831032257ae5d
https://github.com/tribe29/checkmk/commit/825155c5d868ad22ee3d2f83ba2831032…
Author: Sergey Kipnis <sergey.kipnis(a)tribe29.com>
Date: 2022-04-05 (Tue, 05 Apr 2022)
Changed paths:
M agents/wnx/install/resources/check_mk.user.yml
M agents/wnx/install/resources/check_mk.yml
M agents/wnx/src/common/cfg_yaml.h
M agents/wnx/src/engine/agent_controller.cpp
M agents/wnx/src/engine/agent_controller.h
M agents/wnx/src/engine/service_processor.cpp
Log Message:
-----------
Add flag to configure reaction on crash of controller
Flag is system.controller.on_crash with possible options
"ignore" - do nothing, default
"emergency_mode" - start monitoring by the agent itself
CMK-10216
Change-Id: I111d2dd4be8d1e72ced466eb363255ce1989380c