Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Squid Web Proxy
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!
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";
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.
Good work.