Home Directory Plugins Web Servers Apache check_apache_watch

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_apache_watch

Rating
0 votes
Favoured:
0
Current Version
1.0
Last Release Date
2012-11-13
Compatible With
  • Nagios 3.x
Owner
License
GPL
Hits
51888
Files:
FileDescription
check_apache_watchcheck_apache_watch
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check_apache_watch
Requests and Documents per second per host monitoring using mod_watch for Apache.
Plugin parses watch-list of mod_watch for Apache and provides performance data including Requests per second and Documents per second separatly for each specified host.

httpd.conf


SetHandler watch-list
AuthType Basic
AuthName "Only for admin!"
AuthUserFile /path/to/.htpasswd
require valid-user



commands.cfg
define command {
command_name check_apache_watch
command_line /path/to/check_apache_watch $ARG1$ $ARG2$
}

localhost.cfg
define service {
use local-service
host_name localhost
service_description apache_watch
check_command check_apache_watch!http://login:passwd@example.org:8080/wl?auto!domain1.com,domain2.net,domain3.org
}