diff --git a/roles/prometheus/templates/docker.rules.yml.j2 b/roles/prometheus/templates/docker.rules.yml.j2 index 23eec40..e891b1c 100644 --- a/roles/prometheus/templates/docker.rules.yml.j2 +++ b/roles/prometheus/templates/docker.rules.yml.j2 @@ -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"') }})