Top | Previous | Next |
Notification |
As the name suggests, the Notification Block is responsible for actually sending notifications. Each notification block can target one particular notification profile, which represents one method of notification, such as email, sms, or voice. Each type of notification profile will have its own relevant properties for configuration, although some features are common to all profile types. The various profiles will also behave differently, according to their capabilities, in regards to how notifications are ordered. For example, the email profile is capable of sending a message to many recipients at once, while the SMS and voice notification profiles must step through each contact sequentially.
Basic Setup There are two required settings for notification blocks: the notification profile to use, and the On-Call Roster to use. The profile will dictate the method through which notifications occur, and the roster will dictate who receives the notifications. The call roster provides an ordered list of contacts, which will first be pared down according to each user's schedule. The resulting contacts will be notified in order, based on how the profile operates.
The settings displayed will depend on the type of profile selected.
Email Settings
Voice Settings
SMS Settings
Consolidation Notification consolidation allows you to limit the number of notifications sent by specifying a delay during which incoming events will be collected. When the delay expires, all events that have arrived during the period of time will be sent together to the notification profile. The manner in which the profile implements consolidation will vary, but in general the result will be a shorter message, or fewer messages, than would have occurred otherwise.
Consolidation is defined with two parameters:
The delay is used to protect against situations where an event might generate many alarms together, while the frequency is used to ensure that contacts aren't notified too often, for example if an alarm is rapidly going in and out of the active state. |