# WARNING - The UUID defined below must be unique for each agent. # # To use this INI file as a template for configuring additional # agents, do not simply copy and start a new agent without first # modifying the UUID and adjusting other parameters as necessary. # # WARNING - If you are upgrading from a previous 1.x release, please # note that we have changed the contents of the agent INI file and # split the contents across two files: # # /etc/mysql-monitor-agent.ini - this file # /etc/instances/mysql/agent-instance.ini - new file # # Refer to the documentation for more detailed information and # instructions. # # Version: 2.2.1.1717 [mysql-proxy] # Common Parameters plugins=proxy,agent keepalive = true log-file = mysql-monitor-agent.log pid-file=/Applications/mysql/enterprise/agent4/mysql-monitor-agent.pid # Agent Parameters agent-mgmt-hostname = https://127.0.0.1:38443/heartbeat agent-mgmt-username = agent agent-mgmt-password = merlin mysqld-instance-dir= etc/instances agent-item-files = share/mysql-monitor-agent/items/quan.lua,share/mysql-monitor-agent/items/items-mysql-monitor.xml,share/mysql-monitor-agent/items/custom.xml agent-uuid = 65c9779d-f903-44d3-9aab-79cf5d27a855 # Proxy Parameters proxy-address=:6449 proxy-backend-addresses = 127.0.0.1:3306 proxy-lua-script = lib/mysql-monitor-agent/lua/quan.lua