blob: 717c75a81c683e75f4b7626605e42e8e680ec308 (
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
|
#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
}
|