typo in docker rules
This commit is contained in:
parent
1b0bff4c51
commit
013743f910
1 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ groups:
|
||||||
annotations:
|
annotations:
|
||||||
summary: >-
|
summary: >-
|
||||||
Le container Docker est éteint / tombé
|
Le container Docker est éteint / tombé
|
||||||
(instance {{ raw('$labels.instance') }}, container {{ raw('$labels.name') }})
|
(container {{ raw('$labels.name') }})
|
||||||
|
|
||||||
- alert: ContainerFailed
|
- alert: ContainerFailed
|
||||||
expr: sum(increase(docker_container_restart_count[5m])) > 2
|
expr: sum(increase(docker_container_restart_count[5m])) > 2
|
||||||
|
@ -28,7 +28,7 @@ groups:
|
||||||
annotations:
|
annotations:
|
||||||
summary: >-
|
summary: >-
|
||||||
Le container Docker redémarre souvent
|
Le container Docker redémarre souvent
|
||||||
(instance {{ raw('$labels.instance') }}, container {{ raw('$labels.name') }})
|
(container {{ raw('$labels.name') }})
|
||||||
|
|
||||||
- alert: ContainerFailed
|
- alert: ContainerFailed
|
||||||
expr:
|
expr:
|
||||||
|
@ -44,7 +44,7 @@ groups:
|
||||||
annotations:
|
annotations:
|
||||||
summary: >-
|
summary: >-
|
||||||
Le container Docker utilise beaucoup de CPU
|
Le container Docker utilise beaucoup de CPU
|
||||||
(instance {{ raw('$labels.instance') }}, container {{ raw('$labels.name') }},
|
(container {{ raw('$labels.name') }},
|
||||||
value {{ raw('$value | printf "%.1f"') }})
|
valeur {{ raw('$value | printf "%.1f"') }})
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue