| Index | Top - Up | Data ONTAP 8.2 |
Modify an event's destination, reporting threshold, or both
Availability: This command is available to cluster administrators at the admin privilege level.
You can use extended queries with such parameters as -severity and -snmp-support to specify multiple events that meet certain criteria. See examples provided in the event route add-destinations command manpage that show how to use extended queries.
The frequency threshold specifies the number of times an event occurs before a repeat notification of the event is sent; for instance, a frequency threshold of 5 indicates that a notification is sent every fifth time an event occurs. The time threshold specifies the number of seconds between notifications for an event; for instance, a time threshold of 120 indicates that a notification is sent only if it has been two minutes or more since the last notification for that event was sent.
If both the frequency threshold and time threshold are set, a notification is sent if either threshold is met. For instance, if the frequency threshold is set to 5 and the time threshold is set to 120, and the event occurs more than five times within two minutes, a notification is sent. If both thresholds are set to 0 (zero) or empty ("-" or ""), there is no suppression of multiple event notifications.
-messagename <Message Name> - Message Name
[-destinations <Event Destination>, ...] - Destinations
[-frequencythreshold <integer>] - Number of Drops Between Transmissions
[-timethreshold <integer>] - Dropping Interval (Seconds) Between Transmissions
cluster1::> event route modify -messagename raid* -destinations support.email -frequencythreshold 5 -timethreshold 60
| Index | Top - Up | Data ONTAP 8.2 |