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

Varnish check #23

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Varnish check #23

wants to merge 5 commits into from

Commits on Aug 28, 2012

  1. Add varnish stats module

    Process the output of varnishstat, attempt to match all of the metrics
    and report them. If possible report the per second averages.
    
    Take the names straight from what varnish reports.
    
    Only tested on varnish 3.0.2 on Linux.
    Gavin Sandie committed Aug 28, 2012
    Configuration menu
    Copy the full SHA
    2993eea View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2012

  1. Skip VBE metrics.

    Gavin Sandie committed Sep 4, 2012
    Configuration menu
    Copy the full SHA
    399681e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2013

  1. Update metric type for varnish counters

    Gavin Sandie committed Mar 11, 2013
    Configuration menu
    Copy the full SHA
    91d4b48 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2013

  1. Handle VBE metrics

    Gavin Sandie committed Mar 12, 2013
    Configuration menu
    Copy the full SHA
    8eb026d View commit details
    Browse the repository at this point in the history
  2. Clean up comment

    Gavin Sandie committed Mar 12, 2013
    Configuration menu
    Copy the full SHA
    eda7dcd View commit details
    Browse the repository at this point in the history