sysApplElmtRunState

SYSAPPL-MIB · .1.3.6.1.2.1.54.1.2.3.1.6

Object

column RunState
The current state of the running process. The
possible values are running(1), runnable(2) but waiting
for a resource such as CPU, waiting(3) for an event,
exiting(4), or other(5).

Context

MIB
SYSAPPL-MIB
OID
.1.3.6.1.2.1.54.1.2.3.1.6
Type
column
Access
readonly
Status
current
Parent
sysApplElmtRunEntry
Groups
1

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

Syntax

Source
RunState
Base type
Enumeration

Values & Constraints

Type Values
1running
2runnable
3waiting
4exiting
5other

Conformance