<div>Hey all have nagios 2.9 running linux red hat enterprise 4 the email for nagios sending notifications arent working for some reason i know the box can send email because the it has the MTA agent installed cuase i can send other emials from that machine
</div>
<div> </div>
<div>I can see host down in nagios webpage i have the contact groups set appropritaley and of course my email address in contacts group i even did a sanity check to see if i have any syntex errors nothing so far.</div>
<div> </div>
<div>this is what i have in commands.cfg file under emails:</div>
<div> </div>
<div># 'host-notify-by-email' command definition<br>define command{<br> command_name host-notify-by-email<br> command_line /usr/bin/printf "%b" "***** Nagios 2.9 *****\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>and i also took out the option not to notify in my host file.</div>
<div> </div>
<div>something has to be tweaked for sure any help </div>
<div> </div>
<div>thanks </div>
<div> </div>
<div> </div>