Skip to content

Commit

Permalink
Make ANQ clusters show up on the cluster dashboard (#43)
Browse files Browse the repository at this point in the history
* Make ANQ clusters show up on the cluster dashboard

* Update README to mention delay in populating info panels

---------

Co-authored-by: Mason Murphy <mmurphy@qumulo.com>
  • Loading branch information
mason359 and Mason Murphy authored Aug 1, 2024
1 parent 9f96dc0 commit 528d084
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<a id="configure-grafana-alerts"></a>
### Step 7: Configure Grafana Alert Notifications
This section explains how to configure Grafana alerts to notify you through email, Slack, or an alerting tool.
Expand Down
4 changes: 2 additions & 2 deletions grafana/provisioning/dashboards/qumulo/cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 528d084

Please sign in to comment.