Description:
3 problems with agent ini file as installed:
(1) remove whitespace before "item-files="
(2) missing log-file setting, should say:
log-file = /opt/mysqlnetworkagent-x.x.x/log/mysql-service-agent.log
(3) remove "sync-attempts = 10" setting (that's the default)
Here's the file as it's installed:
----------------
[mysqld]
user = root
password = merlin
hostname = 127.0.0.1
port = 3306
[merlind]
hostname = http://agent:mysql@127.0.0.1:8080/merlin/heartbeat
[agent]
item-files = items-slavestatus-mysql-4.1.6.xml;items-mysql-network.xml
sync-attempts = 10
basedir = /opt/mysqlnetworkagent-0.7.6/share/mysql-service-agent/
pid-file = /opt/mysqlnetworkagent-0.7.6/run/mysql-service-agent.pid
uuid = d61d9bd2-2b98-4fe1-8efb-089071f4b013
How to repeat:
see above