<html><body>
<p>I recently moved nagios from an old redhat box to Solaris.  Since the move my epager alerts only show the from: nagios@host.domain line.  They used to contain all the other information.  Any ideas?  Here is my notify-by-epager macro:<br>
# 'notify-by-epager' command definition<br>
define command{<br>
        command_name    notify-by-epager<br>
        command_line    /usr/bin/printf "%b" "Service: $SERVICEDESC$\nHost: $HO<br>
STNAME$\nAddress: $HOSTADDRESS$\nState: $SERVICESTATE$\nInfo: $SERVICEOUTPUT$\n<br>
Date: $LONGDATETIME$" | /usr/bin/mail -s "$NOTIFICATIONTYPE$: $HOSTALIAS$/$SERV<br>
ICEDESC$ is $SERVICESTATE$" $CONTACTPAGER$<br>
        }<br>
<br>
Thanks,<br>
Steve</body></html>