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
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!
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!