From fb5163dbb34f07552a2b2e28b3113c5f8ce7733e Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Tue, 23 Aug 2022 13:15:21 +0300 Subject: bump go.d.plugin to v0.37.1 (#13555) --- web/gui/dashboard_info.js | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'web') diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js index 861b34ce8e..e5735d882c 100644 --- a/web/gui/dashboard_info.js +++ b/web/gui/dashboard_info.js @@ -3773,21 +3773,11 @@ netdataDashboard.context = { }, 'mysql.galera_cluster_status': { - info: - '-1: unknown, ' + - '0: primary (primary group configuration, quorum present), ' + - '1: non-primary (non-primary group configuration, quorum lost), ' + - '2: disconnected(not connected to group, retrying).' + info: "

Status of this cluster component.

Primary - primary group configuration, quorum present. Non-Primary - non-primary group configuration, quorum lost. Disconnected - not connected to group, retrying.

" }, 'mysql.galera_cluster_state': { - info: - '0: Undefined, ' + - '1: Joining, ' + - '2: Donor/Desynced, ' + - '3: Joined, ' + - '4: Synced, ' + - '5: Inconsistent.' + info: "

Membership state of this cluster component.

Undefined - undefined state. Joining - the node is attempting to join the cluster. Donor - the node has blocked itself while it sends a State Snapshot Transfer (SST) to bring a new node up to date with the cluster. Joined - the node has successfully joined the cluster. Synced - the node has established a connection with the cluster and synchronized its local databases with those of the cluster. Error - the node is not part of the cluster and does not replicate transactions. This state is provider-specific, check wsrep_local_state_comment variable for a description.

" }, 'mysql.galera_cluster_weight': { -- cgit v1.2.3