From 9caad2785227843fd141e2dc6769085def39f544 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 11 Jul 2011 17:32:41 +0000 Subject: Monitoring: deleted dupe config --- Monitoring/conf/hostgroups_nagios2.cfg | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 Monitoring/conf/hostgroups_nagios2.cfg (limited to 'Monitoring/conf') diff --git a/Monitoring/conf/hostgroups_nagios2.cfg b/Monitoring/conf/hostgroups_nagios2.cfg deleted file mode 100644 index 63acbf50..00000000 --- a/Monitoring/conf/hostgroups_nagios2.cfg +++ /dev/null @@ -1,31 +0,0 @@ -# Some generic hostgroup definitions - -# A simple wildcard hostgroup -define hostgroup { - hostgroup_name all - alias All Servers - members * - } - -# A list of your Debian GNU/Linux servers -define hostgroup { - hostgroup_name debian-servers - alias Debian GNU/Linux Servers - members localhost - } - -# A list of your web servers -define hostgroup { - hostgroup_name http-servers - alias HTTP servers - members localhost - } - -# A list of your ssh-accessible servers -define hostgroup { - hostgroup_name ssh-servers - alias SSH servers - members localhost - } - - -- cgit v1.2.3 From c2306b21464323443a8b62f29a962becf28fb5c6 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 11 Jul 2011 17:46:24 +0000 Subject: Monitoring: fixed buggy config,Makefile --- Monitoring/conf/shack_guests.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Monitoring/conf') diff --git a/Monitoring/conf/shack_guests.cfg b/Monitoring/conf/shack_guests.cfg index 7a8cc088..711eb79c 100644 --- a/Monitoring/conf/shack_guests.cfg +++ b/Monitoring/conf/shack_guests.cfg @@ -35,7 +35,7 @@ define host{ address 10.42.0.96 _TINC_ADDRESS 10.7.7.6 _SPEED_URL http://leechi.kicks-ass.org/tmp/live/chinaman_bitcoinslc_live - _TEMPER_URL http://leechi.kicks-ass.org/tmp/live/chinaman_bitcoinslc_live + _TEMPER_URL http://leechi.kicks-ass.org/tmp/live/chinaman_ati_temper hostgroups bitcoin-miner,tinc-nodes,ssh-servers contact_groups krebsminers } @@ -52,7 +52,7 @@ define service { } define command { command_name check_temper - command_line $USER1$/check_speed $_HOSTTEMPER_URL$ $ARG1$ + command_line $USER1$/check_temper $_HOSTTEMPER_URL$ $ARG1$ } define service { host_name chinaman -- cgit v1.2.3