summaryrefslogtreecommitdiffstats
path: root/Monitoring/conf/shack_guests.cfg
diff options
context:
space:
mode:
authorFelix Richter <Felix.Richter@syntax-fehler.de>2011-06-09 14:56:49 +0200
committerFelix Richter <Felix.Richter@syntax-fehler.de>2011-06-09 14:56:49 +0200
commit54c6f6311c73fbeed58fb75cf20bd35fc0668e47 (patch)
treef45f497e009b013081ef958be4e1f7b4c2df717f /Monitoring/conf/shack_guests.cfg
parent010970eadfbfa2f605bbda976d326d3e8be4b72a (diff)
added bitcoin miners to watchlist
Diffstat (limited to 'Monitoring/conf/shack_guests.cfg')
-rw-r--r--Monitoring/conf/shack_guests.cfg27
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
+ }