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

master
Daniel Berteaud 3 years ago
parent e9667de215
commit 89fb337ff0
  1. 3
      pfsense_zbx.php

@ -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;

Loading…
Cancel
Save