github.com/mackerelio/mackerel-agent-plugins@v0.89.3/mackerel-plugin-squid/README.md (about) 1 mackerel-plugin-squid 2 ===================== 3 4 Squid custom metrics plugin for mackerel.io agent. 5 6 ## Synopsis 7 8 ```shell 9 mackerel-plugin-squid [-host=<host>] [-port=<squid_http_port>] [-tempfile=<tempfile>] 10 ``` 11 12 ## Example of mackerel-agent.conf 13 14 ``` 15 [plugin.metrics.squid] 16 command = "/path/to/mackerel-plugin-squid -port=6666" 17 ```