diff options
author | Greg Sabino Mullane | 2011-01-25 23:49:35 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-01-25 23:49:35 +0000 |
commit | 74797ee0dc2daeadec127cf0d81fb9e48246b38f (patch) | |
tree | d12c949744fd2d40c63894962fe4ba5fda8a4f4c /check_postgres.pl | |
parent | aa36b9ed6536750e247e5f766f34571ff54304b9 (diff) |
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 ab074bd22..62b5660b0 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -8737,7 +8737,7 @@ Example 2: Give a warning if there are 50 or more transactions 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' + check_postgres_txn_idle --port=5432 --critical='5 for 10 seconds' For MRTG output, returns the time in seconds the longest idle transaction has been running. The fourth line returns the name of the database. |