diff options
Diffstat (limited to 'modules/Monitoring/conf/tinc_hosts.cfg')
-rw-r--r-- | modules/Monitoring/conf/tinc_hosts.cfg | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/modules/Monitoring/conf/tinc_hosts.cfg b/modules/Monitoring/conf/tinc_hosts.cfg new file mode 100644 index 00000000..03cfcc41 --- /dev/null +++ b/modules/Monitoring/conf/tinc_hosts.cfg @@ -0,0 +1,20 @@ + +# +# Miefda Supernode +# +define host{ + use generic-host + host_name miefda.org + alias Supernode External + _TINC_ADDRESS 10.7.7.1 + hostgroups tinc-nodes,ssh-servers + } + +define host{ + use generic-host + host_name pa-sharepoint.informatik.ba-stuttgart.de + alias PA Sharepoint + address 141.31.8.11 + _TINC_ADDRESS 10.7.7.5 + hostgroups tinc-nodes,ssh-servers + } |