Well, I found this issue, and it was not related to nagios at all.  I was looking in the wrong place.  The issue stemmed from a Python module, and as it parsed the Nagios configuration, it did not recognize hostescalation and serviceescalation, which printed out the messages that we had in the Daily Status report that we were examining.  So, it was not my configuration as I expected, and it was the supporting module that reported this.<div>

<br></div><div>~Chad</div><div><br><div class="gmail_quote">On Mon, Feb 28, 2011 at 2:37 PM, Max Schubert <span dir="ltr"><<a href="mailto:maxs@webwizarddesign.com">maxs@webwizarddesign.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Have you tried removing the trailing commas from the contact attribute<br>
'members' for the two contactgroup defintions?<br>
<font color="#888888"><br>
- Max<br>
</font><div><div></div><div class="h5"><br>
On Mon, Feb 28, 2011 at 4:47 PM, Chad Rhyner <<a href="mailto:crhyner@box.net">crhyner@box.net</a>> wrote:<br>
> On Mon, Feb 28, 2011 at 12:27 PM, Max Schubert <<a href="mailto:maxs@webwizarddesign.com">maxs@webwizarddesign.com</a>><br>
> wrote:<br>
>><br>
>> Please respond to the list with the version of Nagios you are using<br>
>> and an example contact and/or serviceescalation definition that you<br>
>> are using.<br>
>><br>
>> - Max<br>
><br>
> Certainly.  The version I am using is 3.0.6.  Here is a copy of the output:<br>
><br>
> Nagios 3.0.6<br>
> Copyright (c) 1999-2008 Ethan Galstad (<a href="http://www.nagios.org" target="_blank">http://www.nagios.org</a>)<br>
> Last Modified: 12-01-2008<br>
> License: GPL<br>
><br>
> This is being run on a 64-bit Linux machine.  Here is an example of the<br>
> serviceescalation definition:<br>
><br>
> define serviceescalation{<br>
>         hostgroup_name          sms<br>
>         service_description     HTTP<br>
>         first_notification      1<br>
>         last_notification       2<br>
>         notification_interval   10<br>
>         contact_groups          oncall,email<br>
> }<br>
><br>
> Here are the contactgroups related to that serviceescalation:<br>
><br>
> define contactgroup{<br>
>         contactgroup_name       oncall<br>
>         alias                   Oncall<br>
>         members                 user1,user2,<br>
> }<br>
><br>
> define contactgroup{<br>
>         contactgroup_name       email<br>
>         alias                   Email<br>
>         members<br>
> user1_email,user2_email,user3_email,...usern_email,<br>
> }<br>
><br>
> For both contactgroups oncall and email, there is a contact defined for each<br>
> user that is named.  I have changed the usernames for privacy reasons.<br>
><br>
> ~Chad<br>
><br>
</div></div></blockquote></div><br></div>