Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"
```