diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-09 14:56:49 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-06-09 14:56:49 +0200 |
commit | a150c955f435162546f2c2e50519adb378ab3787 (patch) | |
tree | 1aa67f9837dfad810a9a60a466627684cb16cf67 /Monitoring/conf/shack_guests.cfg | |
parent | 50ef9dd5f1ca6c8dfd8ee0f52fbc807b46a4c2f7 (diff) |
added bitcoin miners to watchlist
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 + } |