Services inherit host template
Posted: Thu Aug 02, 2012 8:41 am
Hello everyone
I have found strange error in host definition. I have:
In template for services i have:
I don't want to use sms_host_contact for services.
How it is possible to inherit contacts for service from host template?
Do you have any idea?
I have found strange error in host definition. I have:
I use this template for my host.define host{
contact_groups mail_contact_group
#contacts sms_host_contact
}
In template for services i have:
Problem occurs when i'm deleting "#" from host template. Then i have strange situation. When i check configuration for host in Default Contacts/Groups hosts have mail_contact_group and sms_host_contact. This is good but when i also check service configuration, every service has mail_contact_group and sms_host_contact.define service{
contact_groups mymail
}
I don't want to use sms_host_contact for services.
How it is possible to inherit contacts for service from host template?
Do you have any idea?