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

Usage

devhelm status
The table view shows a summary of monitor health: how many are up, down, degraded, and paused, plus active incident count.

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.