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 013743f910 - Show all commits

View file

@ -18,7 +18,7 @@ groups:
annotations:
summary: >-
Le container Docker est éteint / tombé
(instance {{ raw('$labels.instance') }}, container {{ raw('$labels.name') }})
(container {{ raw('$labels.name') }})
- alert: ContainerFailed
expr: sum(increase(docker_container_restart_count[5m])) > 2
@ -28,7 +28,7 @@ groups:
annotations:
summary: >-
Le container Docker redémarre souvent
(instance {{ raw('$labels.instance') }}, container {{ raw('$labels.name') }})
(container {{ raw('$labels.name') }})
- alert: ContainerFailed
expr:
@ -44,7 +44,7 @@ groups:
annotations:
summary: >-
Le container Docker utilise beaucoup de CPU
(instance {{ raw('$labels.instance') }}, container {{ raw('$labels.name') }},
value {{ raw('$value | printf "%.1f"') }})
(container {{ raw('$labels.name') }},
valeur {{ raw('$value | printf "%.1f"') }})
...