Update the labels for the alert (make complete tenses)

pull/53/head
pz2891 3 years ago
parent 676cc716cf
commit 3320e3e0c6

@ -17,7 +17,7 @@ groups:
severity: critical
annotations:
summary: >-
Container Docker éteint / tombé
Le container Docker est éteint / tombé
(instance {{ raw('$labels.instance') }}, container {{ raw('$labels.name') }})
- alert: ContainerFailed
@ -27,7 +27,7 @@ groups:
severity: critical
annotations:
summary: >-
Container Docker redémarre souvent
Le container Docker redémarre souvent
(instance {{ raw('$labels.instance') }}, container {{ raw('$labels.name') }})
- alert: ContainerFailed
@ -43,7 +43,7 @@ groups:
severity: critical
annotations:
summary: >-
Container Docker utilise beaucoup de CPU
Le container Docker utilise beaucoup de CPU
(instance {{ raw('$labels.instance') }}, container {{ raw('$labels.name') }},
value {{ raw('$value | printf "%.1f"') }})

Loading…
Cancel
Save