<br><br><div class="gmail_quote">On Mon, Jul 13, 2009 at 7:25 AM, Matt Nelson <span dir="ltr"><<a href="mailto:matt@frozenatom.com">matt@frozenatom.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;">
Thanks Marc. I guess I need to re-factor my configuration.  I appreciate you taking a minute to respond.<div><div></div><div class="h5"><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" target="_blank">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><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" target="_blank">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>
</div></div></blockquote></div><br>Looking into this some more this is going to be a real PITA to migrate our current configuration to handle this.  If we migrate this will require us to maintain contacts in the hosts and the services both.  How do others handle contacts?  Do you maintain them on the Host and Service level?<br>
<br>Should I submit a bug?  To re-explain the problem incase I was unclear before:<br>We notify contact_group NOC for everything.  For certain services we want to notify ie: contact_group MARKETING, but also have it go to NOC.  Rather then letting NOC be the contact_group on the host, and then having the service have the contact_group be "MARKETING, NOC"  I would think that I should be able to just put "+MARKETING", I don't think that this should be an issue.  Should this be something that I should report as a bug/feature?  <br>
<br><br>This said, does anyone know how to get around this behavior?<br><br>