mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 10:39:53 +00:00
Merge pull request #688 from jvtm/varnish4-hitrate-lower-limit
varnish4: lower limit 0 in hit rate graph args
This commit is contained in:
commit
5eaf9dd2d4
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,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…
Add table
Add a link
Reference in a new issue