1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-06 22:23:21 +00:00

varnish4_: Varnish 4.1 compatibiltiy

This commit is contained in:
Valur Hrafn Einarsson 2015-11-09 10:24:04 +00:00
parent 9b0c3d69c7
commit 0cb53cdbd3
2 changed files with 19 additions and 5 deletions

View file

@ -19,9 +19,12 @@ your actual plugins directory.
In your plugins.conf add
```
[varnish4_*]
group varnish
env.varnishstat varnishstat
env.name
```
`group varnish` Since Varnish version 4.1, Varnish shared log utilities must be run in a context with *varnish* group membership.
`env.varnishstat` can be a full path to varnishstat if it's
not in the path already.