delft/eris: don't alert on space/inode issues on packet nodes
The way they're set up makes this alert far too noisy and unactionable. Closes: #331
Martin Weinelt committed
Jan 15, 2024 at 16:37 UTC
681007c45dd55f0b95681940f00e16e498a02fc9
1 file changed
+1
-1
delft/eris.nix
+1
-1
@@ -197,7 +197,7 @@ in
197
name = "system";
198
rules =
199
let
200
- diskSelector = ''mountpoint=~"(/|/scratch)"'';
200
+ diskSelector = ''mountpoint=~"(/|/scratch)",instance!~=".*packethost.net"'';
201
relevantLabels = "device,fstype,instance,mountpoint";
202
in
203
[