From a5123acdaa14fe8a20889c951db241e36544d0bf Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Thu, 20 Mar 2025 11:43:57 +0100 Subject: [PATCH] update client checks to match validation rules --- public_html/appmonitor/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/appmonitor/index.php b/public_html/appmonitor/index.php index f109b8a4..1afda2a2 100644 --- a/public_html/appmonitor/index.php +++ b/public_html/appmonitor/index.php @@ -362,7 +362,7 @@ $oMonitor->addCheck( [ "name" => "plugin Load", "description" => "current load", - "parent" => false, + "parent" => null, "check" => [ "function" => "Loadmeter", "params" => [ @@ -377,7 +377,7 @@ $oMonitor->addCheck( [ "name" => "plugin ApacheProcesses", "description" => "Apache processes", - "parent" => false, + "parent" => null, "check" => [ "function" => "ApacheProcesses", "params" => [ -- GitLab