From a150c955f435162546f2c2e50519adb378ab3787 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 9 Jun 2011 14:56:49 +0200 Subject: added bitcoin miners to watchlist --- Monitoring/conf/shack_guests.cfg | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Monitoring/conf/shack_guests.cfg (limited to 'Monitoring/conf/shack_guests.cfg') 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 + } -- cgit v1.2.3