<div>Steve, thank you for your reply.  My config is as follows:</div>
<div><font size="2"></font> </div>
<div><font size="2"><strong>a. host template</strong></font></div>
<div><font size="2"># critical host template<br>define host{<br> name              crit-host<br> use              base-host<br> check_period       24x7<br> check_interval       5<br> retry_interval       1<br> max_check_attempts      6
<br> check_command                check-host-alive<br> notification_period      24x7<br> notification_interval      240<br> notification_options      d,r<br> contact_groups       netadmins,ciptadmins<br> register        0
<br> }</font></div>
<div> </div>
<div><strong>b. host entry</strong></div>
<div># 'backup1' host definition<br>define host{<br> use    crit-host<br> parents   bhs_mdf_msfc<br> host_name   backup1<br> alias    BACKUP1<br> address   <a href="http://10.10.1.15">10.10.1.15</a><br> notification_options d,r
<br> }</div>
<div> </div>
<div><strong>c. contact template</strong></div>
<div>define contact{<br>        name                            standard-contact<br>        service_notification_period     24x7<br>        host_notification_period        24x7<br>        service_notification_options    w,u,c,r,f,s
<br>        host_notification_options       d,u,r,f,s<br>        service_notification_commands   notify-service-by-email<br>        host_notification_commands      notify-host-by-email<br>        register                        0
<br>        }</div>
<div> </div>
<div><strong>d. contact info</strong></div>
<div># 'bille' contact definition<br>define contact{<br> contact_name   bille<br> use     standard-contact<br> alias     Bill E.<br> email     <a href="mailto:bills_email@address.com">bills_email@address.com</a><br>
 }</div>
<div> </div>
<div>That is pretty much it.  I basically took my config details from my 2.x install and mirrored them in my 3.x install.  I did recreate the files from scrach, but copied my logic while factoring in the new version changes.  
</div>
<div> </div>
<div>Any ideas based on this?  Thanks again.</div>
<div> </div>
<div>- Bill E.</div>
<div><br> </div>
<div><span class="gmail_quote">On 11/21/07, <b class="gmail_sendername">Steve Shipway</b> <<a href="mailto:s.shipway@auckland.ac.nz">s.shipway@auckland.ac.nz</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div lang="EN-GB" vlink="purple" link="blue">
<div>
<p><font face="Arial" color="navy" size="2"><span style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Check the definitions for your contact.  Do you have host_notification_options d,r set in there as well as in the host definition?  If not, then the notifications will be filtered out by your contact definition.
</span></font></p><span class="sg">
<p><font face="Arial" color="navy" size="2"><span style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"> </span></font></p>
<p><font face="Arial" color="navy" size="2"><span style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Steve</span></font></p></span><span class="q">
<p><font face="Arial" color="navy" size="2"><span style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"> </span></font></p>
<div style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: medium none; PADDING-LEFT: 4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: blue 1.5pt solid; PADDING-TOP: 0cm; BORDER-BOTTOM: medium none">
<p><font face="Arial" size="2"><span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">notifications on Nagios 3.0a3.  I have all hosts configured for DOWN and RECOVERY (d,r) notification.  I would like to be emailed when a host goes down and then comes back up.  I have looked over the configuration many times and it looks fine.  However, I only receive DOWN messages, no UP messages.  When I look at the Nagios logs it does not appear that Nagios even tries to send them.  Also, I have been running Nagios since it was NetSaint… so I do know a bit about it.  I am just not sure what I am missing. 
</span></font></p>
<div>
<p><font face="Times New Roman" size="3"><span style="FONT-SIZE: 12pt"> </span></font></p></div></div></span></div></div></blockquote></div><br>