surveil/tools/docker/etc/shinken/dependencies/sample.cfg
aviau 9f7cdee108 Moved Dockerfile to root
Change-Id: Ie4e4b14028aeeba58d20464fc9c5d02846b029ec
2014-08-14 20:57:02 -04:00

23 lines
820 B
INI

# Dependencies
# This is the HARD way for define dependencies. Please look at the
# service_dependencies property for the services instead!
#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
# }