All MIBs › SYSAPPL-MIB › sysApplPastRunExitState
sysApplPastRunExitState
Module: SYSAPPL-MIB
OID (symbolic): SYSAPPL-MIB::sysApplPastRunExitState
OID (numeric): 1.3.6.1.2.1.54.1.2.2.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The state of the application instance when it terminated. This value is based on an evaluation of the running elements of an application and their Roles as defined by sysApplInstallElmtRole. An application instance is said to have exited in a COMPLETE state and its entry is removed from the sysApplRunTable and added to the sysApplPastRunTable when the agent detects that ALL elements of an application invocation are no longer running. Most agent implementations will wait until a second internal poll has been completed to give the system time to either restart partial failures or to give all elements time to exit. A failed state occurs if, after the second poll, any elements continue to run but one or more of the REQUIRED elements are no longer running. All other combinations MUST be defined as OTHER.
What is sysApplPastRunExitState?
How this terminated application invocation ended: complete(1) for a normal exit, failed(2) for an abnormal exit (a required element stopped running unexpectedly), or other(3) for anything else — the first thing an admin checks when investigating why an application isn't running anymore.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.54.1.2.2.1.3 snmpwalk -v2c -c public <target> SYSAPPL-MIB::sysApplPastRunExitState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.54.1.2.2.1.3.1 snmpget -v2c -c public <target> SYSAPPL-MIB::sysApplPastRunExitState.1
Start monitoring vendor-neutral, standards-based MIB, general-purpose servers/workstations (installed-application/process status) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the SYSAPPL-MIB::sysApplPastRunExitState OID value, configure state conditions and alerts, and monitor any vendor-neutral, standards-based MIB, general-purpose servers/workstations (installed-application/process status) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.54 | sysApplMIB | SYSAPPL-MIB |
| 1.3.6.1.2.1.54.1 | sysApplOBJ | SYSAPPL-MIB |
| 1.3.6.1.2.1.54.1.2 | sysApplRun | SYSAPPL-MIB |
| 1.3.6.1.2.1.54.1.2.2 | sysApplPastRunTable | SYSAPPL-MIB |
| 1.3.6.1.2.1.54.1.2.2.1 | sysApplPastRunEntry | SYSAPPL-MIB |
| 1.3.6.1.2.1.54.1.2.2.1.3 | sysApplPastRunExitState | SYSAPPL-MIB |