Versions Compared

Key

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

...

  1. Decrease the normal check interval for the Checkmk agent below 120 seconds
  2. Manually change the affected site's main.mk and add the following lines. Adapt the $SECONDS to be at least the normal check interval of the Checkmk agent!

    Warning

    This is not supported by tribe29Checkmk! Do this at your own risk!


    Code Block
    languagebash
    themeRDark
    max_cachefile_age = $SECONDS
    cluster_max_cachefile_age = $SECONDS


...