diff options
author | makefu <github@syntax-fehler.de> | 2011-07-11 17:46:24 +0000 |
---|---|---|
committer | root <root@monitoring.shack> | 2011-07-11 17:47:11 +0000 |
commit | 2534de34483a72e8aa73437e3497ae6900e328d0 (patch) | |
tree | d8aa45e8387f777cdad3efd5e8db86f163e41913 /Monitoring/conf | |
parent | 60ca5a04cfb52632d35eb313448de34bf4dab36a (diff) |
Monitoring: fixed buggy config,Makefile
Diffstat (limited to 'Monitoring/conf')
-rw-r--r-- | Monitoring/conf/shack_guests.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
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 |