blob: bbdc676ae0f086b14fb964b46957fbc3384a21c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
define host{
use generic-host
host_name google.de
alias Google Website
address google.de
parents shack-gw
hostgroups http-servers
}
define host{
use generic-host
host_name google-dns
parents shack-gw
alias Google DNS Service (always reachable)
address 8.8.8.8
}
define service {
host_name google-dns
service_description DNS Service
use generic-service
check_command check_dns
}
|