summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-08-23 13:15:21 +0300
committerGitHub <noreply@github.com>2022-08-23 13:15:21 +0300
commitfb5163dbb34f07552a2b2e28b3113c5f8ce7733e (patch)
tree5ba673da334961c0dbfcf886c2b3aac660a76fc6 /web
parent5b5d60058dda230295d52899dac43937a3142098 (diff)
bump go.d.plugin to v0.37.1 (#13555)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js14
1 files changed, 2 insertions, 12 deletions
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:
- '<code>-1</code>: unknown, ' +
- '<code>0</code>: primary (primary group configuration, quorum present), ' +
- '<code>1</code>: non-primary (non-primary group configuration, quorum lost), ' +
- '<code>2</code>: disconnected(not connected to group, retrying).'
+ info: "<p>Status of this cluster component.</p><p><b>Primary</b> - primary group configuration, quorum present. <b>Non-Primary</b> - non-primary group configuration, quorum lost. <b>Disconnected</b> - not connected to group, retrying.</p>"
},
'mysql.galera_cluster_state': {
- info:
- '<code>0</code>: Undefined, ' +
- '<code>1</code>: Joining, ' +
- '<code>2</code>: Donor/Desynced, ' +
- '<code>3</code>: Joined, ' +
- '<code>4</code>: Synced, ' +
- '<code>5</code>: Inconsistent.'
+ info: "<p>Membership state of this cluster component.</p><p><b>Undefined</b> - undefined state. <b>Joining</b> - the node is attempting to join the cluster. <b>Donor</b> - the node has blocked itself while it sends a State Snapshot Transfer (SST) to bring a new node up to date with the cluster. <b>Joined</b> - the node has successfully joined the cluster. <b>Synced</b> - the node has established a connection with the cluster and synchronized its local databases with those of the cluster. <b>Error</b> - the node is not part of the cluster and does not replicate transactions. This state is provider-specific, check <i>wsrep_local_state_comment</i> variable for a description.</p>"
},
'mysql.galera_cluster_weight': {