summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2011-01-25 23:45:55 +0000
committerGreg Sabino Mullane2011-01-25 23:45:55 +0000
commitaa36b9ed6536750e247e5f766f34571ff54304b9 (patch)
treef9f39b941cd3d96e1aaa3edd856d9cf383cb5b64 /check_postgres.pl
parent89653cc88b3102974e82d19b046c64b06ac230e1 (diff)
Typo.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index c5348156e..ab074bd22 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -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'