Skip to content

lambdaq/munin-uwsgi-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

munin-uwsgi-stats

Detailed uwsgi stats plugin for munin

Install:

sudo wget -O /usr/share/munin/plugins/uwsgi_  https://github.com/stevetu/munin-uwsgi-stats/raw/master/uwsgi_
sudo chmod 755 /usr/share/munin/plugins/uwsgi_
sudo vi /usr/share/munin/plugins/uwsgi_ #edit UWSGI_STATS for host
sudo /usr/share/munin/plugins/uwsgi_ install 

Config & test:

  1. add stats server (see 1) to your uWSGI config, restart uWSGI, e.g. use 127.0.0.1:4999
  2. use nc 127.0.0.1 4999 to see if there's any JSON output
  3. edit /etc/munin/plugin-conf.d/munin-node

[uwsgi_*] env.addr 127.0.0.1:4999

  1. Alternatively, you can edit uesgi_ source code directly for the stats server address. The global variable is called UWSGI_STATS
  2. sudo munin-run uwsgi_requests to test run munin

License:

BSD

Related work:

  • this one only trackes memory & process

About

Detailed uwsgi stats plugin for munin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages