From 9029daab0cd17ec02d283b412adf27a3707895e2 Mon Sep 17 00:00:00 2001 From: "marian.ciotlos@yahoo.com" Date: Tue, 14 Feb 2023 14:55:52 +0200 Subject: [PATCH] disk io ops alarm --- dist/rules/host-and-hardware/node-exporter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/rules/host-and-hardware/node-exporter.yml b/dist/rules/host-and-hardware/node-exporter.yml index 333e530..3c14291 100644 --- a/dist/rules/host-and-hardware/node-exporter.yml +++ b/dist/rules/host-and-hardware/node-exporter.yml @@ -158,7 +158,7 @@ groups: description: "CPU iowait > 5%. A high iowait means that you are disk or network bound.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: HostUnusualDiskIO - expr: 'node_disk_io_time_seconds_total == 1' + expr: 'rate(node_disk_io_time_seconds_total[1m]) > 0.5' for: 5m labels: severity: warning