We are running NagiosXI 2014 R1.4 but it could have broken with previous versions?
The Service Depenedency I have setup should stop any alerts for Domino Web Interface check if the Check Domino Server or Domino Notes Interface services are down.
Code: Select all
define servicedependency {
dependent_hostgroup_name Applications Domino Mail Servers
dependent_service_description Domino Web Interface
hostgroup_name Applications Domino Mail Servers
service_description Check Domino Server,Domino Notes Interface
inherits_parent 1
execution_failure_criteria u,c,p,
notification_failure_criteria u,c,p,
dependency_period 24x7
}Code: Select all
2014-09-17 23:31:16 SERVICE ALERT: HOSTNAME;Domino Notes Interface;CRITICAL;HARD;4;CRITICAL - Socket timeout after 10 seconds
2014-09-17 23:31:16 SERVICE NOTIFICATION: Messaging;HOSTNAME;Domino Notes Interface;CRITICAL;Email-service-event;CRITICAL - Socket timeout after 10 seconds
2014-09-17 23:33:06 SERVICE ALERT: HOSTNAME;Check Domino Server;CRITICAL;HARD;5;FPING CRITICAL - X.X.X.X (loss=100% )
2014-09-17 23:33:06 SERVICE NOTIFICATION: Messaging;HOSTNAME;Check Domino Server;CRITICAL;Email-service-event;FPING CRITICAL - X.X.X.X (loss=100% )
2014-09-17 23:35:52 SERVICE ALERT: HOSTNAME;Domino Web Interface;CRITICAL;HARD;4;connect to address X.X.X.X and port 80: No route to host
2014-09-17 23:35:52 SERVICE NOTIFICATION: Messaging;HOSTNAME;Domino Web Interface;CRITICAL;Email-service-event;connect to address X.X.X.X and port 80: No route to host
Is anyone able to confirm that Service Dependencies are working with 2014R1.4 ?
regards... Fred