CMK version: Checkmk Raw Edition 2.1.0 OS version: Debian 11
Error message: We have over 30 hosts that are simply checked via ping to see if they are online or not. In version 2.0.0, this also works without any problems. Since today’s update to version 2.1.0, the service “Check_MK” is set to CRIT for all these hosts and the summary only says “(null)”.
This is due to the changed scope of the service Check_MK. You might just remove this service from monitoring. I’ll hint the developers on the missing summary.
Deep link to the section explaining the changes in the update article:
Glad it’s solved!
FYI: This quirk was caused by the fact that we changed the condition to show the “Check_MK” service. It used to be “if there are passive services”, but it now is “if there are configured data sources”.
See Add Check_MK service for hosts without passive services.