mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-25 02:46:59 +08:00
Fix upper/lowercase of systemd (#207)
The're quite clear on how they want it to be written: https://unix.stackexchange.com/review/suggested-edits/372414
This commit is contained in:
parent
1c44cd7818
commit
335ba16032
1 changed files with 2 additions and 2 deletions
|
|
@ -211,8 +211,8 @@ groups:
|
||||||
query: '(1 - (node_memory_SwapFree_bytes / node_memory_SwapTotal_bytes)) * 100 > 80'
|
query: '(1 - (node_memory_SwapFree_bytes / node_memory_SwapTotal_bytes)) * 100 > 80'
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 2m
|
for: 2m
|
||||||
- name: Host SystemD service crashed
|
- name: Host systemd service crashed
|
||||||
description: "SystemD service crashed"
|
description: "systemd service crashed"
|
||||||
query: 'node_systemd_unit_state{state="failed"} == 1'
|
query: 'node_systemd_unit_state{state="failed"} == 1'
|
||||||
severity: warning
|
severity: warning
|
||||||
- name: Host physical component too hot
|
- name: Host physical component too hot
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue