rbnSRProcessNotifyEventCause
RBN-SYS-RESOURCES-MIB ·
.1.3.6.1.4.1.2352.2.24.1.1.3.1.3
Object
column Enumeration
This identifies the cause of a process death/birth event. The value firstStart(1) indicates the process has been started the first time. The other values identifies the process exit status recorded on the last process death event. On the SmartEdge platform, these values correspond 1-to-1 with the values displayed by the 'show process crash-info' CLI command.
Context
- MIB
- RBN-SYS-RESOURCES-MIB
- OID
.1.3.6.1.4.1.2352.2.24.1.1.3.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rbnSRProcessNotifyEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk 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 'RBN-SYS-RESOURCES-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RBN-SYS-RESOURCES-MIB::rbnSRProcessNotifyEventCause'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RBN-SYS-RESOURCES-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RBN-SYS-RESOURCES-MIB::rbnSRProcessNotifyEventCause.<rbnSRProcessNotifyProcName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RBN-SYS-RESOURCES-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RBN-SYS-RESOURCES-MIB::rbnSRProcessNotifyEventCause'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | firstStart |
2 | hangup |
3 | interrupt |
4 | quit |
5 | illegalInstruction |
6 | traceTrap |
7 | abort |
8 | emt |
9 | floatingPointException |
10 | kill |
11 | busError |
12 | segmentFault |
13 | systemCallError |
14 | pipeError |
15 | alarmClock |
16 | softwareTermination |
17 | urgentConditionOnIOChannel |
18 | stopNotFromTty |
19 | stopFromTty |
20 | continueStopped |
21 | childExit |
22 | ttyInput |
23 | ttyOutput |
24 | inputOutput |
25 | exceededCpuTime |
26 | exceededFileSize |
27 | virtualAlarm |
28 | profilingAlarm |
29 | windowResize |
30 | infoRequest |
31 | userDefined1 |
32 | userDefined2 |
33 | powerFailRestart |
34 | unknown |
Conformance
Member of