summaryrefslogtreecommitdiffstats
path: root/modules/Monitoring/conf/tinc_hosts.cfg
blob: 4b1ad9ab2819d82b2b67dac3fb3c6b2720dbbea0 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#connection will not work if no internet is available (e.g. no shack-gateway)

#
# Miefda Supernode
#
define host{
        use                     generic-host
        host_name               supernode
        alias                   Supernode External
        _TINC_ADDRESS           10.7.7.1
        address                 miefda.org
        parents                 shack-gw
        hostgroups              tinc-nodes,ssh-servers,http-servers
        }

define service {
        host_name                 supernode
        service_description       IRC
        use                       generic-service
        check_command             check_ircd
        }
#
# Sharepoint (dhbw-stuttgart)
#
define host{
        use                     generic-host
        host_name               sharepoint
        alias                   PA Sharepoint
        address                 141.31.8.11
        _TINC_ADDRESS           10.7.7.5
        parents                 shack-gw
        hostgroups              tinc-nodes,ssh-servers
        }
#
# Leechi
#
define host{
        use                     generic-host
        host_name               leechi
        alias                   no_omo
        address                 leechi.kicks-ass.org
        _TINC_ADDRESS           10.7.7.111
        parents                 shack-gw
        hostgroups              tinc-nodes,ssh-servers,http-servers
        }