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 +++++++++++++++++++++ Monitoring/conf/shack_infrastructure.cfg | 16 ++++++------ Monitoring/conf/shacknet.cfg | 13 ++++++++++ .../htdocs/images/logos/krebs/bitcoin_miner.gd2 | Bin 0 -> 1047 bytes .../htdocs/images/logos/krebs/bitcoin_miner.png | Bin 0 -> 3681 bytes 5 files changed, 48 insertions(+), 8 deletions(-) create mode 100644 Monitoring/conf/shack_guests.cfg create mode 100644 Monitoring/htdocs/images/logos/krebs/bitcoin_miner.gd2 create mode 100644 Monitoring/htdocs/images/logos/krebs/bitcoin_miner.png (limited to 'Monitoring') 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 + } diff --git a/Monitoring/conf/shack_infrastructure.cfg b/Monitoring/conf/shack_infrastructure.cfg index 565fecaf..78c220b1 100644 --- a/Monitoring/conf/shack_infrastructure.cfg +++ b/Monitoring/conf/shack_infrastructure.cfg @@ -9,16 +9,16 @@ # define host{ use generic-host - host_name shack-node1 - alias Shack Virtualization Server + host_name shack-node0 + alias Shack Virtualization Server 0 address 10.42.0.10 parents shack-serverswitch hostgroups shack-rz,ssh-servers } define host{ use generic-host - host_name shack-zetbox - alias Shack Virtualization Server + host_name shack-node1 + alias Shack Virtualization Server 1 address 10.42.0.10 parents shack-serverswitch hostgroups shack-rz,ssh-servers @@ -156,7 +156,7 @@ define service{ define host{ use generic-host host_name shack-dns - parents shack-zetbox + parents shack-node0 alias Shack DNS Virtual Host address 10.42.0.100 hostgroups shack-rz @@ -171,7 +171,7 @@ define service { define host{ use generic-host host_name shack-pxe - parents shack-zetbox + parents shack-node0 alias Shack PXEBoot Vhost address pxeboot.shack hostgroups shack-rz @@ -189,7 +189,7 @@ define host{ define host{ use generic-host host_name shack-aptproxy - parents shack-zetbox + parents shack-node0 alias Shack Apt-proxy address aptproxy.shack hostgroups shack-rz @@ -210,7 +210,7 @@ define host{ define host{ use generic-host host_name shack-ldap - parents shack-zetbox + parents shack-node0 alias Shack LDAP Server address ldap.shack hostgroups shack-rz diff --git a/Monitoring/conf/shacknet.cfg b/Monitoring/conf/shacknet.cfg index 7658ab80..802e5e3a 100644 --- a/Monitoring/conf/shacknet.cfg +++ b/Monitoring/conf/shacknet.cfg @@ -2,6 +2,19 @@ define hostgroup { hostgroup_name shack-rz alias Shack RZ Infrastructure } +define hostgroup { + hostgroup_name bitcoin-miner + alias Bitcoin miner in Shack-RZ + } +define hostextinfo{ + hostgroup_name bitcoin-miner + notes Bitcoin miner in Shack-RZ + icon_image krebs/bitcoin_miner.png + icon_image_alt bitcoin_miner + vrml_image bitcoin_miner.png + statusmap_image krebs/bitcoin_miner.gd2 + } + define hostgroup { hostgroup_name wlan-ap alias Shack Wlan Access Points diff --git a/Monitoring/htdocs/images/logos/krebs/bitcoin_miner.gd2 b/Monitoring/htdocs/images/logos/krebs/bitcoin_miner.gd2 new file mode 100644 index 00000000..5e585c62 Binary files /dev/null and b/Monitoring/htdocs/images/logos/krebs/bitcoin_miner.gd2 differ diff --git a/Monitoring/htdocs/images/logos/krebs/bitcoin_miner.png b/Monitoring/htdocs/images/logos/krebs/bitcoin_miner.png new file mode 100644 index 00000000..87200fe4 Binary files /dev/null and b/Monitoring/htdocs/images/logos/krebs/bitcoin_miner.png differ -- cgit v1.2.3