Search found 2 matches

by pricent
Thu Oct 08, 2020 3:47 am
Forum: Open Source Nagios Projects
Topic: [Solved] Add contact to all services of a host
Replies: 2
Views: 941

Re: Add contact to all services of a host

SOLVED: a contact_group field was lying around in a service template, so the contacts and contact_groups fiels were overwritten with the value in the template, and the services did not get the contacts field in the host definition.
by pricent
Wed Oct 07, 2020 9:44 am
Forum: Open Source Nagios Projects
Topic: [Solved] Add contact to all services of a host
Replies: 2
Views: 941

[Solved] Add contact to all services of a host

Hi, I define services in two files: * some services are in a file with the host definition * some services are in a "services_for_all_hosts.cfg" with a line like: host_name *,!localhost I would like to add a contact to all the services of a given host, but if I add this contact in the defi...