<div>I am using Nagios 2.4</div>
<div> </div>
<div>I can not get email notifications when my system is timing out but when i check the event log on nagios i see the log:</div>
<div> "</div>
<div><img title="Service Warning" alt="Service Warning" src="https://10.8.1.100/nagios/images/warning.png" align="left">[01-14-2007 23:47:16] SERVICE ALERT: nedo;PING;WARNING;HARD;4;PING WARNING - Packet loss = 0%, RTA = 
135.06 ms<br clear="all"><img title="Service Warning" alt="Service Warning" src="https://10.8.1.100/nagios/images/warning.png" align="left">[01-14-2007 23:46:16] SERVICE ALERT: nedo;PING;WARNING;SOFT;3;PING WARNING - Packet loss = 0%, RTA = 
173.10 ms<br clear="all"><img title="Service Warning" alt="Service Warning" src="https://10.8.1.100/nagios/images/warning.png" align="left">[01-14-2007 23:45:16] SERVICE ALERT: nedo;PING;WARNING;SOFT;2;PING WARNING - Packet loss = 0%, RTA = 
141.35 ms<br clear="all"><img title="Service Critical" alt="Service Critical" src="https://10.8.1.100/nagios/images/critical.png" align="left">[01-14-2007 23:44:56] SERVICE ALERT: nedo;PING;CRITICAL;SOFT;1;CRITICAL - Plugin timed out after 10 seconds
<br clear="all"><img title="Host Up" alt="Host Up" src="https://10.8.1.100/nagios/images/recovery.png" align="left">[01-14-2007 23:44:56] HOST ALERT: nedo;UP;SOFT;4;PING WARNING - Packet loss = 85%, RTA = 17.35 ms<br clear="all">
<img title="Host Down" alt="Host Down" src="https://10.8.1.100/nagios/images/critical.png" align="left">[01-14-2007 23:44:50] HOST ALERT: nedo;DOWN;SOFT;3;CRITICAL - Plugin timed out after 10 seconds<br clear="all"><img title="Host Down" alt="Host Down" src="https://10.8.1.100/nagios/images/critical.png" align="left">
[01-14-2007 23:44:40] HOST ALERT: nedo;DOWN;SOFT;2;CRITICAL - Plugin timed out after 10 seconds</div>
<div>"</div>
<div> </div>
<div>i think my contacts are all set right since i can get notifications when a host is unreachable </div>
<div> </div>
<div>here is my misccomands.cfg file</div>
<div> </div>
<div># 'host-notify-by-email' command definition<br># 'notify-by-email' command definition <br>define command{<br> command_name host-notify-by-email<br> command_line /bin/echo -e "***** Nagios  *****\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState: $HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time: $LONGDATETIME$\n" | /bin/mail -s "Host $HOSTSTATE$ alert for $HOSTNAME$!" $CONTACTEMAIL$
<br>       }</div>
<div> </div>
<div>thanks in advance</div>