![]() |
6 years ago | |
---|---|---|
.. | ||
Makefile.inc | 6 years ago | |
README.md | 6 years ago | |
proxysql.chart.py | 6 years ago | |
proxysql.conf | 6 years ago |
This module monitors proxysql backend and frontend performance metrics.
It produces:
mysql-long_query_time
1=ONLINE
: backend server is fully operational2=SHUNNED
: backend sever is temporarily taken out of use because of either too many connection errors in a time that was too short, or replication lag exceeded the allowed threshold3=OFFLINE_SOFT
: when a server is put into OFFLINE_SOFT mode, new incoming connections aren't accepted anymore, while the existing connections are kept until they became inactive. In other words, connections are kept in use until the current transaction is completed. This allows to gracefully detach a backend4=OFFLINE_HARD
: when a server is put into OFFLINE_HARD mode, the existing connections are dropped, while new incoming connections aren't accepted either. This is equivalent to deleting the server from a hostgroup, or temporarily taking it out of the hostgroup for maintenance work-1
: Unknown statustcpipv4:
name : 'local'
user : 'stats'
pass : 'stats'
host : '127.0.0.1'
port : '6032'
If no configuration is given, module will fail to run.