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
Branches
No related tags found
No related merge requests found
......@@ -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