This doesn't seem right... How many "Service Dependencies" configs do see in the GUI?define servicedependency {
dependent_hostgroup_name ME731
dependent_service_description Ping,Ping,Ping,Ping,Ping,Ping,Ping,Ping,Ping,Ping,Ping,Ping,Ping,Ping,Ping,Ping,Ping,Ping,Ping,Ping,Ping,Ping,TCP Port 25000,TCP Port 25000,TCP Port 25000,TCP Port 25000,TCP Port 25000,TCP Port 25000,TCP Port 25000,TCP Port 25000,TCP Port 25000,TCP Port 25000,TCP Port 25000,TCP Port 25000,TCP Port 25000,TCP Port 25000,TCP Port 25000,TCP Port 25000,TCP Port 25000,TCP Port 25000,TCP Port 25000,TCP Port 25000,TCP Port 25000,TCP Port 25000
host_name xx.xx.xx5.254
service_description Ping
inherits_parent 1
execution_failure_criteria w,u,c,p,
dependency_period 24x7
}
CCM->Advanced->Service Dependencies
I have set up a "test" service dependency and I am not able to recreate the issue. See below:
Code: Select all
###############################################################################
#
# Service dependency configuration file
#
# Created by: Nagios Core Config Manager 2.3.0
# Date: 2014-12-17 12:31:19
# Version: Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# Nagios CCM will overwrite all manual settings during the next update if you
# would like to edit files manually, place them in the 'static' directory or
# import your configs into the CCM by placing them in the 'import' directory.
#
###############################################################################
define servicedependency {
dependent_hostgroup_name linux-servers
dependent_service_description Ping
host_name localhost
service_description PING
inherits_parent 1
execution_failure_criteria u,c,p,
notification_failure_criteria w,u,c,p,
dependency_period 24x7
}
###############################################################################
#
# Service dependency configuration file
#
# END OF FILE
#
###############################################################################