pg_auth_mon
monitor connection attempts per user
Module:
Categories:
Overview
MIXED 3rd Party Extension: pg_auth_mon : monitor connection attempts per user
Information
- Extension ID: 7100
- Extension Name:
pg_auth_mon - Package Name:
pg_auth_mon - Category:
SEC - License: MIT
- Website: https://github.com/RafiaSabih/pg_auth_mon
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 3.0
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
pg_auth_mon_$v* - RPM Ver :
3.0 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-auth-mon - DEB Ver :
3.0 - DEB Deps: N/A
Availability
Installation
Install pg_auth_mon via the pig CLI tool:
pig ext install pg_auth_mon
Install pg_auth_mon via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pg_auth_mon"]}' # -l <cls>
Install pg_auth_mon RPM from YUM repo directly:
dnf install pg_auth_mon_17*;
dnf install pg_auth_mon_16*;
dnf install pg_auth_mon_15*;
dnf install pg_auth_mon_14*;
dnf install pg_auth_mon_13*;
Install pg_auth_mon DEB from APT repo directly:
apt install postgresql-17-pg-auth-mon;
apt install postgresql-16-pg-auth-mon;
apt install postgresql-15-pg-auth-mon;
apt install postgresql-14-pg-auth-mon;
apt install postgresql-13-pg-auth-mon;
Create pg_auth_mon extension on PostgreSQL cluster:
CREATE EXTENSION pg_auth_mon;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.