Bug #61628 Correct hostname/IP address not shown
Submitted: 24 Jun 2011 14:00 Modified: 1 Aug 2011 23:53
Reporter: Sajjad Tariq Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Enterprise Monitor: Web Severity:S1 (Critical)
Version:2.3.4.2076 OS:Linux
Assigned to: CPU Architecture:Any

[24 Jun 2011 14:00] Sajjad Tariq
Description:
Have multiple agents reporting to one server, on the front page when you click on next server the hostname/ip address, cpu (the entire lower right frame) doesn't update and shows incorrect information of other server. 

How to repeat:
Install server, with at least 12 monitored servers with two separate replications groups of four each.

Suggested fix:
Check the view/query and fix the bug.
[9 Jul 2011 10:15] Valeriy Kravchuk
Do you see anything suspicious in the Replication log (to view this log navigate to the Settings page and choose the Logs link)?. 

Are you sure all your agents have different UUIDs? See http://dev.mysql.com/doc/mysql-monitor/2.3/en/mem-install-new-uuid.html for the details.
[1 Aug 2011 23:53] Sajjad Tariq
This was caused by same ssh host id for servers as VMs were cloned.

created a uniuqe host id by 

uuidgen -t

Then used that host id in ini file

/opt/mysql/enterprise/agent/etc/mysql-monitor-agent.ini

agent-host-id = 

Had to truncate mysql.inventory table and MEM server info details before starting MEM agent with new host id.

SR 3-3926343700: Correct hostname/IP address not shown