diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-08 19:09:18 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-08 19:09:18 +0200 |
commit | 010970eadfbfa2f605bbda976d326d3e8be4b72a (patch) | |
tree | e1c1d2f2618cd747a0e1ad0f4add6f39af63c21a /Monitoring/conf/shack_infrastructure.cfg | |
parent | 0b41656ae2127a35652745a94946ccfe7d79d437 (diff) |
removed shack-modem from configs
conf/shack_ifrastructure.cfg: shack-modem is now an obsolete entry
conf/other_hosts.cfg: replaced modem with gw
conf/tinc_hosts.cfg: replaced modem with gw
Diffstat (limited to 'Monitoring/conf/shack_infrastructure.cfg')
-rw-r--r-- | Monitoring/conf/shack_infrastructure.cfg | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/Monitoring/conf/shack_infrastructure.cfg b/Monitoring/conf/shack_infrastructure.cfg index dd123dc3..565fecaf 100644 --- a/Monitoring/conf/shack_infrastructure.cfg +++ b/Monitoring/conf/shack_infrastructure.cfg @@ -31,14 +31,6 @@ define host{ address 10.42.0.12 hostgroups shack-rz,ssh-servers } -define host{ - use generic-host - host_name shack-gauda0 - parents shack-serverswitch - alias Shack gauda0 Mining Server - address gauda0.shack - hostgroups shack-rz - } # # Network Infrastructure # @@ -54,14 +46,15 @@ define host{ address 10.42.0.1 hostgroups shack-rz,ssh-servers } -define host{ - use generic-host - host_name shack-modem - parents shack-gw - alias Shack Telecom VDSL Router - address 192.168.2.1 - hostgroups shack-rz - } +#deprecated +#define host{ +# use generic-host +# host_name shack-modem +# parents shack-gw +# alias Shack Telecom VDSL Router +# address 192.168.2.1 +# hostgroups shack-rz +# } define host{ use generic-host host_name shack-externswitch |