unbit / uwsgi

uWSGI application server container
http://projects.unbit.it/uwsgi
Other
3.45k stars 688 forks source link

monitor uwsgi with zabbix #1920

Open kinglion580 opened 5 years ago

kinglion580 commented 5 years ago

This problem has been bothering me for many days. I would like to monitor uwsgi using zabbix.I found that there is some plugin for that:

uwsgi --stats-push zabbix:127.0.0.1:10051,myinstance ...

link: https://uwsgi-docs.readthedocs.io/en/latest/Metrics.html?highlight=zabbix

I don't know how to use it.

I attempt use --zabbix-template to get actual template for uwsgi configuration. But I don't get the right template. As shown in the figure below:

Obviously, I didn't get a full template.

pmalczuk commented 5 years ago

We had similar problem. Did you tried to compile zabbix plugin on your current platform?