netBotzErrorStatus
NETBOTZ410-MIB ·
.1.3.6.1.4.1.5528.100.100
Object
scalar ErrorStatus
The error status of the appliance. If there are no error conditions reported for the appliance, the status is normal. Otherwise, the status is reported as the severity value of the highest severity error condition that is not resolved for the appliance.
Context
- MIB
- NETBOTZ410-MIB
- OID
.1.3.6.1.4.1.5528.100.100- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- netBotz
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 'NETBOTZ410-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETBOTZ410-MIB::netBotzErrorStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETBOTZ410-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETBOTZ410-MIB::netBotzErrorStatus'
Syntax
- Source
- ErrorStatus
- Base type
Enumeration
Values & Constraints
Type Values
0 | normal |
1 | info |
2 | warning |
3 | error |
4 | critical |
5 | failure |