2
0
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:
Jyrki Muukkonen 2016-01-26 09:24:56 +02:00
parent 65e4a94cea
commit 40cc1233c6

View File

@ -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' => {