diff options
author | Joshua Tolley | 2011-03-15 20:13:25 +0000 |
---|---|---|
committer | Joshua Tolley | 2011-03-15 20:13:25 +0000 |
commit | 7ef5214b1b327bed3c03c8547b1871405ca05eec (patch) | |
tree | c6445a50711b9a007742be71e661df75ac3a2fb3 /check_postgres.pl | |
parent | 6c274223713862319dd4e39c17985b44345f8823 (diff) |
Fix typo
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 2a31f2d17..08fe62d70 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -8754,7 +8754,7 @@ a client), "idle" (standing by for a client connection to link with), "used" maxwait value shows how long in seconds the oldest waiting client connection has been waiting. -<=head2 B<pgbouncer_backends> +=head2 B<pgbouncer_backends> (C<symlink: check_postgres_pgbouncer_backends>) Checks the current number of connections for one or more databases through pgbouncer, and optionally |