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
No related branches found
No related tags found
No related merge requests found
...@@ -138,7 +138,7 @@ class checkApacheProcesses extends appmonitorcheck{ ...@@ -138,7 +138,7 @@ class checkApacheProcesses extends appmonitorcheck{
: array( : array(
'type'=>'counter', 'type'=>'counter',
'count'=>$iActive, 'count'=>$iActive,
'type'=>'line', 'visual'=>'line',
) )
) )
); );
......
...@@ -127,7 +127,7 @@ class checkLoadmeter extends appmonitorcheck{ ...@@ -127,7 +127,7 @@ class checkLoadmeter extends appmonitorcheck{
: array( : array(
'type'=>'counter', 'type'=>'counter',
'count'=>$fLoad, '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