mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
varnish4: lower limit 0 in hit rate graph args
As usual for percentage based graphs (cpu, df etc). Otherwise it might autoscale and look weird.
This commit is contained in:
parent
65e4a94cea
commit
40cc1233c6
@ -232,7 +232,7 @@ my %ASPECTS = (
|
||||
'order' => 'client_req cache_hit cache_miss '
|
||||
. 'cache_hitpass' ,
|
||||
'vlabel' => '%',
|
||||
'args' => '-u 100 --rigid',
|
||||
'args' => '-l 0 -u 100 --rigid',
|
||||
'scale' => 'no',
|
||||
'values' => {
|
||||
'client_req' => {
|
||||
|
Loading…
Reference in New Issue
Block a user