Status Model
Every check resolves to one of these states. Triggers and notifications fire on transitions, not on steady states.
[ OK ]
Monitor is healthy based on its validation rules.
[ KO ]
Monitor failed expected behavior. Fires down alerts.
[ DEG ]
Degraded - reachable but slower than the configured threshold.
[ WAF ]
Endpoint is reachable but blocked or challenged automated traffic.
[ MISS ]
Heartbeat did not arrive in time (scheduled mode only).
[ OFF ]
Monitor is paused. No checks are executed and no alerts fire.
TRANSITION RULES
- Down confirmation: HTTP/Ping/TCP/Browser/Game require two consecutive failing checks before flipping to KO.
- Flap suppression: if a monitor transitions 4+ times in 10 minutes, alerts pause until it stabilizes.
- Maintenance windows silence alerts but not dashboards.