Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

up.time's standard alert format should be well suited for most alerting needs. However, you can modify the alert content by adding or removing variables from one of the three custom alert templates. For more information on the variables, see Alert Profile and Action Profile Variables and Custom Alert Format Variables

Alert Formats

There are three custom alert formats:

  • Small Template Contains the date and time of the alert, as well as the names and status of the service and host for which the alert was generated. This corresponds to the template used for pager alerts, as shown below:

    Code Block
    languagetext
    $SERVICESTATE$ Alert 
     $DATETIME$ 
     Type: $TYPE$ 
     Service: $SERVICENAME$ ($SERVICESTATE$) 
     Host: $HOSTNAME$ ($HOSTSTATE$)
    
  • Medium Template

    Contains the information in the small template, as well as an expanded subject line, the type of notification, and output from the Service Monitor. This corresponds to the template used for email alerts, as shown below:

    Code Block
    languagetext
    up.time Alert - $SERVICENAME$ -> $SERVICESTATE$ 
    Notification type: $TYPE$ $DATETIME$ 
    Host: $HOSTNAME$ ($HOSTSTATE$) 
    Service:$SERVICENAME$ 
    Service State: $SERVICESTATE$ 
    Output: $OUTPUT$

     

     
  • Long Template

    Contains the information in the medium template, as well as the status of the host, as shown below:

    Code Block
    languagetext
    up.time Alert - $DATETIME$ - $SERVICENAME$ -> $SERVICESTATE$ 
    Date: $DATE$ 
    Time: $TIME$ 
    Date & Time: $DATETIME$ 
    Hostname: $HOSTNAME$ 
    Host State: $HOSTSTATE$ 
    Service: $SERVICENAME$ 
    Service State: $SERVICESTATE$ 
    Notification Type: $TYPE$ 
    Output: $OUTPUT$

...