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

Squid Web Proxy

Rating
7 votes
Favoured:
0
Hits
124944
Files:
FileDescription
check_squid.plPlugin
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!
Check correct operation of a Squid Web Proxy server
This check command runs a HTTP request through your proxy. You can use it to check the basic proxy operation, authentication and even authentication on a certain web site. You may check for any HTTP error/result code. So this plugin can be useful for checking that certain server do not allow access without authentication, too.
Reviews (4)
byCircaLucid, January 5, 2015
Works perfect for HTTP but returns a false 200 when passed an HTTPS url. Not a deal breaker for me but something to be aware of when using this plugin.
byoleg86, November 8, 2013
yum groupinstall "Development Tools"
byD3f3kt, October 16, 2013
After install this, works fine:
sudo apt-get install libwww-perl
sudo apt-get install libnagios-plugin-perl

And change the following lines:
use lib "/usr/lib/nagios/plugins";
to
use lib "/usr/local/nagios/libexec";
byportingale, March 18, 2011
This was just what I needed! It does everything it says on the tin.
Good work.