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
97069
Files:
FileDescription
check_varnishbackends.pycheck_varnishbackends.py
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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
#