applicationsTable
Each row describes one PATROL Agent application.
Columns for applicationsTable
The table applicationsTable contains the following columns:
- applicationNameDisplayString
The PATROL application name - applicationStateState
Application state - applWorstInstDisplayString
Worst instance of the application - applMasterVersionDisplayString
Version number of the application - applMinorRevisionDisplayString
Minor revision number of the application - applicationRowStatusPRowStatus
Row status for the creation of a new row as defined in SNMP V2 - applicationOidINTEGER
(SIZE (0..65535))
Objects for applicationsTable
The table applicationsTable contains these objects:
applicationsTable OBJECT-TYPE
SYNTAX SEQUENCE OF ApplicationsEntry
ACCESSnot accessible
STATUSdeprecated
DESCRIPTION "This table is used to get/set PATROL monitored applications. PATROL Agent applications are nodes of the information tree."
: := {patrolObjects 6}
applicationsEntry OBJECT-TYPE
SYNTAXApplicationsEntry
ACCESSnot accessible
STATUSmandatory
DESCRIPTION "An applicationsEntry contains the value and description for a given PSL Agent's applications."
INDEX {IMPLIED applicationOid}
: := {applicationsTable 1}
applicationsEntry : := SEQUENCE {
applicationName
applicationState
applicationWorstInst
applicationMasterVersion
applicationMinorRevision
applicationRowStatus
applicationOid
applicationName OBJECT-TYPE
SYNTAX DisplayString
ACCESSread-only
STATUSmandatory
DESCRIPTION "Application name"
: := {applicationsEntry 1}
applicationState OBJECT-TYPE
SYNTAX States
ACCESSread-only
STATUSmandatory
DESCRIPTION "Application state"
: := {applicationsEntry 2}
applWorstInst OBJECT-TYPE
SYNTAXDisplayString
ACCESSread-only
STATUSmandatory
DESCRIPTION "The application's worst instance"
: := {applicationsEntry 3}
applMasterVersion OBJECT-TYPE
SYNTAXINTEGER
ACCESSread-only
STATUSmandatory
DESCRIPTION "The application version number"
: := {applicationsEntry 4}
applMinorRevision OBJECT-TYPE
SYNTAXINTEGER
ACCESSread-only
STATUSmandatory
DESCRIPTION "The minor revision number of the application"
: := {applicationsEntry 5}
applicationRowStatus OBJECT-TYPE
SYNTAXPRowStatus
ACCESSread-only
STATUSmandatory
DESCRIPTION "Row status for the creation of a new row as defined in SNMP V2"
: := {applicationsEntry 6}
applicationOid OBJECT-TYPE
SYNTAXINTEGER
ACCESSnot accessible
STATUSmandatory
DESCRIPTION "Application object id"
: := {applicationsEntry 7}