Bug #23489 agent install needs a little .ini cleanup on linux (br 1753)
Submitted: 20 Oct 2006 5:44 Modified: 21 Oct 2006 0:32
Reporter: Gary Whizin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Enterprise Monitor: Installing Severity:S2 (Serious)
Version:0.7.6 OS:Linux (linux)
Assigned to: Keith Russell CPU Architecture:Any

[20 Oct 2006 5:44] Gary Whizin
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