summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorThomas Guettler2011-07-03 02:36:48 +0000
committerGreg Sabino Mullane2011-07-03 02:36:48 +0000
commit50dcb63dca30f0a4d9e596e69ab83ae9fc443ca8 (patch)
tree9a1906afefd0e1651d6f4ba7e0028295ff04b912 /check_postgres.pl
parent01f06adb143036249e07949ba76fc23e2cd45b4e (diff)
Doc typo in prepared_txns section.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index f1e66bd92..fcd112188 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -8672,8 +8672,8 @@ Example 1: Give a warning on detecting any prepared transactions:
Example 2: Give a critical if any prepared transaction has been open longer than 10 seconds, but allow
up to 360 seconds for the database 'shrike':
- check_postgres_listener --critical=10 --exclude=shrike
- check_postgres_listener --critical=360 --include=shrike
+ check_postgres_prepared_txns --critical=10 --exclude=shrike
+ check_postgres_prepared_txns --critical=360 --include=shrike
For MRTG output, returns the number of seconds the oldest transaction has been open as the first line,
and which database is came from as the final line.