Notification

I have two contactgroups, in the first (group1) I have 4 email addresses and in the second (group2) I have 4 other email addresses. I have several service configurations wich will be notify to email addresses by using a template config. In my template I have generic-windows-servers and generic-windows-dmz-servers. For the hosts generic-windows-servers I want to notify group1 and for the hosts in generic-windows-dmz-servers I want to notify group1 and group2.

Default this is set in the host config file:

define host{
use generic-windows-servers
… (rest of config)
}

I tried to do

define host{
use generic-windows-servers,generic-windows-dmz-servers
… (rest of config)
}

But this will only sent notification to the group1

i don’t think multiple inheritance is supported… what should take prcedence the first deifnition or the second? no good idea.

defione a third group having all 8 email addresses. or redefine th contact group in the host using both groups.