Skip to content
Snippets Groups Projects
Commit 36de84e9 authored by Florian Sesser's avatar Florian Sesser
Browse files

Fix space usage dashboard: Use the same colors as for other machines

bind-mounting the nix store r/o made that FS turn up twice in the list,
resulting in the graph showing the wrong colors for the machines.
parent 0bf3c0a9
No related branches found
No related tags found
2 merge requests!549update production,!546Fix space usage dashboard: Use the same colors as for other machines
Pipeline #6495 passed
...@@ -1149,7 +1149,7 @@ ...@@ -1149,7 +1149,7 @@
"pluginVersion": "8.4.5", "pluginVersion": "8.4.5",
"targets": [ "targets": [
{ {
"expr": "1 - (node_filesystem_avail_bytes / node_filesystem_size_bytes) > 0.1", "expr": "1 - (node_filesystem_avail_bytes{mountpoint!='/nix/store'} / node_filesystem_size_bytes{mountpoint!='/nix/store'}) > 0.1",
"format": "time_series", "format": "time_series",
"hide": false, "hide": false,
"instant": false, "instant": false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment