From 43298f04b750e7a9389c7ed588b79cd3bf033de5 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 16 Jun 2011 12:55:08 +0200 Subject: updated mining rigs, RZ Guests in Monitoring Monitoring/conf/shack_guests: mining rigs updated (ip),moved pnp Monitoring/conf/shack_infrastructure: Bestuecker moved to guests --- Monitoring/conf/shack_guests.cfg | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) (limited to 'Monitoring/conf/shack_guests.cfg') diff --git a/Monitoring/conf/shack_guests.cfg b/Monitoring/conf/shack_guests.cfg index 75e92f17..d134150c 100644 --- a/Monitoring/conf/shack_guests.cfg +++ b/Monitoring/conf/shack_guests.cfg @@ -6,31 +6,49 @@ define host{ host_name gauda0 parents shack-serverswitch alias Gauda0 Bitcoin Mining Rig 0 - address 10.42.1.16 + address 10.42.0.99 hostgroups bitcoin-miner } define host{ use generic-host host_name gauda1 - parents shack-serverswitch + parents shack-serverswitch2 alias Gauda0 Bitcoin Mining Rig 1 - address 10.42.1.20 + address 10.42.0.98 hostgroups bitcoin-miner } define host{ use generic-host host_name gauda2 - parents shack-serverswitch + parents shack-serverswitch2 alias Gauda0 Bitcoin Mining Rig 2 - address 10.42.1.17 + address 10.42.0.97 hostgroups bitcoin-miner } +define host{ + use generic-host + host_name chinaman + parents shack-serverswitch2 + alias Chinaman Bitcoin Mining Rig + address 10.42.0.96 + hostgroups bitcoin-miner,tinc-nodes + } + define host{ use generic-host host_name SaschaPC parents shack-serverswitch - alias Saschas Bitcoin Miner + alias Sascha Server address 10.42.23.100 - hostgroups bitcoin-miner + #hostgroups bitcoin-miner + } + +define host{ + use generic-host + host_name shack-pnp + alias Shack Bestueckungsautomat + address 10.42.100.5 + parents shack-coreswitch + #hostgroups shack-rz } -- cgit v1.2.3 From 1d64adc977a24405cc43d99bc74287be3c700e37 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 16 Jun 2011 13:04:21 +0200 Subject: Monitoring/conf/shack_guests: added tinc addr --- Monitoring/conf/shack_guests.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Monitoring/conf/shack_guests.cfg') diff --git a/Monitoring/conf/shack_guests.cfg b/Monitoring/conf/shack_guests.cfg index d134150c..869583f7 100644 --- a/Monitoring/conf/shack_guests.cfg +++ b/Monitoring/conf/shack_guests.cfg @@ -13,7 +13,7 @@ define host{ use generic-host host_name gauda1 parents shack-serverswitch2 - alias Gauda0 Bitcoin Mining Rig 1 + alias Gauda1 Bitcoin Mining Rig 1 address 10.42.0.98 hostgroups bitcoin-miner } @@ -21,7 +21,7 @@ define host{ use generic-host host_name gauda2 parents shack-serverswitch2 - alias Gauda0 Bitcoin Mining Rig 2 + alias Gauda2 Bitcoin Mining Rig 2 address 10.42.0.97 hostgroups bitcoin-miner } @@ -32,6 +32,7 @@ define host{ parents shack-serverswitch2 alias Chinaman Bitcoin Mining Rig address 10.42.0.96 + _TINC_ADDRESS 10.7.7.6 hostgroups bitcoin-miner,tinc-nodes } -- cgit v1.2.3 From 183b76155a02a64626903c2d21d174799fa1c0de Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 16 Jun 2011 13:08:06 +0200 Subject: Monitoring/conf/shack_guests.cfg: added ssh-servers --- Monitoring/conf/shack_guests.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Monitoring/conf/shack_guests.cfg') diff --git a/Monitoring/conf/shack_guests.cfg b/Monitoring/conf/shack_guests.cfg index 869583f7..ba460366 100644 --- a/Monitoring/conf/shack_guests.cfg +++ b/Monitoring/conf/shack_guests.cfg @@ -33,7 +33,7 @@ define host{ alias Chinaman Bitcoin Mining Rig address 10.42.0.96 _TINC_ADDRESS 10.7.7.6 - hostgroups bitcoin-miner,tinc-nodes + hostgroups bitcoin-miner,tinc-nodes,ssh-servers } define host{ -- cgit v1.2.3 From 884d9d9819205826bf6d7368c788f8844a92d630 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 16 Jun 2011 14:29:37 +0200 Subject: added myself to contacts --- Monitoring/conf/shack_guests.cfg | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'Monitoring/conf/shack_guests.cfg') diff --git a/Monitoring/conf/shack_guests.cfg b/Monitoring/conf/shack_guests.cfg index ba460366..5c0a4cbf 100644 --- a/Monitoring/conf/shack_guests.cfg +++ b/Monitoring/conf/shack_guests.cfg @@ -34,17 +34,27 @@ define host{ address 10.42.0.96 _TINC_ADDRESS 10.7.7.6 hostgroups bitcoin-miner,tinc-nodes,ssh-servers + contactgroups krebsminers } define host{ use generic-host - host_name SaschaPC + host_name Sascha privater Server parents shack-serverswitch alias Sascha Server address 10.42.23.100 #hostgroups bitcoin-miner } +define host{ + use generic-host + host_name Telefonzelle + parents shack-coreswitch + alias Telefonzelle + address 10.42.23.101 + #hostgroups bitcoin-miner + } + define host{ use generic-host host_name shack-pnp @@ -53,3 +63,4 @@ define host{ parents shack-coreswitch #hostgroups shack-rz } + -- cgit v1.2.3 From 1e6461dcb26980450d30cdd573affda0c35f0435 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 16 Jun 2011 14:53:53 +0200 Subject: migrated all necessary configuration used the Debian config for krebs to provide a generic environment without dependencies to other nagios systems --- Monitoring/conf/shack_guests.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Monitoring/conf/shack_guests.cfg') diff --git a/Monitoring/conf/shack_guests.cfg b/Monitoring/conf/shack_guests.cfg index 5c0a4cbf..45617461 100644 --- a/Monitoring/conf/shack_guests.cfg +++ b/Monitoring/conf/shack_guests.cfg @@ -34,7 +34,7 @@ define host{ address 10.42.0.96 _TINC_ADDRESS 10.7.7.6 hostgroups bitcoin-miner,tinc-nodes,ssh-servers - contactgroups krebsminers + contact_groups krebsminers } define host{ -- cgit v1.2.3