/etc/shinken/dependencies.cfg is in shinken-core 0.6.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | #Dependancies
#define servicedependency{
# host_name dc01
# service_description ActiveDirectory
# dependent_host_name dc07
# dependent_service_description ActiveDirectory
# execution_failure_criteria o
# notification_failure_criteria w,u
# dependency_period 24x7
# }
#define hostdependency{
# host_name dc01
# dependent_host_name localhost
# execution_failure_criteria o
# notification_failure_criteria u
# dependency_period 24x7
# }
|