mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
update
This commit is contained in:
parent
db26f248f8
commit
6d6d6ac6a7
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ services:
|
|||
severity: warning
|
||||
- name: Swap is filling up
|
||||
description: Swap is filling up (>80%)
|
||||
query: '(((node_memory_SwapTotal - node_memory_SwapFree) / node_memory_SwapTotal) * 100) > 80'
|
||||
query: '(1 - (node_memory_SwapFree_bytes / node_memory_SwapTotal_bytes)) * 100 > 80'
|
||||
severity: warning
|
||||
- name: SystemD service failed
|
||||
description: 'Service {{ $labels.name }} failed'
|
||||
|
|
|
|||
Loading…
Reference in a new issue