Question about nagios notifications
Posted: Fri Dec 04, 2015 6:20 pm
Hi, I'm running Nagios Core 3.5.1 and had a question about how notifications work for the following configuration:
In the above scenario, if service1 is critical, will both contact1 and contact2 receive the notification? I'm currently experiencing this behavior, but I am unable to tell if this is by design from the host definition documentation.
Code: Select all
define host
{
host_name host1
contacts contact1
}
define service
{
host_name host1
service_description service1
contacts contact2
}