Skip to content
Snippets Groups Projects
Commit 5d776423 authored by hahn's avatar hahn
Browse files

shorten label texts in appmonitor tiles

parent 4d7ff12d
Branches
No related tags found
No related merge requests found
......@@ -273,7 +273,7 @@ $oMonitor->addCheck(
$oMonitor->addCheck(
array(
"name" => "plugin Load",
"description" => "check current load",
"description" => "current load",
"check" => array(
"function" => "Loadmeter",
"params" => array(
......@@ -287,7 +287,7 @@ $oMonitor->addCheck(
$oMonitor->addCheck(
array(
"name" => "plugin ApacheProcesses",
"description" => "check count running Apache processes",
"description" => "Apache processes",
"check" => array(
"function" => "ApacheProcesses",
"params" => array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment