diff options
| author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-16 13:04:21 +0200 | 
|---|---|---|
| committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-16 13:04:21 +0200 | 
| commit | 7449e5e3192ad9128bd73c32e06927bdb8dcbc0f (patch) | |
| tree | f568d77380288c6fc78e6c66c0fc0d7ed0787014 | |
| parent | 344d69185af53427be0dc1243066ed04e8001879 (diff) | |
Monitoring/conf/shack_guests: added tinc addr
| -rw-r--r-- | Monitoring/conf/shack_guests.cfg | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/Monitoring/conf/shack_guests.cfg b/Monitoring/conf/shack_guests.cfg index d134150c..869583f7 100644 --- a/Monitoring/conf/shack_guests.cfg +++ b/Monitoring/conf/shack_guests.cfg @@ -13,7 +13,7 @@ define host{          use                     generic-host          host_name               gauda1          parents                 shack-serverswitch2 -        alias                   Gauda0 Bitcoin Mining Rig 1 +        alias                   Gauda1 Bitcoin Mining Rig 1          address                 10.42.0.98          hostgroups              bitcoin-miner          } @@ -21,7 +21,7 @@ define host{          use                     generic-host          host_name               gauda2          parents                 shack-serverswitch2 -        alias                   Gauda0 Bitcoin Mining Rig 2 +        alias                   Gauda2 Bitcoin Mining Rig 2          address                 10.42.0.97          hostgroups              bitcoin-miner          } @@ -32,6 +32,7 @@ define host{          parents                 shack-serverswitch2          alias                   Chinaman Bitcoin Mining Rig          address                 10.42.0.96 +        _TINC_ADDRESS           10.7.7.6          hostgroups              bitcoin-miner,tinc-nodes          } | 
