Service dependency and notification.

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Kasen
Posts: 1
Joined: Wed Aug 10, 2011 8:49 am

Service dependency and notification.

Post 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?
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Service dependency and notification.

Post 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
Locked