Installation Prometheus-postgres-exporter #53

Merged
pz2891 merged 29 commits from prometheus_postgres_exporter into master 2021-04-14 20:19:59 +02:00
Showing only changes of commit 3320e3e0c6 - Show all commits

View file

@ -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"') }})