Update the labels for the alert (make complete tenses)
This commit is contained in:
parent
676cc716cf
commit
3320e3e0c6
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ groups:
|
||||||
severity: critical
|
severity: critical
|
||||||
annotations:
|
annotations:
|
||||||
summary: >-
|
summary: >-
|
||||||
Container Docker éteint / tombé
|
Le container Docker est éteint / tombé
|
||||||
(instance {{ raw('$labels.instance') }}, container {{ raw('$labels.name') }})
|
(instance {{ raw('$labels.instance') }}, container {{ raw('$labels.name') }})
|
||||||
|
|
||||||
- alert: ContainerFailed
|
- alert: ContainerFailed
|
||||||
|
@ -27,7 +27,7 @@ groups:
|
||||||
severity: critical
|
severity: critical
|
||||||
annotations:
|
annotations:
|
||||||
summary: >-
|
summary: >-
|
||||||
Container Docker redémarre souvent
|
Le container Docker redémarre souvent
|
||||||
(instance {{ raw('$labels.instance') }}, container {{ raw('$labels.name') }})
|
(instance {{ raw('$labels.instance') }}, container {{ raw('$labels.name') }})
|
||||||
|
|
||||||
- alert: ContainerFailed
|
- alert: ContainerFailed
|
||||||
|
@ -43,7 +43,7 @@ groups:
|
||||||
severity: critical
|
severity: critical
|
||||||
annotations:
|
annotations:
|
||||||
summary: >-
|
summary: >-
|
||||||
Container Docker utilise beaucoup de CPU
|
Le container Docker utilise beaucoup de CPU
|
||||||
(instance {{ raw('$labels.instance') }}, container {{ raw('$labels.name') }},
|
(instance {{ raw('$labels.instance') }}, container {{ raw('$labels.name') }},
|
||||||
value {{ raw('$value | printf "%.1f"') }})
|
value {{ raw('$value | printf "%.1f"') }})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue