SYSAPPL-MIB

SYSAPPL-MIB Download

MIBs list

The MIB module defines management objects that model applications as collections of executables and files installed and executing on a host system. The MIB presents a system-level view of applications; i.e., objects in this MIB are limited to those attributes that can typically be obtained from the system itself without adding special instrumentation to the applications.

IPHost Network Monitor offer an easy way of SNMP monitoring your Cisco Servers, Routers, Switches, Bridges, Firewalls, Repeaters.

OID list for SYSAPPL-MIB

sysApplInstallPkgTable
The table listing the software application packages installed on a host computer. In order to appear in this table, it may be necessary for the application to be installed using some type of software installation mechanism or global registry so that its e ...
sysApplInstallPkgEntry
The logical row describing an installed application package.
sysApplInstallPkgIndex
An integer used only for indexing purposes. Generally monotonically increasing from 1 as new applications are installed. The value for each installed application must remain constant at least from one re-initialization of the network management entity whi ...
sysApplInstallPkgManufacturer
The Manufacturer of the software application package.
sysApplInstallPkgProductName
The name assigned to the software application package by the Manufacturer.
sysApplInstallPkgVersion
The version number assigned to the application package by the manufacturer of the software.
sysApplInstallPkgSerialNumber
The serial number of the software assigned by the manufacturer.
sysApplInstallPkgDate
The date and time this software application was installed on the host.
sysApplInstallPkgLocation
The complete path name where the application package is installed. For example, the value would be '/opt/MyapplDir' if the application package was installed in the /opt/MyapplDir directory.
sysApplInstallElmtTable
This table details the individual application package elements (files and executables) which comprise the applications defined in the sysApplInstallPkg Table. Each entry in this table has an index to the sysApplInstallPkg table to identify the application ...
sysApplInstallElmtEntry
The logical row describing an element of an installed application. The element may be an executable or non-executable file.
sysApplInstallElmtIndex
An arbitrary integer used for indexing. The value of this index is unique among all rows in this table that exist or have existed since the last agent restart.
sysApplInstallElmtName
The name of this element which is contained in the application.
sysApplInstallElmtType
The type of element that is part of the installed application.
sysApplInstallElmtDate
The date and time that this component was installed on the system.
sysApplInstallElmtPath
The full directory path where this element is installed. For example, the value would be '/opt/EMPuma/bin' for an element installed in the directory '/opt/EMPuma/bin'. Most application packages include information about the elements contained in the packa ...
sysApplInstallElmtSizeHigh
The installed file size in 2^32 byte blocks. This is the size of the file on disk immediately after installation. For example, for a file with a total size of 4,294,967,296 bytes, this variable would have a value of 1; for a file with a total size of 4,29 ...
sysApplInstallElmtSizeLow
The installed file size modulo 2^32 bytes. This is the size of the file on disk immediately after installation. For example, for a file with a total size of 4,294,967,296 bytes this variable would have a value of 0; for a file with a total size of 4,294, ...
sysApplInstallElmtRole
An operator assigned value used in the determination of application status. This value is used by the agent to determine both the mapping of started processes to the initiation of an application, as well as to allow for a determination of application heal ...
sysApplInstallElmtModifyDate
The date and time that this element was last modified. Modification of the sysApplInstallElmtRole columnar object does NOT constitute a modification of the element itself and should not affect the value of this object.
sysApplInstallElmtCurSizeHigh
The current file size in 2^32 byte blocks. For example, for a file with a total size of 4,294,967,296 bytes, this variable would have a value of 1; for a file with a total size of 4,294,967,295 bytes this variable would be 0.
sysApplInstallElmtCurSizeLow
The current file size modulo 2^32 bytes. For example, for a file with a total size of 4,294,967,296 bytes this variable would have a value of 0; for a file with a total size of 4,294,967,295 bytes this variable would be 4,294,967,295.
sysApplRunTable
The table describes the applications which are executing on the host. Each time an application is invoked, an entry is created in this table. When an application ends, the entry is removed from this table and a corresponding entry is created in the SysAp ...
sysApplRunEntry
The logical row describing an application which is currently running on this host.
sysApplRunIndex
Part of the index for this table. An arbitrary integer used only for indexing purposes. Generally monotonically increasing from 1 as new applications are started on the host, it uniquely identifies application invocations. The numbering for this index inc ...
sysApplRunStarted
The date and time that the application was started.
sysApplRunCurrentState
The current state of the running application instance. 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). This value is based on an evaluation of the running elements o ...
sysApplPastRunTable
A history of the applications that have previously run on the host computer. An entry's information is moved to this table from the sysApplRunTable when the invoked application represented by the entry ceases to be running. An agent implementation can de ...
sysApplPastRunEntry
The logical row describing an invocation of an application which was previously run and has terminated. The entry is basically copied from the sysApplRunTable when the application instance terminates. Hence, the entry's value for sysApplPastRunIndex is ...
sysApplPastRunIndex
Part of the index for this table. An integer matching the value of the removed sysApplRunIndex corresponding to this row.
sysApplPastRunStarted
The date and time that the application was started.
sysApplPastRunExitState
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 st ...
sysApplPastRunTimeEnded
The DateAndTime the application instance was determined to be no longer running.
sysApplElmtRunTable
The table describes the processes which are currently executing on the host system. Each entry represents a running process and is associated with the invoked application of which that process is a part, if possible. This table contains an entry for ever ...
sysApplElmtRunEntry
The logical row describing a process currently running on this host. When possible, the entry is associated with the invoked application of which it is a part.
sysApplElmtRunInstallPkg
Part of the index for this table, this value identifies the installed software package for the application of which this process is a part. Provided that the process's 'parent' application can be determined, the value of this object is the same value as t ...
sysApplElmtRunInvocID
Part of the index for this table, this value identifies the invocation of an application of which this process is a part. Provided that the 'parent' application can be determined, the value of this object is the same value as the sysApplRunIndex for the ...
sysApplElmtRunIndex
Part of the index for this table. A unique value for each process running on the host. Wherever possible, this should be the system's native, unique identification number.
sysApplElmtRunInstallID
The index into the sysApplInstallElmtTable. The value of this object is the same value as the sysApplInstallElmtIndex for the application element of which this entry represents a running instance. If this process cannot be associated with an installed exe ...
sysApplElmtRunTimeStarted
The time the process was started.
sysApplElmtRunState
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).
sysApplElmtRunName
The full path and filename of the process. For example, '/opt/MYYpkg/bin/myyproc' would be returned for process 'myyproc' whose execution path is '/opt/MYYpkg/bin/myyproc'.
sysApplElmtRunParameters
The starting parameters for the process.
sysApplElmtRunCPU
The number of centi-seconds of the total system's CPU resources consumed by this process. Note that on a multi-processor system, this value may have been incremented by more than one centi-second in one centi-second of real (wall clock) time.
sysApplElmtRunMemory
The total amount of real system memory measured in Kbytes currently allocated to this process.
sysApplElmtRunNumFiles
The number of regular files currently open by the process. Transport connections (sockets) should NOT be included in the calculation of this value, nor should operating system specific special file types.
sysApplElmtRunUser
The process owner's login name (e.g. root).
sysApplElmtPastRunTable
The table describes the processes which have previously executed on the host system as part of an application. Each entry represents a process which has previously executed and is associated with the invoked application of which it was a part. Because an ...
sysApplElmtPastRunEntry
The logical row describing a process which was previously executed on this host as part of an installed application. The entry is basically copied from the sysApplElmtRunTable when the process terminates. Hence, the entry's value for sysApplElmtPastRunI ...
sysApplElmtPastRunInvocID
Part of the index for this table, this value identifies the invocation of an application of which the process represented by this entry was a part. The value of this object is the same value as the sysApplRunIndex for the corresponding application invocat ...
sysApplElmtPastRunIndex
Part of the index for this table. An integer assigned by the agent equal to the corresponding sysApplElmtRunIndex which was removed from the sysApplElmtRunTable and moved to this table when the element terminated. Note: entries in this table are indexed b ...
sysApplElmtPastRunInstallID
The index into the installed element table. The value of this object is the same value as the sysApplInstallElmtIndex for the application element of which this entry represents a previously executed process.
sysApplElmtPastRunTimeStarted
The time the process was started.
sysApplElmtPastRunTimeEnded
The time the process ended.
sysApplElmtPastRunName
The full path and filename of the process. For example, '/opt/MYYpkg/bin/myyproc' would be returned for process 'myyproc' whose execution path was '/opt/MYYpkg/bin/myyproc'.
sysApplElmtPastRunParameters
The starting parameters for the process.
sysApplElmtPastRunCPU
The last known number of centi-seconds of the total system's CPU resources consumed by this process. Note that on a multi-processor system, this value may increment by more than one centi-second in one centi-second of real (wall clock) time.
sysApplElmtPastRunMemory
The last known total amount of real system memory measured in Kbytes allocated to this process before it terminated.
sysApplElmtPastRunNumFiles
The last known number of files open by the process before it terminated. Transport connections (sockets) should NOT be included in the calculation of this value.
sysApplElmtPastRunUser
The process owner's login name (e.g. root).
sysApplPastRunMaxRows
The maximum number of entries allowed in the sysApplPastRunTable. Once the number of rows in the sysApplPastRunTable reaches this value, the management subsystem will remove the oldest entry in the table to make room for the new entry to be added. Entrie ...
sysApplPastRunTableRemItems
A counter of the number of entries removed from the sysApplPastRunTable because of table size limitations as set in sysApplPastRunMaxRows. This counter is the number of entries the management subsystem has had to remove in order to make room for new entr ...
sysApplPastRunTblTimeLimit
The maximum time in seconds which an entry in the sysApplPastRunTable may exist before it is removed. Any entry that is older than this value will be removed (aged out) from the table. Note that an entry may be aged out prior to reaching this time limit i ...
sysApplElemPastRunMaxRows
The maximum number of entries allowed in the sysApplElmtPastRunTable. Once the number of rows in the sysApplElmtPastRunTable reaches this value, the management subsystem will remove the oldest entry to make room for the new entry to be added. Entries wi ...
sysApplElemPastRunTableRemItems
A counter of the number of entries removed from the sysApplElemPastRunTable because of table size limitations as set in sysApplElemPastRunMaxRows. This counter is the number of entries the management subsystem has had to remove in order to make room for ...
sysApplElemPastRunTblTimeLimit
The maximum time in seconds which an entry in the sysApplElemPastRunTable may exist before it is removed. Any entry that is older than this value will be removed (aged out) from the table. Note that an entry may be aged out prior to reaching this time lim ...
sysApplAgentPollInterval
The minimum interval in seconds that the management subsystem implementing this MIB will poll the status of the managed resources. Because of the non-trivial effort involved in polling the managed resources, and because the method for obtaining the status ...
sysApplMapTable
The sole purpose of this table is to provide a 'backwards' mapping so that, given a known sysApplElmtRunIndex (process identification number), the corresponding invoked application (sysApplRunIndex), installed element (sysApplInstallElmtIndex), and instal ...
sysApplMapEntry
A logical row representing a process currently running on the system. This entry provides the index mapping from process identifier, back to the invoked application, installed element, and finally, the installed application package. The entry includes o ...
sysApplMapInstallElmtIndex
The index into the sysApplInstallElmtTable. The value of this object is the same value as the sysApplInstallElmtIndex for the application element of which this entry represents a running instance. If this process cannot be associated to an installed execu ...
sysApplMapInstallPkgIndex
The value of this object identifies the installed software package for the application of which this process is a part. Provided that the process's 'parent' application can be determined, the value of this object is the same value as the sysApplInstallPk ...
sysApplInstalledGroup
The system application installed group contains information about applications and their constituent components which have been installed on the host system.
sysApplRunGroup
The system application run group contains information about applications and associated elements which have run or are currently running on the host system.
sysApplMapGroup
The Map Group contains a single table, sysApplMapTable, that provides a backwards mapping for determining the invoked application, installed element, and installed application package given a known process identification number.

Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring network devices right now.

MIBs list