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:
|
||||
summary: "Low registry cache hit rate"
|
||||
- alert: NodeHighCPUUsage
|
||||
expr: node_load1{instance!="pve-node-r730"} > 2
|
||||
for: 20m
|
||||
expr: pve_cpu_usage_ratio > 0.3
|
||||
for: 6h
|
||||
labels:
|
||||
severity: page
|
||||
annotations:
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue