Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 949 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 949 Bytes

mackerel-plugin-proxysql Build Status

ProxySQL custom metrics plugin for mackerel.io agent.

Synopsis

mackerel-plugin-proxysql [-host=<host>] [-port=<port>] [-socket=<socket>] [-username=<username>] [-password=<password>] [-tempfile=<tempfile>]

Example of mackerel-agent.conf

[plugin.metrics.proxysql]
command = "/path/to/mackerel-plugin-proxysql -host=0.0.0.0 -port=6032 -username=proxysql_remoteadmin -password=proxysql_remoteadmin"
[plugin.metrics.proxysql]
command = "/path/to/mackerel-plugin-proxysql -socket=/var/lib/proxysql/proxysql.sock -username=proxysql_remoteadmin -password=proxysql_remoteadmin"
[plugin.metrics.proxysql]
command = "/path/to/mackerel-plugin-proxysql -config=/path/to/proxysql.cnf"