Event Types & States
event_type: ping
The status field in the payload. Allowed values:
| Status | Meaning | Color |
|---|---|---|
run | Job began execution | Blue |
complete | Job finished successfully (exit 0) | Green |
fail | Job failed (exit ≠ 0 or exception) | Red |
skip | Job intentionally skipped (maintenance window) | Gray |
event_type: stream_event
Any string is accepted for state. The UI maps keywords to colors:
| State contains | Color |
|---|---|
success, complete, ok | Green |
fail, error | Red |
start, running, pending | Blue |
| anything else | Gray |
Task executions (HTTP / SSL checks)
Scheduler tasks use a separate status set stored in scheduler.task_executions:
| Status | Meaning |
|---|---|
pending | Queued, not yet started |
running | Worker is executing the check |
success | Check passed |
failed | Check failed |
retrying | Transient failure, retrying (up to 3×) |