rmon alarm

Description

RMON Alarm

Syntax

rmon alarm id oid_str interval {absolute | delta} rising-threshold rising_threshold [rising_event_id] falling-threshold falling_threshold [falling_event_id] {[rising | falling | both ] }

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)