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
Branches
No related tags found
1 merge request!847911 update appmonitor client
......@@ -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" => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment