Event Types & States
This content is not available in your language yet.
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)
HTTP and SSL checks use a separate status set:
| 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×) |