Thanks Marc. I guess I need to re-factor my configuration.  I appreciate you taking a minute to respond.<br><br><div class="gmail_quote">On Fri, Jul 10, 2009 at 6:19 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><div></div><div class="h5"><br>
On Jul 10, 2009, at 4:10 PM, Matt Nelson wrote:<br>
<br>
> Service:<br>
><br>
> define service{<br>
>     use                     noncritical-service<br>
>     host_name               myHost<br>
>     service_description     myMonitor<br>
>     check_command           bla bla bla<br>
>     contact_groups          +myGroup2<br>
> }<br>
><br>
><br>
> Host:<br>
><br>
> define host {<br>
>                  use                     default<br>
>                  host_name               myHost<br>
>                  alias                   myHost<br>
>                  address                 myHost.domain<br>
>          contact_groups      myGroup1<br>
>                 }<br>
><br>
><br>
><br>
><br>
><br>
> The problem that I am seeing is that since we have a<br>
> "contact_groups" defined in the service it is not taking the<br>
> myGroup1 from the host and adding the myGroup2 to that.  So the<br>
> result is that I am getting notifications send to myGroup2, but not<br>
> myGroup1 AND myGroup2 and I am expecting.<br>
<br>
</div></div>My reading of the documentation is that the host->service inheritance<br>
you are expecting only works if contact_groups isn't specified in the<br>
service. Once you define it, in any way, the implied inheritance is no<br>
longer valid.<br>
<br>
<a href="http://nagios.sourceforge.net/docs/3_0/objectinheritance.html" target="_blank">http://nagios.sourceforge.net/docs/3_0/objectinheritance.html</a> -><br>
Implied Inheritance<br>
<br>
--<br>
Marc<br>
<br>
<br>
------------------------------------------------------------------------------<br>
Enter the BlackBerry Developer Challenge<br>
This is your chance to win up to $100,000 in prizes! For a limited time,<br>
vendors submitting new applications to BlackBerry App World(TM) will have<br>
the opportunity to enter the BlackBerry Developer Challenge. See full prize<br>
details at: <a href="http://p.sf.net/sfu/Challenge" target="_blank">http://p.sf.net/sfu/Challenge</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>