Bug #66596 Typo in documentation 5.3.6 "Monitoring multiple MySQL servers"
Submitted: 29 Aug 2012 17:18 Modified: 30 Aug 2012 16:42
Reporter: Mario Beck Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Enterprise Monitor: Documentation Severity:S3 (Non-critical)
Version:2.3 OS:Any
Assigned to: Philip Olson CPU Architecture:Any

[29 Aug 2012 17:18] Mario Beck
Description:
There is a command example on this page:

"You need to generate a new UUID for the new agent:

shell> /opt/mysql/enterprise/agent/bin/mysql-proxy --plugins-agent --agent-generate-uuid
"

The correct command is "...--plugins=agent..."
"equal" instead of "dash".

How to repeat:
Read http://dev.mysql.com/doc/mysql-monitor/2.3/en/mem-install-agent-multiple.html

Suggested fix:
REPLACE(chpt5.3.6, "plugins-agent", "plugins=agent");
[29 Aug 2012 17:41] Valeriy Kravchuk
Thank you for the documentation request.
[30 Aug 2012 16:42] Philip Olson
Thank you, this bug has been fixed in SVN.