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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
|
#define servicedependency {
# host_name hosted03
# service_description nrpe
# dependent_host_name hosted03
# dependent_service_description Disk Space /srv, Disk Space /, Total Processes, Zombie Processes, Cron Daemon, Check Raid, Swap
# notification_failure_criteria w,c
# execution_failure_criteria w,c
#}
#define servicedependency {
# host_name hosted04
# service_description nrpe
# dependent_host_name hosted04
# dependent_service_description Disk Space /srv, Disk Space /, Total Processes, Zombie Processes, Cron Daemon, Check Raid, Swap
# notification_failure_criteria w,c
# execution_failure_criteria w,c
#}
define servicedependency {
host_name pkgdb01
service_description nrpe
dependent_host_name pkgdb01
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name pkgdb02
service_description nrpe
dependent_host_name pkgdb02
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name pkgdb01.stg
service_description nrpe
dependent_host_name pkgdb01.stg
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
#define servicedependency {
# host_name bapp02
# service_description nrpe
# dependent_host_name bapp02
# dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
# notification_failure_criteria w,c
# execution_failure_criteria w,c
#}
define servicedependency {
host_name bastion02
service_description nrpe
dependent_host_name bastion02
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name bastion-vpn
service_description nrpe
dependent_host_name bastion-vpn
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
#define servicedependency {
# host_name bodhost01
# service_description nrpe
# dependent_host_name bodhost01
# dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
# notification_failure_criteria w,c
# execution_failure_criteria w,c
#}
define servicedependency {
host_name sundries01
service_description nrpe
dependent_host_name sundries01
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name sundries01.stg
service_description nrpe
dependent_host_name sundries01.stg
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name sundries02
service_description nrpe
dependent_host_name sundries02
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name wiki01
service_description nrpe
dependent_host_name wiki01
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name wiki01.stg
service_description nrpe
dependent_host_name wiki01.stg
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name wiki02
service_description nrpe
dependent_host_name wiki02
dependent_service_description Check Raid, Cron Daemon, Disk Space /, Swap, Total Processes, Zombie Processes
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name packages03
service_description packages-internal
dependent_host_name packages03
dependent_service_description packages-internal-bugstab
notification_failure_criteria w,c
execution_failure_criteria w,c
}
define servicedependency {
host_name packages04
service_description packages-internal
dependent_host_name packages04
dependent_service_description packages-internal-bugstab
notification_failure_criteria w,c
execution_failure_criteria w,c
}
|