modules/nixos/monitoring/alert-rules: bump filesystem full to 95%
This commit is contained in:
parent
99c7b09655
commit
a7dfa3d0ce
1 changed files with 3 additions and 3 deletions
|
@ -27,10 +27,10 @@
|
||||||
|
|
||||||
Filesystem80percentFull.enable = false;
|
Filesystem80percentFull.enable = false;
|
||||||
|
|
||||||
Filesystem90percentFull = {
|
Filesystem95percentFull = {
|
||||||
expr = ''disk_used_percent{mode!="ro"} >= 90'';
|
expr = ''disk_used_percent{mode!="ro"} >= 95'';
|
||||||
for = "10m";
|
for = "10m";
|
||||||
annotations.description = "{{$labels.host}} device {{$labels.device}} on {{$labels.path}} got less than 10% space left on its filesystem";
|
annotations.description = "{{$labels.host}} device {{$labels.device}} on {{$labels.path}} got less than 5% space left on its filesystem";
|
||||||
};
|
};
|
||||||
|
|
||||||
Load15.expr = lib.mkForce ''system_load15 / system_n_cpus{host!~"(build|darwin).*"} >= 2.0'';
|
Load15.expr = lib.mkForce ''system_load15 / system_n_cpus{host!~"(build|darwin).*"} >= 2.0'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue