Update gen_config.py
parent
42b2285360
commit
b9d760343b
|
@ -62,7 +62,7 @@ groups:
|
|||
description: "{{ $labels.name }}:内存使用率{{ $value | humanize }}%\\n> {{ $labels.group }}-{{ $labels.instance }}"
|
||||
|
||||
- alert: CPU使用率
|
||||
expr: 100 - (avg by(instance,name,group,account) (irate(node_cpu_seconds_total[5m])) * 100) > 92
|
||||
expr: 100 - (avg by(instance,name,group,account) (irate(node_cpu_seconds_total{mode="idle"}[5m])) * 100) > 92
|
||||
for: 5m
|
||||
labels:
|
||||
alertype: system
|
||||
|
|
Loading…
Reference in New Issue