* Package name : pgwd
Version : 1.0.0
Upstream Author : Hermes Jesús Rodríguez Azuaje <hrodrig@usb.ve>
* URL : https://github.com/hrodrig/pgwd
* License : MIT
Programming Lang: Go
Description : Postgres Watch Dog, monitor PostgreSQL connections
pgwd is a small Go CLI that monitors PostgreSQL connection counts
(total, active, idle, stale) and optional long-running queries, and
sends alerts via Slack, Loki, PagerDuty, Teams, and/or a generic
webhook when configured thresholds are exceeded.
It supports one-shot or daemon mode, optional Kubernetes port-forward
to in-cluster Postgres/Loki, hysteresis via a local metrics store
(SQLite or SQL), and an optional HTTP /metrics endpoint.
I intend to maintain this package in Debian. Packaging will live on
Salsa; binary packages from GitHub Releases (GoReleaser .deb) are not
Debian packages and will not be used as-is.