ok, I get the service and not the host email from dead.letter. My mistake. Here's the host one:<br><br>From nagios Fri Jan  9 16:12:31 2009<br>Return-Path: <nagios><br>Received: (from nagios@localhost)<br>        by localhost.localdomain (8.14.1/8.14.1/Submit) id n09ECVcx011087<br>
        for $; Fri, 9 Jan 2009 16:12:31 +0200<br>Date: Fri, 9 Jan 2009 16:12:31 +0200<br>From: nagios<br>Message-Id: <200901091412.n09ECVcx011087@localhost.localdomain><br>To: $<br>Subject: ** $ Host Alert: host1 is DOWN **<br>
<br>***** Nagios *****<br><br>Notification:<br><br><br><br>I will try to see the error in command. I already use a modified command<br><br> define command {<br>        command_name                    notify-host-by-email<br>
        command_line                       /usr/bin/printf "%b" "Host: $HOSTNAME$\n $CONTACTEMAIL$\n" |cat >>/tmp/testfile<br>}<br><br><br>and I get in the log file just:<br><br>Host: host1<br> $<br>
Host: host1<br> $<br>Host: host1<br> $<br><br><br>So I guess that nagios is not getting right the  $CONTACTEMAIL$ macro substitution.<br><br>I don't know exactly the inner works that means that if it's correct to define a host and use a template for providing the contact group and from the contact group nagios can extract the email addresses and put them in $CONTACTEMAIL$<br>
<br>Also, the services are not notified also; the same happens (the email sustituted from $CONTACTEMAIL$ seems to be $???).<br><br>Thank you,<br><br>Alex<br><br><br><br><br><div class="gmail_quote">On Fri, Jan 9, 2009 at 3:30 PM, Marc Powell <span dir="ltr"><<a href="mailto:marc@ena.com">marc@ena.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"><br>
On Jan 9, 2009, at 4:52 AM, alex alex wrote:<br>
<br>
> Subject: **  Service Alert: ITM_M._Ciuc/is_alive is OK **"<br>
<br>
</div>This is a service alert.<br>
<div class="Ih2E3d"><br>
> Somehow it seems that no user address is found (or the address $ is<br>
> used ). Also, the mail log says the same thing:<br>
<br>
<br>
><br>
</div>> define contact {<br>
> [snip]<br>
<div class="Ih2E3d">>         host_notification_commands      notify-host-by-email<br>
>         service_notification_commands   notify-service-by-email<br>
>         register                        0<br>
> }<br>
><br>
> define command {<br>
>         command_name                    notify-host-by-email<br>
<br>
</div>This is not the commnad{} used for service alerts (look for notify-<br>
service-by-email). My expectation is that you have a typo at or near<br>
$CONTACTEMAIL$ there.<br>
<br>
--<br>
Marc<br>
<br>
<br>
------------------------------------------------------------------------------<br>
Check out the new SourceForge.net Marketplace.<br>
It is the best place to buy or sell services for<br>
just about anything Open Source.<br>
<a href="http://p.sf.net/sfu/Xq1LFB" target="_blank">http://p.sf.net/sfu/Xq1LFB</a><br>
_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br>
</blockquote></div><br>