Notifications Page
From NetMRG Wiki
Contents |
Name
Notifications -- Configuration for notifying users when events occur.
Description
Edit
- Name
- A name used to identifiy the notification.
- Command
- A shell-interpreted command to run to notify the user of an event. Parameter expansions will be made to this field as outlined below. Notifications that start with a '/' will use the full path the the specified command, whereas commands without a starting '/' will start using NetMRG's libexec directory.
- Disabled
- Prevents this notification from running when it otherwise would.
Variable Substitutions
The following parameters will be substituted in the command field:
- %dev_name%
- The device's name
- %ip%
- The IP or host name for the device
- %event_name%
- The name of the triggered event causing the notification.
- %situation%
- The situation of the triggered event (Normal, Warning, etc.)
- %current_value%
- The monitor's last gathered value.
- %delta_value%
- The change between the monitor's last gathered value and the previous.
- %rate_value%
- The rate-of-change based on the last two gathered values and the time difference between them.
- %last_value%
- The value from the gathering period before last.

