
![]() |
||||
| Home    |    About Us    |    Media Relations   |    Careers   |    Contact | ||||

Alarm thresholds can be level or edge triggered. A level triggered alarm occurs each time the polled
SNMP variable satisfies the threshold
established. Level triggered alarms are useful when reporting, for example, that a communication
link is completely down. In this case the user
would typically want to get repeated alarms (e.g., every 5 minutes) to report this condition until it is cleared.
Edge triggered alarms are useful, for example, when the disk utilization on a computer exceeds a
configured threshold. The EMT 5500 will generate
a single alarm when the event first occurs. It will not generate any more alarms unless, of course,
the disk utilization drops below the configured threshold. Then the EMT 5500 will clear the alarm.
An example SNMP Alarm configuration showing how a user can control when the EMT 5500 generates alarms based on the percentage of total targets that are in a Down State is as follows:
| #Start generating alarms when 5 percent of the network is down |
| Down_Site_Percentage_Start: 5 |
| #Stop generating alarms after 20 percent of the network is down |
| Down_Site_Percentage_End: 20 |
| #Report a new alarm with each 2 percent increase in down targets |
| Down_Site_Percentage_Interval: 2 |
| #Send an alarm every 5 minutes until this condition is cleared |
| Trap_Frequency: 600 |