Hi, I’ve a question withe “Stale “issue, my monitoring service always show the “the service is stale, it has no data receive for the last 1.5 check”. I am sure the connection between the checkmk and monitored device is fine , no packet lost , why it keeps show this alert message?
The “Stale” message in Checkmk 2.4 (and all recent versions) is by design. It simply means no fresh data has been received for 1.5 check intervals (default = 90 seconds with a 60 s interval).
This is not a network/packet-loss problem — even if ping works perfectly. It means the data source (Check_MK agent on port 6556, SNMP, or a plugin) is not delivering current values.
Quick fix steps:
Look at the main Check_MK service of the host.
On the Checkmk server run: cmk --check (add -v for details)
This almost always shows the real cause (agent down, firewall, slow plugin, timeout…).
You can raise the staleness value in Setup → General → Global settings → User interface if you want, but fixing the root cause is better.