curl -s 'http://localhost:19999/api/v1/alarms' | jq

Category: Monitoring & Observability

curl -s 'http://localhost:19999/api/v1/alarms' | jq

List netdata alarms and their states

Shows every configured alarm with its current status, from OK through WARNING and CRITICAL, plus the triggering value. The output is a flat list of alarm objects, so filter with jq for just the critical ones. Notifications still go through the configured channels.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.