Update 1.1: Apache check plugin for Nagios
Binary Talks | (1)
Update: After reading this article, consider reading the update to version 1.2 as well.
I've just made an update to the check_apache2.sh script which I've released several days ago. It now supports completely optional warning/critical thresholds to monitor requests per second more accurate.
Changelog
Options -wr an -cr to set warning/critical thresholds for request per seconds
Slightly altered the perfdata output so that uptime now only shows up when the -ext-info/-e option is being used
Perfdata output without --ext-info/-e now only shows requests per second, cpu load, idle and busy workers
I didn't remove the total request/uptime perfdata yet since I'm still thinking about using them ...