Description
RMON Alarm
Syntax
Parameters
| Name | Description |
| id | Alarm entry ID |
| interval | Sample interval |
| absolute | Test each sample directly |
| delta | Test delta between samples |
| rising_threshold | <-2147483648-2147483647> rising threshold value |
| rising_event_id | <0-65535> Event to fire on rising threshold crossing |
| falling_threshold | <-2147483648-2147483647> falling threshold value |
| falling_event_id | <0-65535> Event to fire on falling threshold crossing |
| rising | Trigger alarm when the first value is larger than the rising threshold |
| falling | rigger alarm when the first value is less than the falling threshold |
| both | Trigger alarm when the first value is larger than the rising threshold or less than the falling threshold (default) |