Skip to content

Commit

Permalink
Added dc2023 gluster free space
Browse files Browse the repository at this point in the history
  • Loading branch information
GilHoggarth committed Apr 20, 2023
1 parent 14ac8f1 commit cc9f9b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions monitor/grafana/provisioning/dashboards/dc_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,16 @@
"targets": [
{
"expr": "node_filesystem_free_bytes{instance=\"crawler08:9100\", mountpoint=\"/opt\"}",
"hide": false,
"interval": "",
"legendFormat": "{{ mountpoint}}",
"refId": "A"
},
{
"expr": "node_filesystem_free_bytes{instance=\"crawler08:9100\", mountpoint=\"/mnt/gluster/dc2023\"}",
"interval": "",
"legendFormat": "{{ mountpoint}}",
"refId": "B"
}
],
"thresholds": [],
Expand Down

0 comments on commit cc9f9b0

Please sign in to comment.