Skip to content

Severity & Status Codes

GridNMS uses a single 5-level severity scale everywhere:

LevelNameColorUse
1CriticalRedTotal outage, link down, cold start
2ErrorOrangeAuth failure, partial failure
3WarningYellowWarm start, threshold breach, EGP loss
4InfoBlueLink up, routine informational
5DebugGrayVerbose, diagnostic

When you set a subscription’s severity threshold, you’re choosing the maximum level to be notified about — a threshold of 3 notifies on Critical, Error, and Warning.

StatusMeaning
0Open
1Acknowledged
2Closed

A clearing event (e.g. PING_UP after PING_DOWN) auto-closes the matching open event for the same device and tag.

Alive valueMeaning
1Up
0Down
(none)Unknown — not yet polled
TagRaised byMeaning
PING_DOWNmonitorDevice became unreachable (Critical)
PING_UPmonitorDevice returned (Info); clears PING_DOWN
SNMP_LINK_DOWNsnmptrapInterface down trap (Critical)
SNMP_LINK_UPsnmptrapInterface up trap (Info)
SNMP_COLD_STARTsnmptrapDevice cold start (Error)
SNMP_AUTH_FAILsnmptrapSNMP authentication failure (Error)

See The event system for the full mapping of syslog priorities and SNMP trap types onto these severities and tags.