...
- Decrease the normal check interval for the Checkmk agent below 120 seconds
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 language bash theme RDark max_cachefile_age = $SECONDS cluster_max_cachefile_age = $SECONDS
...