Правило алерта на диск prometheus

PromQL: алерт когда / диск занят более чем на 85%

100 - (node_filesystem_avail_bytes{mountpoint="/"} / node_filesystem_size_bytes{mountpoint="/"} * 100) > 85
more prometheus all 30 commands →