modules/nixos/monitoring/alert-rules: update filesystem_full rules
This commit is contained in:
parent
d51d748ae8
commit
f97526c4ee
1 changed files with 3 additions and 3 deletions
|
@ -49,10 +49,10 @@ lib.mapAttrsToList
|
||||||
description = "Prometheus encountered {{ $value }} template text expansion failures\n VALUE = {{ $value }}\n LABELS = {{ $labels }}";
|
description = "Prometheus encountered {{ $value }} template text expansion failures\n VALUE = {{ $value }}\n LABELS = {{ $labels }}";
|
||||||
};
|
};
|
||||||
|
|
||||||
filesystem_full_80percent = {
|
filesystem_full_85percent = {
|
||||||
condition = ''disk_used_percent{mode!="ro"} >= 80'';
|
condition = ''disk_used_percent{mode!="ro"} >= 85'';
|
||||||
time = "10m";
|
time = "10m";
|
||||||
description = "{{$labels.host}} device {{$labels.device}} on {{$labels.path}} got less than 20% space left on its filesystem";
|
description = "{{$labels.host}} device {{$labels.device}} on {{$labels.path}} got less than 15% space left on its filesystem";
|
||||||
};
|
};
|
||||||
|
|
||||||
filesystem_inodes_full = {
|
filesystem_inodes_full = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue