From 5d22a253f395e42ba359de3dc18cf4d322f04805 Mon Sep 17 00:00:00 2001 From: Ely Deckers Date: Fri, 18 Feb 2022 16:11:08 +0100 Subject: [PATCH] Fix a few methods --- pfsense_zbx.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pfsense_zbx.php b/pfsense_zbx.php index 0abfaf6..86b549b 100644 --- a/pfsense_zbx.php +++ b/pfsense_zbx.php @@ -300,7 +300,7 @@ class PfzDiscoveries echo $json_string; } - public static function wan($is_wan = false, $is_cron = false) + public static function wan() { self::discover_interface(true); } @@ -399,7 +399,7 @@ class PfzDiscoveries // Services Discovery // 2020-03-27: Added space replace with __ for issue #12 - public static function services_discovery() + public static function services() { $services = PfEnv::get_services();