check_postgres
check_postgres copied to clipboard
clarify permissions for pgbouncer_backends check
ID: 96 Version: Unspecified Date: 2012-01-03 06:44 EST Author: Peter Eisentraut ([email protected])
The documentation for the pgbouncer_backends check says:
"Note that the user you are connecting as must be a superuser for this to work properly."
PgBouncer doesn't really have the concept of a superuser. It has admin_users and stats_users. I think the permission required for this check is stats_users. Please correct that in the docs.