diff options
-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 } |