Plugins » Nginx monitoring

by Luc Castera

Monitors Nginx, reporting the total # of requests, the total number of connections, and the number of connections reading, writing, and waiting.

In order to have this plugin running, you need to make sure that your version of Nginx was compiled with the Stub Status module.

On Ubuntu Hardy, the Nginx package comes with Stub Status compiled in so if you installed Nginx via apt-get or aptitude, you should have it.

Make sure you have the following in your Nginx config file:


location /nginx_status {
  stub_status on;
  access_log   off;
  allow 127.0.0.1;
  deny all;
}
Installs: 15
Tested On: linux
Source: View Source
All plugins listed in the directory are open source.