<!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.24.1">
</HEAD>
<BODY>
try this:<BR>
define command{<BR>
        command_name    host-notify-by-email<BR>
        command_line    /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 "Host $HOSTSTATE$ alert for $HOSTNAME$!" $CONTACTEMAIL$<BR>
<BR>
<BR>
<BR>
On Thu, 2008-11-13 at 11:12 +0000, kellyjackie@eircom.net wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>


I am dissapointed with the way in which my questions have been recieved here. It seems like only experts are welcome. How is anybody supposed to learn. There was once a day when you all were beginning too.I have heard so much about the linux community but im not experiencing that at all.

So after almost unsubscribing from this mailing list Im going to give it another chance.
Heres my question:

I have set up Nagios 3 monitoring some machines and their services. I am now trying to set up email notifications.
I have installed the following on the linux box:
eSMTP- run
procmail
I can send emails with the following line:
echo "test" | /usr/bin/esmtp - C ~/esmtprc me@outsideemailaddress - f me@internalemailaddress
This sends me an email from our mail server. However when i try:
mailx -s tacos <A HREF="mailto:myemail@email.com">myemail@email.com</A>
this just hangs.

The commands.cfg files contains:
# 'notify-host-by-email' command definition
define command{
        command_name    notify-host-by-email
        command_line    /usr/bin/printf "%b" "***** Nagios *****\n\nNotificatio$... | /usr/bin/mailx -s "** $NOTIFICATIONTYPE$ Host...
        }

# 'notify-service-by-email' command definition
define command{
        command_name    notify-service-by-email
        command_line    /usr/bin/printf "%b" "***** Nagios *****\n\nNotificatio$... | /usr/bin/mailx -s "** $NOTIFICATIONTYPE$ Host
        }


Can i make modifications to these commands to use esmtp and not mailx or any suggestions to getting mailx working with eSMTP.
Also how can you force nagios to send email notifications for testing.

Thanks for any advice


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
<A HREF="http://moblin-contest.org/redirect.php?banner_id=100&url=/">http://moblin-contest.org/redirect.php?banner_id=100&url=/</A>
_______________________________________________
Nagios-users mailing list
<A HREF="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</A>
<A HREF="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</A>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null
</PRE>
</BLOCKQUOTE>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>
-- 
______________________________________________________

Luis Fernando Lacayo
Chicago Public Schools
Senior Unix Administrator
ITS/ UNIX Infrastructure
Office: 773-553-3835
Cell: 773-203-4493
<A HREF="mailto:lflacayo@cps.k12.il.us">lflacayo@cps.k12.il.us</A>
______________________________________________________
               "In God we trust, the rest we monitor ..."


</PRE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>