Output of “cmk --debug -vvn hostname”: (If it is a problem with checks or plugins)
Hello everyone,
since upgrade to 2.5.0 the checkmk plugin “Windows Updates” (windows_updates.ps1) was changed from a VBS script to a powershell script.
But now I get no output anymore from this plugin. Here are the local logs of a checkmk agent (in attatchments “logs.txt”):
2026-07-30 15:49:41.179 [srv 7380] [Err ] Process 'C:\ProgramData\checkmk\agent\modules\python-3\.venv\Scripts\python.exe C:\ProgramData\checkmk\agent\plugins\cmk_update_agent.checkmk.py' [19968] is killed
2026-07-30 15:49:41.180 [srv 7380] [Warn ] Invalid process 0, can't store data C:\ProgramData\checkmk\agent\plugins\cmk_update_agent.checkmk.py
2026-07-30 15:49:41.180 [srv 7380] [Trace] Thread OFF: 'C:\ProgramData\checkmk\agent\plugins\cmk_update_agent.checkmk.py'
2026-07-30 15:49:41.745 [srv 7380] [Warn ] perf: In [30706] milliseconds process 'powershell.exe -NoLogo -NoProfile -ExecutionPolicy Bypass -File "C:\ProgramData\checkmk\agent\plugins\windows_updates.ps1"' pid:[25444] FAILED - generated [6] bytes of data in [1] blocks
2026-07-30 15:49:41.746 [srv 7380] [Warn ] Async Plugin 'C:\ProgramData\checkmk\agent\plugins\windows_updates.ps1' is failed
2026-07-30 15:49:41.747 [srv 7380] [Err ] Failed to start minibox thread C:\ProgramData\checkmk\agent\plugins\windows_updates.ps1
2026-07-30 15:49:41.747 [srv 7380] [Trace] Thread OFF: 'C:\ProgramData\checkmk\agent\plugins\windows_updates.ps1'
2026-07-30 15:51:11.377 [ctl:24496] [cmk_agent_ctl::modes::pull][INFO] [::ffff:10.4.28.20]:60382 (pull): Handling connection.
2026-07-30 15:51:11.398 [ctl:24496] [cmk_agent_ctl::modes::pull][DEBUG] [::ffff:10.4.28.20]:60382 (pull): Acquiring connection slot.
2026-07-30 15:51:11.419 [ctl:24496] [cmk_agent_ctl::modes::pull][DEBUG] [::ffff:10.4.28.20]:60382 (pull): Task #1 started.
2026-07-30 15:51:11.440 [ctl:24496] [cmk_agent_ctl::modes::pull][DEBUG] handle_request: starts from ::ffff:10.4.28.20
I think the following line is the problem: 2026-07-30 15:49:41.746 [srv 7380] [Warn ] Async Plugin ‘C:\ProgramData\checkmk\agent\plugins\windows_updates.ps1’ is failed
Can you check if has really your config with the 600 seconds timeout?
A “check_mk_agent.exe showconfig” can give use the running config.
The log file locks like a 30 second timeout for the plugin not 600 seconds.