Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check apache website
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 plugin is able to select website or Ip source to check/ignore
Here is the different options
-i, --delay=STRING
how many access since X . Default value : 1_hour .
-W, --website=STRING
website page to monitor, at least a part of it.
-I, --IP=STRING
Ip which you want to monitor , can be a list separed by comm
-N, --NIP=STRING
Ip which you want to ignore, can be a list separed by comma
This plugin use the /var/log/apache/access.log file to get his data so it's have to be run as root.
This plugin is very long : it parse every single line of the log file.
This plugin checks the web access to your server activity using apache log file
Usage: check_apache_access -w -c -i [ -W , -I ,-N , - f ]
-?, --usage
Print usage information
-h, --help
Print detailed help screen
-V, --version
Print version information
--extra-opts=[section][@file]
Read options from an ini file. See http://nagiosplugins.org/extra-opts
for usage and examples.
-i, --delay=STRING
how many access since X . Default value : 1_hour .
value must be number_[minute,hour,day]
WARNING : since this program use the apache access files a too long delay MAY give false data because of the compressed and rotated files
Exemple " check access.pl -C web -i 90_minute " will check the number of access to the apache2 server since 1.30 hour
-W, --website=STRING
website page to monitor, at least a part of it.
-I, --IP=STRING
Ip which you want to monitor , can be a list separed by comma
Exemple " check_access.pl -C web -I 198.15.45.98 " will count the number of access to the apache2 server from 198.15.45.98
-N, --NIP=STRING
Ip which you want to ignore, can be a list separed by comma
Exemple " check_access.pl -C web -N 127.0.0.1 " will count the number of access to the apache2 server from all host except 127.0.0.1
-f, --file=STRING
full path to the access log .Default /var/log/apache/access.log
-w, --warning=STRING
Warning threshold
-c, --critical=STRING
Critical threshold
-t, --timeout=INTEGER
Seconds before plugin times out (default: 15)
-v, --verbose
Show details for command-line debugging (can repeat up to 3 times)
Usage: check_apache_access -w
-?, --usage
Print usage information
-h, --help
Print detailed help screen
-V, --version
Print version information
--extra-opts=[section][@file]
Read options from an ini file. See http://nagiosplugins.org/extra-opts
for usage and examples.
-i, --delay=STRING
how many access since X . Default value : 1_hour .
value must be number_[minute,hour,day]
WARNING : since this program use the apache access files a too long delay MAY give false data because of the compressed and rotated files
Exemple " check access.pl -C web -i 90_minute " will check the number of access to the apache2 server since 1.30 hour
-W, --website=STRING
website page to monitor, at least a part of it.
-I, --IP=STRING
Ip which you want to monitor , can be a list separed by comma
Exemple " check_access.pl -C web -I 198.15.45.98 " will count the number of access to the apache2 server from 198.15.45.98
-N, --NIP=STRING
Ip which you want to ignore, can be a list separed by comma
Exemple " check_access.pl -C web -N 127.0.0.1 " will count the number of access to the apache2 server from all host except 127.0.0.1
-f, --file=STRING
full path to the access log .Default /var/log/apache/access.log
-w, --warning=STRING
Warning threshold
-c, --critical=STRING
Critical threshold
-t, --timeout=INTEGER
Seconds before plugin times out (default: 15)
-v, --verbose
Show details for command-line debugging (can repeat up to 3 times)
Reviews (0)
Be the first to review this listing!