madgeConfigDeviceHealth
MADGEBOX-MIB ·
.1.3.6.1.4.1.494.10.1.8
Object
scalar mandatory
Enumeration
Current health of the device Normal - everything is fine warning - something the user should be aware of degraded - the box is operating at reduced functionality critical - a major problem exists with the device.
Context
- MIB
- MADGEBOX-MIB
- OID
.1.3.6.1.4.1.494.10.1.8- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- madgeConfig
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MADGEBOX-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MADGEBOX-MIB::madgeConfigDeviceHealth.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MADGEBOX-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MADGEBOX-MIB::madgeConfigDeviceHealth'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normal |
2 | warning |
3 | degraded |
4 | critical |