Page 1 of 1

Service dependency and notification.

Posted: Wed Aug 10, 2011 8:55 am
by Kasen
Hi,

This is part of config with service dependency:
define servicedependency{
host_name localhost
service_description PING
dependent_host_name localhost
dependent_service_description HTTP
execution_failure_criteria w,u,c
notification_failure_criteria w,u,c
}
Then ping down notifications dont sending, but if ping up first, notification about http uping send. How i can make that notification about http uping dont send?

Re: Service dependency and notification.

Posted: Fri Aug 12, 2011 10:26 am
by mguthrie
I'm a little unclear on what you're trying to do, why do you have localhost dependent on localhost?

If it's all on the same host, you can simply adjust the notification settings for localhost and it's services.
http://nagios.sourceforge.net/docs/3_0/ ... tions.html