As we have mentioned on our blog few weeks ago. Apache is still the most popular webserver in the world. Monitis is already helpful in monitoring Apache performance (e.g. you can check how to get metrics provided by Apache status module or speed of served static content), but in this article we show how to use simple python script with M3 to monitor number of HTTP request and status codes of response provided by Apache. We will show how to use a new plugin to monitor the most popular types of HTTP requests (GET and POST) or groups of response status codes (2XX, 3XX, 4XX, 5XX).
Read the full post






