This is the first part of the argument line if the
svrThrInvokeLocalHandler is used. This argument line is passed
directly to the application pointed to by the svrThrLocalHandlerPath.
A parameter(s) could be substituted anywhere in the argument line with
an oid's value if there is a %oid% found within the string. The %oid%
will be replaced with the value of the oid at the time the event
occurred. For example if the svrSystemDesc value from the Digital Server
System mib is required, then the argument list would have a replacement
statement like this: %.1.3.6.1.4.1.36.2.18.22.1.2.3.0%.
If a value from a threshold record is requested, use %oid% where the
oid is .1.3.6.1.4.1.36.2.18.22.2.2.3.1.offset.instance. The offset is
the oid offset (from 1 to 30) of the threshold entry variable. For
svrThrIndex, the offset is 1. The instance can be dropped if the
current threshold record (that which caused the event) is to be used.
Otherwise, the instance of the requested threshold entry must be part
of the %oid% statement.
All the replaced values are inserted into the argument strings as
ascii/text strings. For an integer (counter, gauge, etc) value, if
the value is negative, there will be a minus sign in front of the
value. For a positive number, there is no sign in front of the value.
The integer value will be in ascii format - it is the responsibility
of the application to convert the text into a decimal number. All octet
strings, excluding display strings, will be inserted into the argument
string as a text string in the format of 0xoctet value. For example
if an octet string (hex based) of 8,23,6a,4e was retrieved using the
%oid% format, then the replaced value would be a text string looking
like this - 0x8,0x23,0x6a,0x4e where the number are in ascii
(displayable) format separated by a comma. The 0x represents the
hexadecimal base while the number following that is the ascii
representation of the hexadecimal number. For display strings, there
will be a pair of quotes around the string.
Use of the Handler Arguments must be done in ascending order. No
skipping of argument variables is allowed.
NOTE - All oids must be preceded with a period(.) for proper system
group recognition. Also all argument lists (concatenated starting with
argument #1) are separated by a space. Default value on row creation
is null.
Parsed from file dec-svrMgt.mib.txt
Company: None
Module: SVRMGT-MIB
This is the first part of the argument line if the
svrThrInvokeLocalHandler is used. This argument line is passed
directly to the application pointed to by the svrThrLocalHandlerPath.
A parameter(s) could be substituted anywhere in the argument line with
an oid's value if there is a %oid% found within the string. The %oid%
will be replaced with the value of the oid at the time the event
occurred. For example if the svrSystemDesc value from the Digital Server
System mib is required, then the argument list would have a replacement
statement like this: %.1.3.6.1.4.1.36.2.18.22.1.2.3.0%.
If a value from a threshold record is requested, use %oid% where the
oid is .1.3.6.1.4.1.36.2.18.22.2.2.3.1.offset.instance. The offset is
the oid offset (from 1 to 30) of the threshold entry variable. For
svrThrIndex, the offset is 1. The instance can be dropped if the
current threshold record (that which caused the event) is to be used.
Otherwise, the instance of the requested threshold entry must be part
of the %oid% statement.
All the replaced values are inserted into the argument strings as
ascii/text strings. For an integer (counter, gauge, etc) value, if
the value is negative, there will be a minus sign in front of the
value. For a positive number, there is no sign in front of the value.
The integer value will be in ascii format - it is the responsibility
of the application to convert the text into a decimal number. All octet
strings, excluding display strings, will be inserted into the argument
string as a text string in the format of 0xoctet value. For example
if an octet string (hex based) of 8,23,6a,4e was retrieved using the
%oid% format, then the replaced value would be a text string looking
like this - 0x8,0x23,0x6a,0x4e where the number are in ascii
(displayable) format separated by a comma. The 0x represents the
hexadecimal base while the number following that is the ascii
representation of the hexadecimal number. For display strings, there
will be a pair of quotes around the string.
Use of the Handler Arguments must be done in ascending order. No
skipping of argument variables is allowed.
NOTE - All oids must be preceded with a period(.) for proper system
group recognition. Also all argument lists (concatenated starting with
argument #1) are separated by a space. Default value on row creation
is null.
Parsed from file SVRMGT-MIB.mib
Module: SVRMGT-MIB
Vendor: DEC
Module: SVRMGT-MIB
[Automatically extracted from oidview.com]
svrThrLocalHandlerArguments1 OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "This is the first part of the argument line if the svrThrInvokeLocalHandler is used. This argument line is passed directly to the application pointed to by the svrThrLocalHandlerPath. A parameter(s) could be substituted anywhere in the argument line with an oid's value if there is a %oid% found within the string. The %oid% will be replaced with the value of the oid at the time the event occurred. For example if the svrSystemDesc value from the Digital Server System mib is required, then the argument list would have a replacement statement like this: %.1.3.6.1.4.1.36.2.18.22.1.2.3.0%. If a value from a threshold record is requested, use %oid% where the oid is .1.3.6.1.4.1.36.2.18.22.2.2.3.1.offset.instance. The offset is the oid offset (from 1 to 30) of the threshold entry variable. For svrThrIndex, the offset is 1. The instance can be dropped if the current threshold record (that which caused the event) is to be used. Otherwise, the instance of the requested threshold entry must be part of the %oid% statement. All the replaced values are inserted into the argument strings as ascii/text strings. For an integer (counter, gauge, etc) value, if the value is negative, there will be a minus sign in front of the value. For a positive number, there is no sign in front of the value. The integer value will be in ascii format - it is the responsibility of the application to convert the text into a decimal number. All octet strings, excluding display strings, will be inserted into the argument string as a text string in the format of 0xoctet value. For example if an octet string (hex based) of 8,23,6a,4e was retrieved using the %oid% format, then the replaced value would be a text string looking like this - 0x8,0x23,0x6a,0x4e where the number are in ascii (displayable) format separated by a comma. The 0x represents the hexadecimal base while the number following that is the ascii representation of the hexadecimal number. For display strings, there will be a pair of quotes around the string. Use of the Handler Arguments must be done in ascending order. No skipping of argument variables is allowed. NOTE - All oids must be preceded with a period(.) for proper system group recognition. Also all argument lists (concatenated starting with argument #1) are separated by a space. Default value on row creation is null." ::= { svrThresholdEntry 21 }
svrThrLocalHandlerArguments1 OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "This is the first part of the argument line if the svrThrInvokeLocalHandler is used. This argument line is passed directly to the application pointed to by the svrThrLocalHandlerPath. A parameter(s) could be substituted anywhere in the argument line with an oid's value if there is a %oid% found within the string. The %oid% will be replaced with the value of the oid at the time the event occurred. For example if the svrSystemDesc value from the Digital Server System mib is required, then the argument list would have a replacement statement like this: %.1.3.6.1.4.1.36.2.18.22.1.2.3.0%. If a value from a threshold record is requested, use %oid% where the oid is .1.3.6.1.4.1.36.2.18.22.2.2.3.1.offset.instance. The offset is the oid offset (from 1 to 30) of the threshold entry variable. For svrThrIndex, the offset is 1. The instance can be dropped if the current threshold record (that which caused the event) is to be used. Otherwise, the instance of the requested threshold entry must be part of the %oid% statement. All the replaced values are inserted into the argument strings as ascii/text strings. For an integer (counter, gauge, etc) value, if the value is negative, there will be a minus sign in front of the value. For a positive number, there is no sign in front of the value. The integer value will be in ascii format - it is the responsibility of the application to convert the text into a decimal number. All octet strings, excluding display strings, will be inserted into the argument string as a text string in the format of 0xoctet value. For example if an octet string (hex based) of 8,23,6a,4e was retrieved using the %oid% format, then the replaced value would be a text string looking like this - 0x8,0x23,0x6a,0x4e where the number are in ascii (displayable) format separated by a comma. The 0x represents the hexadecimal base while the number following that is the ascii representation of the hexadecimal number. For display strings, there will be a pair of quotes around the string. Use of the Handler Arguments must be done in ascending order. No skipping of argument variables is allowed. NOTE - All oids must be preceded with a period(.) for proper system group recognition. Also all argument lists (concatenated starting with argument #1) are separated by a space. Default value on row creation is null." ::= { svrThresholdEntry 21 }
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.36.2.18.22.2.2.3.1.1 | svrThrIndex | 0 | 0 | A locally-unique index value. On creation, this should be set to the value of svrAlarmNextThrIndex. |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.2 | svrThrStatus | 0 | 0 | This variable describes the status of the row. When the row is created with the initial set, svrThrStatus must be set to underCr… |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.3 | svrThrVariableName | 0 | 0 | The OID of an integer-valued variable to be tested against this threshold. On row creation, this variable will equal the value … |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.4 | svrThrValueType | 0 | 0 | Is this an absolute value or a delta value. The deltaValue is calculated by taking the current value and subtracting svtThrLastV… |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.5 | svrThrAlarmType | 0 | 0 | Is this a greater than, greater than or equal to, equal to, less than or equal to, or less than alarm? Greater Than or Greater T… |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.6 | svrThrSampleInterval | 0 | 0 | Interval in seconds between polls to check for threshold exceptions. Minimum Value is 1. The default value on row creation is 30… |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.7 | svrThrPersistent | 0 | 0 | True if this threshold should persist across agent restarts. Default value on row creation is FALSE. |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.8 | svrThrThresholdValue | 0 | 0 | This is the thresholding value which gets compared to the current or delta value. Default on row creation is 0. |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.9 | svrThrResetValue | 0 | 0 | This is the value that on all svrThrAlarmTypes except for equalTo, is used to reset the threshold. Default on row creation is 0 |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.10 | svrThrLastValue | 0 | 0 | Saved previous sample; needed to evaluate if alarm should be triggered or to evaluate delta values for threshold checking. |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.11 | svrThrAlarmState | 0 | 0 | Whether this alarm is currently set or reset. This variable is used by polling management applications to determine if a thresho… |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.12 | svrThrLogEvent | 0 | 0 | If yes, log to the system event log. Default value is False. |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.13 | svrThrInvokeLocalHandler | 0 | 0 | If true, invoke a local alarm handler, passing trap structure. Mechanism is a local issue. |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.14 | svrThrLocalHandlerPath | 0 | 0 | Pathname of local alarm handler. If not implemented, value will be null. |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.15 | svrThrDescr | 0 | 0 | This attribute is used to describe the type of threshold. This is set by the management console not by the agent. |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.16 | svrThrErrorValue | 0 | 0 | This is the SNMP defined error status which caused the svrThrStatus value to become equal to rowError. Only valid at that time. |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.17 | svrThrComparisonName | 0 | 0 | An OID to a descriptor attribute which can be used with persistent to verify that the svrThrVariableName instance is correct. On… |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.18 | svrThrComparisonValue | 0 | 0 | Data value of svrThrComparisonName - used when persistent is set. This value is compared to the current value on agent restarts.… |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.19 | svrThrSeverity | 0 | 0 | Indicates the severity of the threshold. Default on row creation is informational. |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.20 | svrThrTrapEnabler | 0 | 0 | Determines if a trap should be sent out if the threshold event does occur. If true, a trap will be sent out. If false, a trap wi… |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.22 | svrThrLocalHandlerArguments2 | 0 | 0 | Same semantics as svrThrLocalHandlerArguments1. |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.23 | svrThrLocalHandlerArguments3 | 0 | 0 | Same semantics as svrThrLocalHandlerArguments1. |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.24 | svrThrLocalHandlerArguments4 | 0 | 0 | Same semantics as svrThrLocalHandlerArguments1. |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.25 | svrThrTrapsSendingInterval | 0 | 0 | Represents how often a trap should be sent if dealing with sending multiple traps per event. The units is minutes. Default value… |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.26 | svrThrManagerDefinedTrapData | 0 | 0 | This is a string provided by a management console to be sent out with every trap. Default value on row creation is null. |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.27 | svrThrUserDefinedTrapData | 0 | 0 | This is a string provided by a user via a management console to be sent out with every trap. Default value on row creation is nu… |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.28 | svrThrRetryCount | 0 | 0 | Allows for a trap to be sent n number of sampling intervals after the threshold event occurred rather than right after the event… |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.29 | svrThrResetType | 0 | 0 | Is this a greater than, greater than or equal to, equal to, less than or equal to, or less than the reset value? This variable wo… |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.30 | svrThrAlarmCategory | 0 | 0 | A management station provided variable to allow for classification/grouping of thresholds. |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.31 | svrThrTrapOid | 0 | 0 | A fully defined OID of a svrmgt trap (other than reset and modify) that will be sent out when an event occurs. This OID will ove… |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.32 | svrThrCreatedBy | 0 | 0 | Represents the creator of this threshold. This variable can be modified only during threshold creation. The default value on row… |
1.3.6.1.4.1.36.2.18.22.2.2.3.1.33 | svrThrModifiable | 0 | 0 | Determines whether modification of the threshold record is allowed after creation. If false, modification is allowed only during… |