From 50dcb63dca30f0a4d9e596e69ab83ae9fc443ca8 Mon Sep 17 00:00:00 2001 From: Thomas Guettler Date: Sat, 2 Jul 2011 22:36:48 -0400 Subject: [PATCH] Doc typo in prepared_txns section. --- check_postgres.pl | 4 ++-- 1 file 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. -- 2.30.2