Typo.
authorGreg Sabino Mullane <[email protected]>
Tue, 25 Jan 2011 23:45:55 +0000 (18:45 -0500)
committerGreg Sabino Mullane <[email protected]>
Tue, 25 Jan 2011 23:45:55 +0000 (18:45 -0500)
check_postgres.pl

index c5348156e10f64b692c779c63a4c4bd6578e29ff..ab074bd22e0f0479b8204c1fe66501d22080c94b 100755 (executable)
@@ -8734,7 +8734,7 @@ Example 2: Give a warning if there are 50 or more transactions
 
   check_postgres_txn_idle --port=5432 --warning='+50'
 
-Example 4: Give a critical if 5 or more connections hav been idle in
+Example 4: Give a critical if 5 or more connections have been idle in
 transaction for more than 10 seconds:
 
   check_postgres_txn_idle --port=5432 --crtical='5 for 10 seconds'