blob: 559040f8276a3c1e15c6b80de011abe7d417fc46 (
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
26
|
define hostgroup {
hostgroup_name ntp-servers
alias NTP Servers
register 0
}
define hostgroup {
hostgroup_name time-servers
alias TIME Servers
register 0
}
define service {
use ping-service
hostgroup_name ntp-servers
service_description NTP
check_command check_ntp!1!3
}
define service {
use ping-service
hostgroup_name time-servers
service_description TIME
check_command check_ntp_win!1!3
}
|