Bug #48259 Remote access of the merlin agent (by ssh) does not work correctly
Submitted: 23 Oct 2009 7:51 Modified: 26 Oct 2009 19:20
Reporter: Roger David Nay Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Enterprise Monitor: Agent Severity:S3 (Non-critical)
Version:2.0.7.7168,2.1.0.1093 OS:Any
Assigned to: CPU Architecture:Any

[23 Oct 2009 7:51] Roger David Nay
Description:
When accessing a server remotely via ssh you should be able to run commands as if you were running them from the server locally.

However the agent startup seems not to work as desired as it does not return control to the caller when the startup is called from a remote server.

How to repeat:
Set up SSH connection for the agent and execute the following from the remote server.
shell> ssh root@agentserver-01 /opt/mysql/enterprise/agent/etc/init.d/mysql-monitor-agent restart

Suggested fix:
Fix this so that the start/stop/restart processes can all be executed by ssh from a remote server.
[26 Oct 2009 19:20] Andy Bang
Duplicate of Bug #43051