Skip to content
Snippets Groups Projects
Commit a5123acd authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update client checks to match validation rules

parent eb70540b
No related branches found
No related tags found
1 merge request!847911 update appmonitor client
...@@ -362,7 +362,7 @@ $oMonitor->addCheck( ...@@ -362,7 +362,7 @@ $oMonitor->addCheck(
[ [
"name" => "plugin Load", "name" => "plugin Load",
"description" => "current load", "description" => "current load",
"parent" => false, "parent" => null,
"check" => [ "check" => [
"function" => "Loadmeter", "function" => "Loadmeter",
"params" => [ "params" => [
...@@ -377,7 +377,7 @@ $oMonitor->addCheck( ...@@ -377,7 +377,7 @@ $oMonitor->addCheck(
[ [
"name" => "plugin ApacheProcesses", "name" => "plugin ApacheProcesses",
"description" => "Apache processes", "description" => "Apache processes",
"parent" => false, "parent" => null,
"check" => [ "check" => [
"function" => "ApacheProcesses", "function" => "ApacheProcesses",
"params" => [ "params" => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment