diff options
Diffstat (limited to 'Monitoring/conf/shack_guests.cfg')
-rw-r--r-- | Monitoring/conf/shack_guests.cfg | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Monitoring/conf/shack_guests.cfg b/Monitoring/conf/shack_guests.cfg new file mode 100644 index 00000000..970a9c7a --- /dev/null +++ b/Monitoring/conf/shack_guests.cfg @@ -0,0 +1,27 @@ +# +# Bitcoin mines +# +define host{ + use generic-host + host_name gauda0 + parents shack-serverswitch + alias Gauda0 Bitcoin Mining Rig 0 + address 10.42.1.16 + hostgroups bitcoin-miner + } +define host{ + use generic-host + host_name gauda1 + parents shack-serverswitch + alias Gauda0 Bitcoin Mining Rig 1 + address 10.42.1.20 + hostgroups bitcoin-miner + } +define host{ + use generic-host + host_name gauda2 + parents shack-serverswitch + alias Gauda0 Bitcoin Mining Rig 2 + address 10.42.1.17 + hostgroups bitcoin-miner + } |