The host is using a notification that is set by a template. That notification is as follows:
Code: Select all
host-notify-by-email
/usr/bin/printf "%b" "***** Nagios *****\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState: $HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time: $LONGDATETIME$\n" | /bin/mail -s "** $NOTIFICATIONTYPE$ Host Alert: $HOSTNAME$ is $HOSTSTATE$ **" $CONTACTEMAIL$
Code: Select all
***** Nagios XI Alert *****
Nagios has detected a problem with this host.
Notification Type: PROBLEM
Host: [HOSTNAME]
State: DOWN
Address: xx.xx.xx.xx
Info: CRITICAL - xx.xx.xx.xx: rta nan, lost 100%
Date/Time: 2012-08-01 19:24:41
Respond: http://xx.xx.xx.xx/nagiosxi//rr.php?uid=11-10849-d310e95ff0f905091d1579b4cfa90ba4
Nagios URL: http://xx.xx.xx.xx/nagiosxi/
Also, I notice that the first line of the email does not match what the beginning of the notification states.
Is there somewhere else that I should be looking to edit this?
Thank you in advance for any assistance.