No release in over 3 years
Low commit activity in last 3 years
Sensu plugins for varnish
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 0.10
~> 10.0
~> 3.2
~> 3.1
~> 0.40.0
~> 0.8

Runtime

= 0.4.2
 Project Readme

Sensu-Plugins-varnish

Build Status Gem Version Code Climate Test Coverage Dependency Status

Functionality

Files

  • bin/metrics-varnish.rb
  • bin/check-varnish-status.rb

Usage

These checks need to sudo certain varnish scripts to be able to get status and metrics data. To ensure sensu can run these commands, add the following to /etc/sudoers.d/sensu-varnish or wherever you manage your sudo lists;

# Assuming that your varnish scripts are located in /usr/bin;
sensu ALL=(ALL) NOPASSWD: /usr/bin/varnishadm, /usr/bin/varnishstat

Installation

Installation and Setup

Notes