I would like to monitor NGinx stats through Munin but the Nginx plugins show no data. Is it possible to diagnose why only one of the munin nginx plugins seems to be working?

The server runs on CentOS 5.3
|
|
|
The nginx plugins rely on the following URL to get the status info:
Usually, nginx does not have this URL configured to show status data. From the documentation of the plugins, I see that nginx needs to be configured to show status data in a spesific URL. You need to enable nginx status by adding the following lines to the site's configuration:
Don't forget to restart the server after adding this configuration, and make sure the stus URL returns the status data. For the complete documentation of each plugin, you can run:
Hope this helps. |
||||
|
|
|
Possibly helpful:
Additionally use the debug option to munin-run. Check the plugin file for any hard coded paths and verify they are correct for your system:
The nginx plugin may rely on Nginx being compiled with certain modules or log output in a certain format. Is there any documentation page for the plugins? |
|||
|
|
|
Key thing is the url in munin config. You will need
Note
Not
|
|||
|
|