Skip to content
Snippets Groups Projects
Commit 44a0e81b authored by hahn's avatar hahn
Browse files

update appmonitor client; add load and apache status

parent 72d35e70
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
require_once('classes/appmonitor-client.class.php');
require_once(__DIR__.'/../deployment/classes/project.class.php');
$oMonitor = new appmonitor();
$oMonitor->addCheck(
array(
"name" => "simple",
......
......@@ -138,7 +138,7 @@ class checkApacheProcesses extends appmonitorcheck{
: array(
'type'=>'counter',
'count'=>$iActive,
'type'=>'line',
'visual'=>'line',
)
)
);
......
......@@ -127,7 +127,7 @@ class checkLoadmeter extends appmonitorcheck{
: array(
'type'=>'counter',
'count'=>$fLoad,
'type'=>'line',
'visual'=>'line',
)
)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment