Home Directory Plugins Web Servers Apache Check Status Code Apache

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 Status Code Apache

Current Version
1.0
Last Release Date
2012-05-30
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
Owner
License
GPL
Hits
70077
Files:
FileDescription
check_apache_status.plcheck_apache_status.pl
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!
quick perl script to scrape http access logs for a specific error code and report them back to nagios with running totals, output for pnp4nagios included also
quick perl script to scrape http access logs for an error code and report them back to nagios with running totals

I used a handy little script called LogTail which allows you to only tail the file since the last time you looked at it so you only get the running totals since your last nagios check

Log tail can be found here:
http://www.adamsinfoserv.com/twiki/pub/AIX/AdminTools/logtail.pl

Also I have presumed logtail will be saved at ‘/usr/sbin/logtail’

I will provide an rpm for this shortly