Skip to main content
Get a quick overview of your monitors and active incidents from the command line.

Usage

devhelm status
The default view shows a summary of monitor health — how many are up, down, degraded, and paused, with 24h/30d uptime — plus active incident count, incidents resolved today, and 30-day MTTR.

JSON output

devhelm status -o json
Useful for dashboards, scripts, or feeding into other tools:
devhelm status -o json | jq '.monitors.down'

Next steps

Monitors

Manage individual monitors.

Incidents

View and resolve incidents.