Page 2 of 2

Re: de-couple notification settings from a service ?

Posted: Mon Apr 27, 2015 11:32 am
by stucky
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 ?

Re: de-couple notification settings from a service ?

Posted: Mon Apr 27, 2015 12:58 pm
by jdalrymple
It's about the logic...

The hostgroup and contact cannot be directly coupled.

Code: Select all

hostgroup <-!-> contact
In my example though because we're building from templates

Code: Select all

host <---> host_template
               |
		     hostgroup <---> service_template <---> service1
		                            |            -> service2
						            contactgroup     -> service3
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.

Re: de-couple notification settings from a service ?

Posted: Mon Apr 27, 2015 6:25 pm
by stucky
Thx for the clarification !

Re: de-couple notification settings from a service ?

Posted: Tue Apr 28, 2015 9:19 am
by jdalrymple
You bet - OK to lock topic?