Condition operation for threshold value. Allowed conditions
are: =, >, >=, <, <=, !=, !, &, |, changes, doesNotChange,
exists, doesNotExist.
The change condition causes a watchdog operation to be
performed. That is, if the value changes between
consecutive polls, the condition is satisfied. (The
threshold value is ignored in this case).
Similarly, the exist/doesNotExist checks for the actual
existence of the MIB variable; this is useful for
checking for the existence of rows in a table.
The & and | conditions cause the MIB variable value to
be ANDed/Ored with threshold value; if the result is
nonzero, the condition is met and the trap and/or
command to execute is performed.
NOTE: Thresholds for Counter variables are computed by
calculating the change per second in the sampled values and
comparing these against the threshold value. In the case of
Gauge and INTEGER variables, the actual value of the
variable is checked against the threshold value.
The keywords 'delta' and 'value', if placed in front of the
condition (and separated from it by a space) will override
this default behavior. For example, a condition of 'value >'
will cause threshold checking to be performed against the
actual value rather than the change in the value even if
the selected MIB variable is a Counter; a condition of
'delta >' causes the change in the variable (from the previous
value) to be checked against the threshold, regardless of
the type of the variable.
Parsed from file ibm-sysmon6k.mib.txt
Company: None
Module: SYSMON6K-MIB
Condition operation for the threshold value.
[type keyword] [statistics keyword] condition
Allowed conditions are: =, >, >=, >+, <, <=, <-, !=, !,
~, ~=, !~, !~=, &, |, changes, doesNotChange, exists,
and doesNotExist.
The ~(LIKE) condition is for extended regular expression
checking on strings. The style of the regular expression
is of the format for the ed or egrep command. The ~(LIKE)
is case insensitive, while the ~=(LIKE CASE) is case sensitive.
The >+ and <- condition checks for a value increase(>+) above
or a value decrease(<-) below the threshold value on
consecutive polls. Once the condition is met the rearm
condition is also checked on consecutive polls.
The change condition causes a watchdog operation to be
performed. That is, if the value changes between
consecutive polls, the condition is satisfied. (The
threshold value is ignored in this case).
Similarly, the exist/doesNotExist checks for the actual
existence of the MIB variable; this is useful for
checking for the existence of rows in a table.
The & and | conditions cause the MIB variable value to
be ANDed/Ored with threshold value; if the result is
nonzero, the condition is met and the trap and/or
command to execute is performed.
NOTE: Thresholds for Counter variables are computed by
calculating the change(delta) in the sampled values and
comparing this against the threshold value. In the case of
Gauge and INTEGER variables, the actual value of the
variable is checked against the threshold value.
The statistics keywords 'iMax', 'iMin', 'iAvg', 'iSd', 'iVar',
'iRate', 'Max', 'Min', 'Avg', 'Sd', and 'Var' if placed in
front of the condition (and separated from if by a space) allows
the use of the interval or lifetime maximum, minimum, average,
standard deviation, variance, and rate. These values are
calculated for each MIB variable returned in the threshold.
For the interval keywords the sampling interval is defined
by the MIB variable: smMlmProgramControlSamplesPerInterval.
For example, if the smMlmProgramControlSamplesPerInterval is 10
then the 'iAvg' keyword is the average value of the last ten
samples returned to the threshold for each MIB value.
The type keywords 'delta' and 'value', if placed in front of the
condition or statistics keywords (and separated from it by
a space) will override this default behavior. For example,
a condition of 'value >' will cause threshold checking to be
performed against the actual value rather than the change in
the value even if the selected MIB variable is a Counter; a
condition of 'delta >' causes the change in the variable
(from the previous value) to be checked against the threshold,
regardless of the type of the variable.
Parsed from file MIDLEVELMGR-MIB.mib
Module: MIDLEVELMGR-MIB
Vendor: IBM
Module: MIDLEVELMGR-MIB
[Automatically extracted from oidview.com]
sm6kThresholdCondition OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "Condition operation for threshold value. Allowed conditions are: =, >, >=, <, <=, !=, !, &, |, changes, doesNotChange, exists, doesNotExist. The change condition causes a watchdog operation to be performed. That is, if the value changes between consecutive polls, the condition is satisfied. (The threshold value is ignored in this case). Similarly, the exist/doesNotExist checks for the actual existence of the MIB variable; this is useful for checking for the existence of rows in a table. The & and | conditions cause the MIB variable value to be ANDed/Ored with threshold value; if the result is nonzero, the condition is met and the trap and/or command to execute is performed. NOTE: Thresholds for Counter variables are computed by calculating the change per second in the sampled values and comparing these against the threshold value. In the case of Gauge and INTEGER variables, the actual value of the variable is checked against the threshold value. The keywords 'delta' and 'value', if placed in front of the condition (and separated from it by a space) will override this default behavior. For example, a condition of 'value >' will cause threshold checking to be performed against the actual value rather than the change in the value even if the selected MIB variable is a Counter; a condition of 'delta >' causes the change in the variable (from the previous value) to be checked against the threshold, regardless of the type of the variable." ::= { sm6kThresholdEntry 6 }
smMlmThresholdCondition OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "Condition operation for the threshold value. [type keyword] [statistics keyword] condition Allowed conditions are: =, >, >=, >+, <, <=, <-, !=, !, ~, ~=, !~, !~=, &, |, changes, doesNotChange, exists, and doesNotExist. The ~(LIKE) condition is for extended regular expression checking on strings. The style of the regular expression is of the format for the ed or egrep command. The ~(LIKE) is case insensitive, while the ~=(LIKE CASE) is case sensitive. The >+ and <- condition checks for a value increase(>+) above or a value decrease(<-) below the threshold value on consecutive polls. Once the condition is met the rearm condition is also checked on consecutive polls. The change condition causes a watchdog operation to be performed. That is, if the value changes between consecutive polls, the condition is satisfied. (The threshold value is ignored in this case). Similarly, the exist/doesNotExist checks for the actual existence of the MIB variable; this is useful for checking for the existence of rows in a table. The & and | conditions cause the MIB variable value to be ANDed/Ored with threshold value; if the result is nonzero, the condition is met and the trap and/or command to execute is performed. NOTE: Thresholds for Counter variables are computed by calculating the change(delta) in the sampled values and comparing this against the threshold value. In the case of Gauge and INTEGER variables, the actual value of the variable is checked against the threshold value. The statistics keywords 'iMax', 'iMin', 'iAvg', 'iSd', 'iVar', 'iRate', 'Max', 'Min', 'Avg', 'Sd', and 'Var' if placed in front of the condition (and separated from if by a space) allows the use of the interval or lifetime maximum, minimum, average, standard deviation, variance, and rate. These values are calculated for each MIB variable returned in the threshold. For the interval keywords the sampling interval is defined by the MIB variable: smMlmProgramControlSamplesPerInterval. For example, if the smMlmProgramControlSamplesPerInterval is 10 then the 'iAvg' keyword is the average value of the last ten samples returned to the threshold for each MIB value. The type keywords 'delta' and 'value', if placed in front of the condition or statistics keywords (and separated from it by a space) will override this default behavior. For example, a condition of 'value >' will cause threshold checking to be performed against the actual value rather than the change in the value even if the selected MIB variable is a Counter; a condition of 'delta >' causes the change in the variable (from the previous value) to be checked against the threshold, regardless of the type of the variable." ::= { smMlmThresholdEntry 6 }
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.2.6.12.5.1.1.1 | smMlmThresholdState, sm6kThresholdState | 0 | 0 | State for the threshold operation. The store operation allows the saving of the MIB variable data in a file during the threshold… |
1.3.6.1.4.1.2.6.12.5.1.1.2 | smMlmThresholdName, sm6kThresholdName | 0 | 0 | This field is used as a label and as the SNMP instance identifier for variables in this row. The threshold name is appended to t… |
1.3.6.1.4.1.2.6.12.5.1.1.3 | smMlmThresholdDescription, sm6kThresholdDescription | 0 | 0 | This is a description of the threshold being performed for the benefit of administrators only; it is not used by the agent. |
1.3.6.1.4.1.2.6.12.5.1.1.4 | smMlmThresholdOwnerID, sm6kThresholdOwnerID | 0 | 0 | Owner ID (IP address or hostname) who generated this entry (not currently used). |
1.3.6.1.4.1.2.6.12.5.1.1.5 | smMlmThresholdLocalRemoteMIBVariable, sm6kThresholdLocalRemoteMIBVariable | 0 | 0 | This field specifies the MIB variable on which thresholding is to be performed, in dotted numeric notation, followed by an instan… |
1.3.6.1.4.1.2.6.12.5.1.1.7 | smMlmThresholdValue, sm6kThresholdValue | 0 | 0 | This field specifies the value against which retrieved variables are checked. The type of check which is done depends on the typ… |
1.3.6.1.4.1.2.6.12.5.1.1.8 | smMlmThresholdPollTime, sm6kThresholdPollTime | 0 | 0 | Threshold polling time. Polling units are in minutes. |
1.3.6.1.4.1.2.6.12.5.1.1.9 | smMlmThresholdLastValue, sm6kThresholdLastValue | 0 | 0 | Last threshold value retrieved, in human-readable form. If more than one numeric value was retrieved for the threshold (because a… |
1.3.6.1.4.1.2.6.12.5.1.1.10 | smMlmThresholdIntegerDataMax, sm6kThresholdIntegerDataMax | 0 | 0 | Not Implemented. |
1.3.6.1.4.1.2.6.12.5.1.1.11 | smMlmThresholdIntegerDataMin, sm6kThresholdIntegerDataMin | 0 | 0 | Not Implemented. |
1.3.6.1.4.1.2.6.12.5.1.1.12 | smMlmThresholdIntegerDataAvg, sm6kThresholdIntegerDataAvg | 0 | 0 | Not Implemented. |
1.3.6.1.4.1.2.6.12.5.1.1.13 | smMlmThresholdArmSeverity, sm6kThresholdCounterGaugeDataMax | 0 | 0 | Counter/gauge maximum data value collected for the threshold being monitored. |
1.3.6.1.4.1.2.6.12.5.1.1.14 | smMlmThresholdReArmSeverity, sm6kThresholdCounterGaugeDataMin | 0 | 0 | Counter/gauge minimum data value collected for the threshold being monitored. |
1.3.6.1.4.1.2.6.12.5.1.1.15 | smMlmThresholdResultIndex, sm6kThresholdCounterGaugeDataAvg | 0 | 0 | Counter/gauge average data value collected for the threshold being calculated. |
1.3.6.1.4.1.2.6.12.5.1.1.16 | smMlmThresholdResultsTableState, sm6kThresholdDataSamples | 0 | 0 | When enabled the threshold result(s) are stored in the Threshold Result Table. When disabled, no entries are generated for the T… |
1.3.6.1.4.1.2.6.12.5.1.1.17 | smMlmThresholdTrapDescription, sm6kThresholdTrapDescription | 0 | 0 | A human-readable description for the trap to be generated; this description is sent in the trap for operator use. The environment… |
1.3.6.1.4.1.2.6.12.5.1.1.18 | smMlmThresholdArmEnterprise, sm6kThresholdArmEnterprise | 0 | 0 | This field specifies the SNMP enterprise id for the trap which is to be sent when a threshold condition is met. If this is not s… |
1.3.6.1.4.1.2.6.12.5.1.1.19 | smMlmThresholdSpecificTrap, sm6kThresholdSpecificTrap | 0 | 0 | This field specifies a specific trap number to be sent when a threshold condition is met. If this value is zero, no trap will be… |
1.3.6.1.4.1.2.6.12.5.1.1.20 | smMlmThresholdCommandToExecute, sm6kThresholdCommandToExecute | 0 | 0 | Command to execute when threshold is met. A value of blank means no command is to be executed on a threshold met condition. Envi… |
1.3.6.1.4.1.2.6.12.5.1.1.21 | smMlmThresholdReArmCondition, sm6kThresholdReArmCondition | 0 | 0 | Condition operation for the rearm threshold value. Allowed conditions are the same as for the threshold value. Checking against … |
1.3.6.1.4.1.2.6.12.5.1.1.22 | smMlmThresholdReArmValue, sm6kThresholdReArmValue | 0 | 0 | This field specifies the value against which retrieved variables are checked. The type of check which is done depends on the typ… |
1.3.6.1.4.1.2.6.12.5.1.1.23 | smMlmThresholdReArmTrapDescription, sm6kThresholdReArmTrapDescription | 0 | 0 | Trap description for the generated rearm trap. The environment variables listed below, pre-appended with a $ sign, are allowed in… |
1.3.6.1.4.1.2.6.12.5.1.1.24 | smMlmThresholdReArmEnterprise, sm6kThresholdReArmEnterprise | 0 | 0 | This field specifies the SNMP enterprise id for the trap which is to be sent when a rearm condition is met. If this is not set, … |
1.3.6.1.4.1.2.6.12.5.1.1.25 | smMlmThresholdReArmSpecificTrap, sm6kThresholdReArmSpecificTrap | 0 | 0 | This field specifies a specific trap number to be sent when a rearm condition is met. If this value is zero, no trap will be sen… |
1.3.6.1.4.1.2.6.12.5.1.1.26 | smMlmThresholdReArmCommandToExecute, sm6kThresholdReArmCommandToExecute | 0 | 0 | Command to execute when the rearm threshold is met. A value of blank means no command will be executed on a rearm threshold met c… |
1.3.6.1.4.1.2.6.12.5.1.1.27 | smMlmThresholdLastChangedSession, sm6kThresholdLastChangedSession | 0 | 0 | This field contains the name of the last node for which a threshold arm/rearm condition was met. |
1.3.6.1.4.1.2.6.12.5.1.1.28 | smMlmThresholdStandardError, sm6kThresholdStandardError | 0 | 0 | This field contains informational and error messages for this threshold entry. |
1.3.6.1.4.1.2.6.12.5.1.1.29 | smMlmThresholdLastResponseTime, sm6kThresholdLastResponseTime | 0 | 0 | This field contains the last time a (valid or invalid) response was received to a poll request. |
1.3.6.1.4.1.2.6.12.5.1.1.30 | smMlmThresholdResponseCount, sm6kThresholdResponseCount | 0 | 0 | Number of responses received to date. |
1.3.6.1.4.1.2.6.12.5.1.1.31 | smMlmThresholdTimeoutCount, sm6kThresholdTimeoutCount | 0 | 0 | Number of timeout conditions, indicating no response or an overrun condition (polling speed faster than the response time from th… |
1.3.6.1.4.1.2.6.12.5.1.1.32 | smMlmThresholdNoValueCount, sm6kThresholdNoValueCount | 0 | 0 | Number of responses received containing no values. These responses may be caused by an invalid community name, by a remote SNMP … |
1.3.6.1.4.1.2.6.12.5.1.1.33 | smMlmThresholdArmConditionMetCount | 0 | 0 | This field contains the total count that the arm condition has been met. |
1.3.6.1.4.1.2.6.12.5.1.1.34 | smMlmThresholdReArmConditionMetCount | 0 | 0 | This field contains the total count that the rearm condition has been met. |
1.3.6.1.4.1.2.6.12.5.1.1.35 | smMlmThresholdThrottleArmCount | 0 | 0 | This field specifies the number of consecutive arm conditions which must be met before the threshold is armed. The ThresholdPoll… |
1.3.6.1.4.1.2.6.12.5.1.1.36 | smMlmThresholdThrottleReArmCount | 0 | 0 | This field specifies the number of consecutive rearm conditions which must be met before the threshold is rearmed. The Threshold… |
1.3.6.1.4.1.2.6.12.5.1.1.37 | smMlmThresholdParticipationState | 0 | 0 | This field indicates whether or not the entry is participating in the threshold. When the threshold entry is active, it is parti… |
1.3.6.1.4.1.2.6.12.5.1.1.38 | smMlmThresholdActivationTime | 0 | 0 | This field specifies the time to activate the threshold (ie. change the participation state from inactive to active). The format … |
1.3.6.1.4.1.2.6.12.5.1.1.39 | smMlmThresholdActivationDayOfWeek | 0 | 0 | This field specifies the days of the week to activate the threshold at the time specified in the ActivationTime field (ie. change… |
1.3.6.1.4.1.2.6.12.5.1.1.40 | smMlmThresholdDeactivationTime | 0 | 0 | This field specifies the time to deactivate the threshold (ie. change the participation state from active to inactive). The forma… |
1.3.6.1.4.1.2.6.12.5.1.1.41 | smMlmThresholdDeactivationDayOfWeek | 0 | 0 | This field specifies the days of the week to deactivate the threshold at the time specified in the DeactivationTime field (ie. ch… |