🐘 PostgreSQL Monitor
Monitors a PostgreSQL database server to verify it's accepting connections on port 5432.
⚙️ Yapilandirma
| Ayar | Aciklama | Default Port |
|---|---|---|
| Host | Database server hostname | — |
| Port | PostgreSQL port | 5432 |
💡 İpuclari
- Check
pg_hba.confto 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.