summaryrefslogtreecommitdiffstats
path: root/Monitoring
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
commita150c955f435162546f2c2e50519adb378ab3787 (patch)
tree1aa67f9837dfad810a9a60a466627684cb16cf67 /Monitoring
parent50ef9dd5f1ca6c8dfd8ee0f52fbc807b46a4c2f7 (diff)
added bitcoin miners to watchlist
Diffstat (limited to 'Monitoring')
-rw-r--r--Monitoring/conf/shack_guests.cfg27
-rw-r--r--Monitoring/conf/shack_infrastructure.cfg16
-rw-r--r--Monitoring/conf/shacknet.cfg13
-rw-r--r--Monitoring/htdocs/images/logos/krebs/bitcoin_miner.gd2bin0 -> 1047 bytes
-rw-r--r--Monitoring/htdocs/images/logos/krebs/bitcoin_miner.pngbin0 -> 3681 bytes
5 files changed, 48 insertions, 8 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
+ }
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
@@ -3,6 +3,19 @@ define hostgroup {
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
--- /dev/null
+++ b/Monitoring/htdocs/images/logos/krebs/bitcoin_miner.gd2
Binary files 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
--- /dev/null
+++ b/Monitoring/htdocs/images/logos/krebs/bitcoin_miner.png
Binary files differ