Reputation: 3463
How do i monitor how many connections apache is getting? Something like http://www.cyberciti.biz/faq/apache-server-status/ . Basically i need some tool that will send an email when the number of connections exceed a specified limit. I am not able to find any which would give me the server side statistics of the live server. All that i got is related to simulate the real instance. Please help me if any.
Upvotes: 1
Views: 637
Reputation: 48357
mod_status makes the information available - you just need somethnig to poll the page and report.
Nagios provides a great platform for implementing monitoring (scheduling / alerting / reporting / escalation / automatic responses), while there are at least 2 plugins (check_apachestatus.pl and check_apache2.sh) which will report on concurrent connections.
Upvotes: 1