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 ...
but I'm not sure how it is supposed to work. It seems that uwsgi pushes all the stats to the target zabbix but I can't find a description of this stats, hence I don't know how to set item(s) on zabbix.
For the moment I don't see anything coming to my zabbix instance.