TOSIT-IO / tdp-collection-prerequisites

Ansible collection with TDP prerequisites
Apache License 2.0
3 stars 10 forks source link

Add prerequisites for postgres_exporter #40

Closed Nuttymoon closed 1 year ago

Nuttymoon commented 1 year ago

We should install postgres_exporter for the PostgreSQL server.

kpgtek commented 1 year ago

postgres_exporter uses systemd service, connects to DB and collects metrics, I think we need to create a new Ansible role to deploy it. At first sight, I would like to put it in tdp-observability, because it is part of Prometheus Community. But as PostgreSQL is free to be used or not within TDP, I think it is better to put it in tdp-extra to avoid its deployment when PostgreSQL is not used. I don't know if everybody would agree with my point of view. Otherwise could you submit some suggestions?

rpignolet commented 1 year ago

I don't know if we should do this issue. This collection goal is to help users of TDP to bootstrap prerequisites. Maybe we should do this issue in tdp-observability. We can discuss it on next meeting if you want.