github.com/mackerelio/mackerel-agent-plugins@v0.89.3/mackerel-plugin-nginx/README.md (about) 1 mackerel-plugin-nginx 2 ===================== 3 4 Nginx custom metrics plugin for mackerel.io agent. 5 6 ## Synopsis 7 8 ```shell 9 mackerel-plugin-nginx [-header=<header>] [-host=<host>] [-path=<path>] [-port=<port>] [-scheme=<'http'|'https'>] [-tempfile=<tempfile>] [-uri=<uri>] 10 ``` 11 12 ## Requirements 13 14 - [ngx_http_stub_status_module](http://nginx.org/en/docs/http/ngx_http_stub_status_module.html) 15 16 ## Example of mackerel-agent.conf 17 18 ``` 19 [plugin.metrics.nginx] 20 command = "/path/to/mackerel-plugin-nginx" 21 ```