NodeFilesystemAlmostOutOfSpace warning
Filesystem on {{ $labels.device }} at {{ $labels.instance }} has only {{ printf "%.2f" $value }}% available space left.
>>>
(
{job="node",fstype!=""} /
{job="node",fstype!=""} * 100 < 5
and
{job="node",fstype!=""} == 0
)
The rule evaluates each mounted filesystem (with a non‑empty fstype) on every node, computes the free‑space percentage as node_filesystem_avail_bytes / node_filesystem_size_bytes * 100, and fires when this percentage is below 5 % and the filesystem is not read‑only (node_filesystem_readonly == 0). In short, the alert triggers whenever any writable filesystem on a node has less than 5 % available space.
Exporters Used
Get Alert✕
Download
Copy to Clipboard