...
- Go to the agent directory C:\ProgramData\checkmk\agent
. Open the check_mk.user.yml file and search for the wmi_timeout section. Remove the '#' and select the value.
Code Block language bash theme RDark global: ... wmi_timeout: 7 # <- 7 sec, default ist 3 ...
...