...
Please follow this guidance to increase the timeout.
Panel |
---|
|
- Got 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 |
---|
global:
...
wmi_timeout: 7 # <- 7 sec, default ist 3
... |
|
...