Skip to main content
New

Monitoring Connector : Pgpool

Related products:Infra Monitoring - Connectors
  • January 16, 2026
  • 0 replies
  • 1 view

Forum|alt.badge.img+13

Hello,

Pgpool is an open-source middleware that extends PostgreSQL database capabilities. It acts as a proxy server that sits between PostgreSQL database servers and client applications, offering several key features:

  • Connection pooling: Manages and reuses database connections efficiently
  • Load balancing: Distributes database queries across multiple PostgreSQL servers
  • High availability: Provides failover mechanisms to ensure database continuity

Web : https://pgpool.net

Documentation to check a cluster : https://www.pgpool.net/docs/latest/en/html/example-cluster.html

It would be nice to have a Monitoring Connector for it.

Regards.