update definition of high cpu usage to use pve metrics in stead for a longer period [ci skip]
This commit is contained in:
parent
2a2a4e851a
commit
29194c06b9
2 changed files with 2 additions and 2 deletions
|
|
@ -303,8 +303,8 @@ serverFiles:
|
||||||
annotations:
|
annotations:
|
||||||
summary: "Low registry cache hit rate"
|
summary: "Low registry cache hit rate"
|
||||||
- alert: NodeHighCPUUsage
|
- alert: NodeHighCPUUsage
|
||||||
expr: node_load1{instance!="pve-node-r730"} > 2
|
expr: pve_cpu_usage_ratio > 0.3
|
||||||
for: 20m
|
for: 6h
|
||||||
labels:
|
labels:
|
||||||
severity: page
|
severity: page
|
||||||
annotations:
|
annotations:
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue