Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hfm/mackerel-plugin-proxysql
Mackerel plugin for ProxySQL
https://github.com/hfm/mackerel-plugin-proxysql
mackerel mackerel-plugin proxysql
Last synced: 21 days ago
JSON representation
Mackerel plugin for ProxySQL
- Host: GitHub
- URL: https://github.com/hfm/mackerel-plugin-proxysql
- Owner: hfm
- License: mit
- Created: 2018-08-23T11:15:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T18:07:59.000Z (about 6 years ago)
- Last Synced: 2024-11-07T17:58:46.455Z (2 months ago)
- Topics: mackerel, mackerel-plugin, proxysql
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
mackerel-plugin-proxysql [![Build Status](https://travis-ci.org/hfm/mackerel-plugin-proxysql.svg?branch=master)](https://travis-ci.org/hfm/mackerel-plugin-proxysql)
=====================[ProxySQL](http://www.proxysql.com/) custom metrics plugin for mackerel.io agent.
## Synopsis
```shell
mackerel-plugin-proxysql [-host=] [-port=] [-socket=] [-username=] [-password=] [-tempfile=]
```## Example of mackerel-agent.conf
```toml
[plugin.metrics.proxysql]
command = "/path/to/mackerel-plugin-proxysql -host=0.0.0.0 -port=6032 -username=proxysql_remoteadmin -password=proxysql_remoteadmin"
``````toml
[plugin.metrics.proxysql]
command = "/path/to/mackerel-plugin-proxysql -socket=/var/lib/proxysql/proxysql.sock -username=proxysql_remoteadmin -password=proxysql_remoteadmin"
``````toml
[plugin.metrics.proxysql]
command = "/path/to/mackerel-plugin-proxysql -config=/path/to/proxysql.cnf"
```