Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Import Macro Repair

...

  1. 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
    languagebash
    themeRDark
    global:
      ...
      wmi_timeout: 7 # <- 7 sec, default ist 3
      ...


...