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
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
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
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
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