From 528d084e068299b4592d5622a82dd7c7845863a8 Mon Sep 17 00:00:00 2001 From: Mason Murphy Date: Thu, 1 Aug 2024 15:06:39 -0700 Subject: [PATCH] Make ANQ clusters show up on the cluster dashboard (#43) * Make ANQ clusters show up on the cluster dashboard * Update README to mention delay in populating info panels --------- Co-authored-by: Mason Murphy --- README.md | 2 ++ grafana/provisioning/dashboards/qumulo/cluster.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30cc54e..897bb08 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,8 @@ This section explains how to verify that Grafana can query Prometheus and displa Metrics for your cluster begin to populate graphs. + **ℹ️ Note:** The **Cluster Info** and **Node Info** panels may take up to 24 hours to fully populate after initial setup. + ### Step 7: Configure Grafana Alert Notifications This section explains how to configure Grafana alerts to notify you through email, Slack, or an alerting tool. diff --git a/grafana/provisioning/dashboards/qumulo/cluster.json b/grafana/provisioning/dashboards/qumulo/cluster.json index be2f116..0ec4a25 100644 --- a/grafana/provisioning/dashboards/qumulo/cluster.json +++ b/grafana/provisioning/dashboards/qumulo/cluster.json @@ -2025,14 +2025,14 @@ "type": "prometheus", "uid": "PBFA97CFB590B2093" }, - "definition": "qumulo_quorum_node_is_offline", + "definition": "qumulo_fs_capacity_bytes", "hide": 0, "includeAll": false, "multi": false, "name": "cluster", "options": [], "query": { - "query": "qumulo_quorum_node_is_offline", + "query": "qumulo_fs_capacity_bytes", "refId": "StandardVariableQuery" }, "refresh": 1,