Home Directory Plugins Web Servers Others check_varnishbackends

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_varnishbackends

Current Version
1.0
Last Release Date
2012-04-19
Compatible With
  • Nagios 2.x
  • Nagios 3.x
  • Nagios XI
  • Nagios Fusion
Owner
Website
License
GPL
Hits
97365
Files:
FileDescription
check_varnishbackends.pycheck_varnishbackends.py
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Plugin to check the health of all varnish backends.
Varnish check to check health of all backends.

Default options work on RHEL installs with pluggable options for others.

# Usage
# -h, --help Show help message and exit
# -H HOST, --host=HOST The ip varnishadm is listening on (Default: 127.0.0.1)
# -P PORT, --port=PORT The port varnishadm is listening on (Default: 6082)
# -s SECRET, --secret=SECRET The path to the secret file (Default: /etc/varnish/secret)
# -p PATH, --path=PATH The path to the varnishadm binary (Default: /usr/bin/varnishadm
# Example: ./check_varnishbackends.py -H 127.0.0.1 -P 6082 -S /etc/varnish/secret -p /usr/bin/varnishadm
#