blob: 2a2c74491299f2bd2fd435b88852ba3b05d05d5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#Dependancies
# 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
# }
|