Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: clarified the 'ccopy' notification type

...

There are 4 types of notifications that can be added. email, ccopy, pager and netsend.

Notification types are comma separated, Contacts/Workstations come after the event type and are colon separated.  

<notification_type>:<receiver0>[:receiver1:..receiverN]

email and ccopy (Carbon Copy) are almost identical: both send emails to the contact's address, but ccopy has a fixed mail priority of "Normal" and the mail message is slightly different.

Notification lists are comma separated. Each entry consists of an event type, followed by a colon-separated list of Contacts/Workstations/Destinations. Here is an exampleA concrete example is given when a new node is created, it looks like this:

Code Block
netsend:WKS1:WKS2,email:Contact1

In this example the notifications of type netsend will go to destinations WKS1 and WKS2, while email notifications will be sent only to Contact1's email address(es).

UpNotify
  • When UpNotify is "true", for any "down" message which is sent an UP notification will be sent when the node or element comes up, then lets you know the event is "resolved".
  • When set to "false", no notification will be sent when the node or element comes up.

 

 

...