Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please follow this guidance to increase the timeout.

Panel
bgColor#fff
  1. Got Go to the agent directory C:\ProgramData\checkmk\agent
  2. 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
      ...


...