clNodeHealth
OBS ✓
NS-ROOT-MIB ·
.1.3.6.1.4.1.5951.4.1.1.72.1.6
Object
column ClusterCurHealth
Health of the node in the cluster.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Status
Explore Observium network monitoring
Context
- MIB
- NS-ROOT-MIB
- OID
.1.3.6.1.4.1.5951.4.1.1.72.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- clusterEntry
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 'NS-ROOT-MIB' -M '/opt/observium/mibs/citrix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NS-ROOT-MIB::clNodeHealth'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NS-ROOT-MIB' -M '/opt/observium/mibs/citrix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NS-ROOT-MIB::clNodeHealth.<clnodeID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NS-ROOT-MIB' -M '/opt/observium/mibs/citrix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NS-ROOT-MIB::clNodeHealth'
Syntax
- Source
- ClusterCurHealth
- Base type
Enumeration
Values & Constraints
Type Values
0 | unknown |
1 | init |
2 | down |
3 | up |
4 | partialFail |
5 | completeFail |
6 | partialFailSsl |
7 | routemonitorFail |
8 | lbStateSyncInprog |
9 | bkplaneFail |
10 | clagFail |
11 | dhtSyncInprog |
12 | syncookieSyncInprog |
14 | unkwnBadHlth |