Hi
I have a cluster pxc 5.6.39 and other cluster pxc 5.7.21 in Ubuntu 14.04.
I have updated pmm to 1.12.0 and all clientes to the same versión.
Data of mysqls and systems are showed but pmm only shows galera data of cluster 5.6.39, not 5.7.21.
1 example node of 5.7.21 shows status ok
sudo pmm-admin check-network
PMM Network Status
Server Address | ubudocker00001:80
Client Address | 172.21.0.13
* System Time
NTP Server (0.pool.ntp.org) | 2018-07-02 07:59:23 +0000 UTC
PMM Server | 2018-07-02 07:59:23 +0000 GMT
PMM Client | 2018-07-02 07:59:23 +0000 UTC
PMM Server Time Drift | OK
PMM Client Time Drift | OK
PMM Client to PMM Server Time Drift | OK
* Connection: Client --> Server
-------------------- -------
SERVER SERVICE STATUS
-------------------- -------
Consul API OK
Prometheus API OK
Query Analytics API OK
Connection duration | 944.41µs
Request duration | 2.267224ms
Full round trip | 3.211634ms
* Connection: Client <-- Server
-------------- --------------- ------------------ ------- ---------- ---------
SERVICE TYPE NAME REMOTE ENDPOINT STATUS HTTPS/TLS PASSWORD
-------------- --------------- ------------------ ------- ---------- ---------
linux:metrics ubuprepxc01000 172.21.0.13:42000 OK YES -
mysql:metrics ubuprepxc01000 172.21.0.13:42002 OK YES -
1 example node of 5.6.39 shows status ok
sudo pmm-admin check-network
PMM Network Status
Server Address | ubudocker00001:80
Client Address | 172.20.10.14
* System Time
NTP Server (0.pool.ntp.org) | 2018-07-02 08:00:53 +0000 UTC
PMM Server | 2018-07-02 08:00:53 +0000 GMT
PMM Client | 2018-07-02 08:00:53 +0000 UTC
PMM Server Time Drift | OK
PMM Client Time Drift | OK
PMM Client to PMM Server Time Drift | OK
* Connection: Client --> Server
-------------------- -------
SERVER SERVICE STATUS
-------------------- -------
Consul API OK
Prometheus API OK
Query Analytics API OK
Connection duration | 2.831805ms
Request duration | 2.250704ms
Full round trip | 5.082509ms
* Connection: Client <-- Server
-------------- ------------ ------------------- ------- ---------- ---------
SERVICE TYPE NAME REMOTE ENDPOINT STATUS HTTPS/TLS PASSWORD
-------------- ------------ ------------------- ------- ---------- ---------
linux:metrics ubupxc01000 172.20.10.14:42000 OK YES -
mysql:metrics ubupxc01000 172.20.10.14:42002 OK YES -
All nodes in two clusters shows same results. So I don’t know why galera metrics of cluster 5.7.21 is not showed in pmm. Could you help me to solve this?
Regards