Перейти к основному содержимому

🐘 PostgreSQL Monitor

Monitors a PostgreSQL database server to verify it's accepting connections on port 5432.


⚙️ Конфигурация

НастройкаОписаниеDefault Port
HostDatabase server hostname
PortPostgreSQL port5432

💡 Советы

  • Check pg_hba.conf to ensure your Monitron server's IP is allowed to connect.
  • For deeper health checks (replication lag, active connections, etc.), use a Heartbeat monitor with a custom health check script.