Skip to content
Snippets Groups Projects
Commit 7358d13c authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat: Committed by Kristian Klausen
Browse files

Update Borg Backups dashboard

Change storage box size from 10000 to 10240 GiB.
parent 5a745589
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !536. Comments created here will be created in the context of that merge request.
......@@ -99,7 +99,7 @@
"targets": [
{
"exemplar": true,
"expr": "10000*2^30",
"expr": "10240*2^30",
"interval": "",
"legendFormat": "Quota",
"queryType": "randomWalk",
......@@ -115,7 +115,7 @@
},
{
"exemplar": true,
"expr": "10000*2^30 - hetzner_storage_box_size_bytes{instance=\"monitoring.archlinux.org\"}",
"expr": "10240*2^30 - hetzner_storage_box_size_bytes{instance=\"monitoring.archlinux.org\"}",
"hide": false,
"interval": "",
"legendFormat": "Snapshots",
......@@ -123,7 +123,7 @@
},
{
"exemplar": true,
"expr": "10000*2^30 - hetzner_storage_box_free_bytes{instance=\"monitoring.archlinux.org\"}",
"expr": "10240*2^30 - hetzner_storage_box_free_bytes{instance=\"monitoring.archlinux.org\"}",
"hide": false,
"interval": "",
"legendFormat": "Total Used",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment