threshold-test
Defines the threshold values for the trigger that you are configuring. This includes specifying rising and falling values, a startup threshold condition, and binding an event to the threshold-test trigger. The no version deletes the threshold-test values for this trigger or removes either the threshold startup condition or event binding.
threshold-test startup { falling | rising | risingorfalling }
threshold-test absolute-value rising risingValue falling fallingValue
threshold-test event { rising eventOwner eventName | falling eventOwner eventName |
delta-rising eventOwner eventName | delta-falling eventOwner eventName }threshold-test delta-value rising risingValue falling fallingValue
no threshold-test [ startup | absolute-value | delta-value | event rising | event falling |
event delta-rising | event delta-falling ]
- startup—Startup threshold condition that you predict the sample to follow—falling, rising, risingorfalling
- absolute-value—Specifies that the trigger is monitoring absolute threshold values
- event—Event (rising or falling) that you want the threshold-test trigger to use
- delta-value—Specifies that the trigger is monitoring delta threshold values
- risingValue—Rising threshold value for the trigger; in the range -2147483648-2147483648
- fallingValue—Falling threshold value for the trigger; in the range -2147483648-2147483648
- eventOwner—Event owner name; string of up to 32 alphanumeric characters
- eventName—Event name; string of up to 32 alphanumeric characters
SNMP Trigger Configuration