summaryrefslogtreecommitdiff
path: root/modules/nixos/monitoring/rules/node.yaml
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-04-14 02:51:09 +0300
committerAzat Bahawi <azat@bahawi.net>2023-04-14 02:51:09 +0300
commit39ed30937ec29217820583e07ff1f447d08b9898 (patch)
tree96dc9d1a62e320c89510cd910add2ce8fb819850 /modules/nixos/monitoring/rules/node.yaml
parentd6368c86bc949371e904eed3d0a6583ebd53b055 (diff)
2023-04-14
Diffstat (limited to 'modules/nixos/monitoring/rules/node.yaml')
-rw-r--r--modules/nixos/monitoring/rules/node.yaml19
1 files changed, 1 insertions, 18 deletions
diff --git a/modules/nixos/monitoring/rules/node.yaml b/modules/nixos/monitoring/rules/node.yaml
index 98217b3..eee5939 100644
--- a/modules/nixos/monitoring/rules/node.yaml
+++ b/modules/nixos/monitoring/rules/node.yaml
@@ -238,28 +238,11 @@ groups:
VALUE = {{ $value }}
LABELS = {{ $labels }}
- - alert: HostCpuStealNoisyNeighbor
- expr: >-
- avg by(instance) (rate(node_cpu_seconds_total{mode="steal"}[5m]))
- * 100
- > 15
- for: 0m
- labels:
- severity: warning
- annotations:
- summary: Host CPU steal noisy neighbor at {{ $labels.instance }}.
- description: |-
- CPU steal is > 10%. A noisy neighbor is killing VM performances or a
- spot instance may be out of credit.
-
- VALUE = {{ $value }}
- LABELS = {{ $labels }}
-
- alert: HostCpuHighIowait
expr: |-
avg by (instance) (rate(node_cpu_seconds_total{mode="iowait"}[5m]))
* 100
- > 15
+ > 50
for: 0m
labels:
severity: warning