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

Support for varnish 6.5+ #64

Merged
merged 3 commits into from Dec 18, 2020
Merged

Commits on Sep 30, 2020

  1. Non-working fix for newer varnishstat JSON with metrics in the "count…

    …ers" object
    
    ```
    {
      "version": 1,
      "timestamp": "2020-09-22T11:55:40",
      "counters": {
        "MGT.uptime": {
          "description": "Management process uptime",
          "flag": "c",
          "format": "d",
          "value": 4725
        },
        ...
    ```
    jangrewe authored and johanneswuerbach committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    4c6d791 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Support varnish 6.5+

    johanneswuerbach committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    46fa8a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Configuration menu
    Copy the full SHA
    ffad938 View commit details
    Browse the repository at this point in the history