github.com/mackerelio/mackerel-agent-plugins@v0.89.3/mackerel-plugin-uwsgi-vassal/README.md (about) 1 mackerel-plugin-uwsgi-vassal 2 ===================== 3 4 uWSGI (vassal) custom metrics plugin for mackerel.io agent. 5 6 ## Synopsis 7 8 ```shell 9 mackerel-plugin-uwsgi-vassal [-socket=<'http://host:port'|'unix:///var/run/uwsgi/stats.sock'>] 10 ``` 11 12 ## Requirements 13 14 This plugin requires that uWSGI use `--stats` options in vassal section. 15 - [The uWSGI Stats Server — uWSGI 2.0 documentation](http://uwsgi-docs.readthedocs.io/en/latest/StatsServer.html) 16 17 ## Example of mackerel-agent.conf 18 19 ``` 20 [plugin.metrics.uwsgi-vassal] 21 command = "/path/to/mackerel-plugin-uwsgi-vassal --socket unix:///var/run/uwsgi-vassal-stats.sock" 22 ```