summaryrefslogtreecommitdiffstats
path: root/modules/Monitoring/conf/other_hosts.cfg
blob: bfc3615448095e38f02b5ec33670b956335ca39a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
define host{
        use                     generic-host
        host_name               google.de
        alias                   Google Website
        address                 google.de
        parents                 shack-modem
        hostgroups              http-servers
        }

define host{
        use                     generic-host
        host_name               google-dns
        parents                 shack-gw
        parents                 shack-modem
        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
        }