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 | 80493b71bbd6c43e60205bb50a3d1dd83b8bece2 (patch) | |
tree | f812f06d01795aa4e555bb3429c422bf2618250d /Monitoring/conf/shack_guests.cfg | |
parent | 552ccf3b99d9036faaa30c4365b86b6c529d3116 (diff) |
Monitoring: fixed buggy config,Makefile
Diffstat (limited to 'Monitoring/conf/shack_guests.cfg')
-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 |