Re: [Nagios-users] Excluding a hostgroup from a service check

2009-04-09 Thread Gary Every
On Thu, Apr 9, 2009 at 11:44 AM, Sean McAfee < smca...@collaborativefusion.com> wrote: > Edward Trochim wrote: > > > And a service definition like this. I want to exclude hostgroup5 from > > this one service definition: > > > > define service{ > > use stan

Re: [Nagios-users] Excluding a hostgroup from a service check

2009-04-09 Thread Edward Trochim
Ah, that is exactly what I was missing. Thanks! On Apr 9, 2009, at 10:41 AM, Jim Avery wrote: > 2009/4/9 Edward Trochim : >> I have a service template that specifies several host groups and one >> host to check. One of the services that inherits this template should >> not be executed by one of t

Re: [Nagios-users] Excluding a hostgroup from a service check

2009-04-09 Thread Sean McAfee
Edward Trochim wrote: > And a service definition like this. I want to exclude hostgroup5 from > this one service definition: > > define service{ > use standard-check > hostgroup_name !hostgroup5 > service_description Dis

Re: [Nagios-users] Excluding a hostgroup from a service check

2009-04-09 Thread Jim Avery
2009/4/9 Edward Trochim : > I have a service template that specifies several host groups and one > host to check. One of the services that inherits this template should > not be executed by one of the host groups defined. I read the object > tricks documentation page and found that I could include

[Nagios-users] Excluding a hostgroup from a service check

2009-04-09 Thread Edward Trochim
I have a service template that specifies several host groups and one host to check. One of the services that inherits this template should not be executed by one of the host groups defined. I read the object tricks documentation page and found that I could include a ! before the name in a h