Commit edea6a34 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) only show apinger status when active on at least one interface

parent c93958fa
......@@ -111,7 +111,7 @@ if (!function_exists('get_services')) {
}
$gateways_arr = return_gateways_array();
if (is_array($gateways_arr)) {
if (is_apinger_enabled() && is_array($gateways_arr)) {
$pconfig = array();
$pconfig['name'] = "apinger";
$pconfig['description'] = gettext("Gateway Monitoring Daemon");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment