Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

riemann-varnish not working with Varnish 4+ #104

Closed
jamtur01 opened this issue Jan 31, 2015 · 1 comment · Fixed by #105
Closed

riemann-varnish not working with Varnish 4+ #104

jamtur01 opened this issue Jan 31, 2015 · 1 comment · Fixed by #105

Comments

@jamtur01
Copy link
Member

Varnish 4.x + has changed the varnishstat command and field names. The new fields should be:

  @vstats = [ "MAIN.sess_conn",
                "MAIN.sess_drop ",
                "MAIN.client_req",
                "MAIN.cache_hit",
                "MAIN.cache_miss" ]

I guess we should capture the version output from varnishstat -V and switch on that?

@aphyr
Copy link
Collaborator

aphyr commented Jan 31, 2015

Yeah, I think that's a good plan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants