Revision 6bd0fc10
Added by Ermal LUÇI about 15 years ago
etc/inc/gwlb.inc | ||
---|---|---|
49 | 49 |
$a_settings['losslow'] = "10"; |
50 | 50 |
$a_settings['losshigh'] = "20"; |
51 | 51 |
|
52 |
/* kill apinger process */ |
|
53 |
if(is_process_running("apinger")) |
|
54 |
mwexec("/usr/bin/killall apinger", true); |
|
55 | 52 |
$fd = fopen("{$g['varetc_path']}/apinger.conf", "w"); |
56 | 53 |
$apingerconfig = <<<EOD |
57 | 54 |
|
Also available in: Unified diff
Actually apinger can be reloaded and this is not doing its job apparently.