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.
Disabled - When selected, the specified will not be run. Useful for temporary suspension of notifications.
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.