Skip to content
cronitorex.com

Event Types & States

event_type: ping

The status field in the payload. Allowed values:

StatusMeaningColor
runJob began executionBlue
completeJob finished successfully (exit 0)Green
failJob failed (exit ≠ 0 or exception)Red
skipJob intentionally skipped (maintenance window)Gray

event_type: stream_event

Any string is accepted for state. The UI maps keywords to colors:

State containsColor
success, complete, okGreen
fail, errorRed
start, running, pendingBlue
anything elseGray

Task executions (HTTP / SSL checks)

Scheduler tasks use a separate status set stored in scheduler.task_executions:

StatusMeaning
pendingQueued, not yet started
runningWorker is executing the check
successCheck passed
failedCheck failed
retryingTransient failure, retrying (up to 3×)