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:
Moritz 2021-05-01 19:44:06 +02:00 committed by GitHub
parent 1c44cd7818
commit 335ba16032
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -211,8 +211,8 @@ groups:
query: '(1 - (node_memory_SwapFree_bytes / node_memory_SwapTotal_bytes)) * 100 > 80'
severity: warning
for: 2m
- name: Host SystemD service crashed
description: "SystemD service crashed"
- name: Host systemd service crashed
description: "systemd service crashed"
query: 'node_systemd_unit_state{state="failed"} == 1'
severity: warning
- name: Host physical component too hot