From d7911b83e4cc93088edbd62aaa295237a9729db8 Mon Sep 17 00:00:00 2001 From: Joshua Tolley Date: Mon, 9 Mar 2009 13:59:30 -0600 Subject: [PATCH] Fix typo (tnxtime != txntime) --- check_postgres.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_postgres.pl b/check_postgres.pl index 96ad41e6c..5f5848f0c 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -3546,13 +3546,13 @@ sub check_txn_time { add_unknown 'T-EXCLUDE-DB'; } else { - add_ok msg('tnxtime-none'); + add_ok msg('txntime-none'); } next; } $db->{perf} .= msg('maxtime', $max); - my $msg = msg('tnxtime-msg', $max); + my $msg = msg('txntime-msg', $max); if (length $critical and $max >= $critical) { add_critical $msg; } -- 2.39.5