tyo0/prometheus: check /persist in DiskFull
This commit is contained in:
parent
bc50e3c9b3
commit
0a7f0c4355
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ in
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
alert = "DiskFull";
|
alert = "DiskFull";
|
||||||
expr = ''node_filesystem_avail_bytes{mountpoint=~"/|/mnt"} / node_filesystem_size_bytes < 0.1'';
|
expr = ''node_filesystem_avail_bytes{mountpoint=~"/|/persist|/mnt"} / node_filesystem_size_bytes < 0.1'';
|
||||||
annotations = {
|
annotations = {
|
||||||
summary = "Low disk space on {{ $labels.instance }}";
|
summary = "Low disk space on {{ $labels.instance }}";
|
||||||
description = "The disk {{ $labels.device }} mounted at {{ $labels.mountpoint }} on {{ $labels.instance }} has less than 10% of empty space available.";
|
description = "The disk {{ $labels.device }} mounted at {{ $labels.mountpoint }} on {{ $labels.instance }} has less than 10% of empty space available.";
|
||||||
|
|
Loading…
Reference in a new issue