cnaHealthStatus
CISCO-NMS-APPL-HEALTH-MIB ·
.1.3.6.1.4.1.9.9.237.1.1.2.1.4
Object
column Enumeration
The value of this object indicates the health/status of the NMS
application, the notification is reporting about. The possible
values are:
started(1) : started & initialized successfully
stopped(2) : stopped successfully
busy(3) : not able to respond to any request from health
monitor until the status changed to started
failed(4) : upon detecting error condition, logged and exited
exited(5) : abnormally exited without logging
Context
- MIB
- CISCO-NMS-APPL-HEALTH-MIB
- OID
.1.3.6.1.4.1.9.9.237.1.1.2.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cnaHealthTableEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-NMS-APPL-HEALTH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-NMS-APPL-HEALTH-MIB::cnaHealthStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-NMS-APPL-HEALTH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-NMS-APPL-HEALTH-MIB::cnaHealthStatus.<cnaHealthTableIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-NMS-APPL-HEALTH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-NMS-APPL-HEALTH-MIB::cnaHealthStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | started |
2 | stopped |
3 | busy |
4 | failed |
5 | exited |
Conformance
Member of