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_apache2logs

Rating
0 votes
Favoured:
0
Hits
144351
Files:
FileDescription
check_apache2logscheck_apache2logs plugin
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!
This litte plugin checks if the Apache Webserver write logs and if the logrotation (if used) works correctly.
The plugin use follow parameters:
-d | --directory = The directory and file wich includes the logfiles. E.g.: /var/log/apache2/httpd.access_log

-r | --rotation-interval = This parameter specified how often rotate the logfiles. E.g.: 1 for every day (logrotate option = daily)

-re | --recurrences = With this option you can specify how often the apache must not change befor the plugin send an alert. E.g.: 7 for 7 times.