Fix typo (tnxtime != txntime)
authorJoshua Tolley <[email protected]>
Mon, 9 Mar 2009 19:59:30 +0000 (13:59 -0600)
committerJoshua Tolley <[email protected]>
Mon, 9 Mar 2009 19:59:30 +0000 (13:59 -0600)
check_postgres.pl

index 96ad41e6c1683094c09aadcae2737a5ef8dfdae0..5f5848f0cd428fc513ee7608f319f78d754999dc 100755 (executable)
@@ -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;
                }