pingResultsOperStatus

OBS ✓
DISMAN-PING-MIB · .1.3.6.1.2.1.80.1.3.1.1

Object

column Enumeration
Reflects the operational state of a pingCtlEntry:
              
enabled(1)    - Test is active.
disabled(2)   - Test has stopped.
completed(3)  - Test is completed.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in: Polling
Explore Observium network monitoring

Context

MIB
DISMAN-PING-MIB
OID
.1.3.6.1.2.1.80.1.3.1.1
Type
column
Access
readonly
Status
current
Parent
pingResultsEntry
Groups
2

Walk 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 'DISMAN-PING-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-PING-MIB::pingResultsOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DISMAN-PING-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-PING-MIB::pingResultsOperStatus.<pingCtlOwnerIndex>.<pingCtlTestName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DISMAN-PING-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DISMAN-PING-MIB::pingResultsOperStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1enabled
2disabled
3completed

Conformance