Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 955 Bytes

README.rst

File metadata and controls

42 lines (24 loc) · 955 Bytes

munin-uwsgi

Is a plugin for the monitoring software munin to monitor uWSGI processes.

Example

https://munin.thelabmill.de/thelabmill.de/server.thelabmill.de/uwsgi_memory-day.png

https://munin.thelabmill.de/thelabmill.de/server.thelabmill.de/uwsgi_processes-day.png

Wildcard plugin

munin-uwsgi is written as wildcard plugin which provides following suffixes:

  • memory
  • processes

Install

It is very simple to install the plugin.

cd /usr/share/munin/plugins

wget https://raw.github.com/jarus/munin-uwsgi/master/uwsgi_
chmod 755 uwsgi_

ln -s /usr/share/munin/plugins/uwsgi_ /etc/munin/plugins/uwsgi_memory
ln -s /usr/share/munin/plugins/uwsgi_ /etc/munin/plugins/uwsgi_processes

After the installation you need to restart your munin-node:

/etc/init.d/munin-node restart