munin-uwsgi-stats

Detailed uWSGI stats plugin for munin

View the Project on GitHub

munin-uwsgi-stats

Detailed uWSGI stats plugin for munin

Prerequisites

Install:

Config & test:

  1. Activate and configure stats server in your uWSGI installation (see uWSGI Documentation for more information). If you plan on obtaining memory statistics, you need to enable memory-report = true uWSGI option.
  2. Restart uWSGI. Verify that stats are activated and that there is a JSON output at your configured host:port, using wget -O - 127.0.0.1:49000 or nc 127.0.0.1 49000.
  3. Edit /etc/munin/plugin-conf.d/munin-node to reflect your uWSGI stats setting, e.g.:

    [uwsgi_*]
    env.addr 127.0.0.1:49000

  4. Use munin-node-configure --shell to aid creating all the necessary plugin symlinks
  5. Verify that everything is fine with munin-run uwsgi_avg_rt for example

License:

This project is licensed under the terms of the BSD license.

Acknowledgements

### Original authors

List of contributors

For a complete list of contributors, refer to Github project contributors page