MIB Viewer

rbnSRProcessNotifyEventCause

OBJECT-TYPE
1.3.6.1.4.1.2352.2.24.1.1.3.1.3
Access
read-only
Status
current
Sub-identifiers
0
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.
INTEGER { firstStart(1), hangup(2), interrupt(3), quit(4), illegalInstruction(5), traceTrap(6), abort(7), emt(8), floatingPointException(9), kill(10), busError(11), segmentFault(12), systemCallError(13), pipeError(14), alarmClock(15), softwareTermination(16), urgentConditionOnIOChannel(17), stopNotFromTty(18), stopFromTty(19), continueStopped(20), childExit(21), ttyInput(22), ttyOutput(23), inputOutput(24), exceededCpuTime(25), exceededFileSize(26), virtualAlarm(27), profilingAlarm(28), windowResize(29), infoRequest(30), userDefined1(31), userDefined2(32), powerFailRestart(33), unknown(34) }