Bug #61510 Slave status in replication monitoring tab is not complete
Submitted: 14 Jun 2011 10:09 Modified: 9 Jan 2015 10:21
Reporter: Daniël van Eeden Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Enterprise Monitor: Server Severity:S3 (Non-critical)
Version:2.3.4 OS:Any
Assigned to: CPU Architecture:Any

[14 Jun 2011 10:09] Daniël van Eeden
Description:
The received heartbeats value is not available in the replication monitoring tab.

mysql> SHOW GLOBAL STATUS LIKE 'Slave%';
+----------------------------+--------+
| Variable_name              | Value  |
+----------------------------+--------+
| Slave_heartbeat_period     | 50.000 |
| Slave_open_temp_tables     | 0      |
| Slave_received_heartbeats  | 10034  |
| Slave_retried_transactions | 0      |
| Slave_running              | ON     |
+----------------------------+--------+

A clear indication about the async/semisync status also seems to be missing.

How to repeat:
Check rep. monitor tab.

Suggested fix:
Add new status variables to the tab.
[15 Jun 2011 12:09] Valeriy Kravchuk
Thank you for the problem report.
[14 Feb 2014 9:35] Daniël van Eeden
There are graphs about semisync available, but the slave status in the replication monitoring tab is still not complete.
[14 Feb 2014 9:36] Daniël van Eeden
This is still an issue in 3.0.6
[10 Jan 2015 10:26] Daniël van Eeden
I don't think this is fixed