sysSSanityCheckStatus
RAD-Dacs-MIB ·
.1.3.6.1.4.1.164.3.3.1.3.11
Object
scalar Enumeration
Upon completion of the Sanity Check process on the TmpCnfg
this object will be set to:
- fail(2): when there is at least one error (which is
not just a warning) encountered
otherwise,
- warning(3): when there are only warnings
otherwise,
- ok(4).
The value should be unknown(1), if the TmpCnfg was changed
after the last Sanity check.
Context
- MIB
- RAD-Dacs-MIB
- OID
.1.3.6.1.4.1.164.3.3.1.3.11- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- sysStatus
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 'RAD-Dacs-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Dacs-MIB::sysSSanityCheckStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-Dacs-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-Dacs-MIB::sysSSanityCheckStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | fail |
3 | warning |
4 | ok |