Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_apache_watch
Current Version
1.0
Last Release Date
2012-11-13
Compatible With
- Nagios 3.x
Owner
Download URL
License
GPL
Hits
51284
Files:
File | Description |
---|---|
check_apache_watch | check_apache_watch |
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
}
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
}
Reviews (0)
Be the first to review this listing!