diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-07-15 12:45:02 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-07-15 12:45:02 +0300 |
commit | a75acfb7ef640c2367d4547b0f479e7acaad9017 (patch) | |
tree | 253afd11564269b1812c96bf3518a8aab9d4597c /modules/nixos/monitoring/rules/node.yaml | |
parent | 2023-07-13 (diff) |
2023-07-15
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/monitoring/rules/node.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/monitoring/rules/node.yaml b/modules/nixos/monitoring/rules/node.yaml index eee5939..a9b6b79 100644 --- a/modules/nixos/monitoring/rules/node.yaml +++ b/modules/nixos/monitoring/rules/node.yaml @@ -226,7 +226,7 @@ groups: sum by (instance) (avg by (mode, instance) (rate(node_cpu_seconds_total{mode!="idle"}[2m]))) - > 0.8 + > 2.0 for: 0m labels: severity: warning |