[check_postgres] [commit] Fix typo

check_postgres at bucardo.org check_postgres at bucardo.org
Fri Oct 3 14:54:56 UTC 2008


Committed by Greg Sabino Mullane <greg at endpoint.com>

Fix typo

---
 check_postgres.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/check_postgres.pl b/check_postgres.pl
index 6775341..88f382c 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -2916,7 +2916,7 @@ sub check_txn_time {
 		}
 		if ($max < 0) {
 			if ($USERWHERECLAUSE) {
-				add_unknown 'T-EXCLUDE-DB2';
+				add_unknown 'T-EXCLUDE-DB';
 			}
 			else {
 				add_ok 'No transactions';
-- 
1.5.5.4



More information about the Check_postgres mailing list