From f55d6a0b0e04500197df167d7b0eae0009f27e53 Mon Sep 17 00:00:00 2001 From: Joshua Tolley Date: Wed, 29 Sep 2010 11:27:20 -0600 Subject: Minor docs fix --- check_postgres.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'check_postgres.pl') diff --git a/check_postgres.pl b/check_postgres.pl index 2b99cf6b2..fad2d312e 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -8120,9 +8120,10 @@ client connections are those connections currently linked with an active server connection. Client connections may also be "waiting", meaning they have not yet been allocated a server connection. Server connections are "active" (linked to a client), "idle" (standing by for a client connection to link with), "used" -(just unlinked from a client, and not yet returned to the idle pool), and -"login" (in the process of logging in). The maxwait value shows how long in -seconds the oldest waiting client connection has been waiting. +(just unlinked from a client, and not yet returned to the idle pool), "tested" +(currently being tested) and "login" (in the process of logging in). The +maxwait value shows how long in seconds the oldest waiting client connection +has been waiting. =head2 B -- cgit v1.2.3