Ignore the iperf service as it's only started on demand

This commit is contained in:
Daniel Berteaud 2021-01-19 17:33:57 +01:00
parent e9667de215
commit 89fb337ff0
1 changed files with 3 additions and 0 deletions

View File

@ -292,6 +292,9 @@ function pfz_services_discovery(){
foreach ($services as $service){
if (!empty($service['name'])) {
// IPerf is only started on demand
if ($service['name'] == "iperf")
continue;
$status = get_service_status($service);
if ($status="") $status = 0;