jda
Can you clarify your last statement please ? As far as I see assigning service contacts to hostgroups cannot be done in the current implementation.
Templates won't help. Are you saying we can do this after all ?
de-couple notification settings from a service ?
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: de-couple notification settings from a service ?
It's about the logic...
The hostgroup and contact cannot be directly coupled.
In my example though because we're building from templates
It is an admittedly inderict, but because of the service_template the hostgroup and contactgroup are tied together. The simple defining of hosts and services is just a side-benefit.
The hostgroup and contact cannot be directly coupled.
Code: Select all
hostgroup <-!-> contactCode: Select all
host <---> host_template
|
hostgroup <---> service_template <---> service1
| -> service2
contactgroup -> service3Re: de-couple notification settings from a service ?
Thx for the clarification !
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: de-couple notification settings from a service ?
You bet - OK to lock topic?