<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
I just upgraded to Nagios 2b3 and have found that notifications are not missing information.<BR>
<BR>
For example Date/Time and Additional information are missing information:
<PRE>

<TT>***** Nagios  *****</TT>

<TT>Notification Type: ACKNOWLEDGEMENT</TT>

<TT>Service: httpd</TT>
<TT>Host: </TT>xxx
<TT>Address: </TT>XXXXXXX
<TT>State: WARNING</TT>

<TT>Date/Time: $</TT>

<TT>Additional Info:</TT>

<TT>$</TT>
</PRE>
<BR>
I use the default command to notify:<BR>
<BR>
<PRE>
define command {
  command_name                   notify-by-email
  command_line                   /usr/bin/printf "%b" "***** Nagios  *****\n\nNotification Type: $NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost: $HOSTALIAS$\nAddress: $HOSTADDRESS$\nState: $SERVICESTATE$\n\nDate/Time: $DATETIME$\n\nAdditional Info:\n\n$OUTPUT$" | /bin/mail -s "** $NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **" $CONTACTEMAIL$
}
</PRE>
<BR>
I have searched to list archive but have not found any thing that guides me to an answer.  The addition information shows up as comments on the web page.  Please point me in the right direction.<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
Jamie Bohr<BR>
IT | Technical Computing<BR>
telnet: 719 590 2396 <BR>
email: Jamie_Bohr@Agilent.com <BR>
i.m.: jamie.bohr <BR>
<BR>
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
</TD>
</TR>
</TABLE>
</BODY>
</HTML>