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

Merge branch 'update-valuestore-bowser' into 'master'

Update valuestore bowser

See merge request !99
parents fe9ab090 44a0e81b
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