Installation Prometheus-postgres-exporter #53
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue