projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f567d6b
)
Fix typo (tnxtime != txntime)
author
Joshua Tolley
<
[email protected]
>
Mon, 9 Mar 2009 19:59:30 +0000
(13:59 -0600)
committer
Joshua Tolley
<
[email protected]
>
Mon, 9 Mar 2009 19:59:30 +0000
(13:59 -0600)
check_postgres.pl
patch
|
blob
|
blame
|
history
diff --git
a/check_postgres.pl
b/check_postgres.pl
index 96ad41e6c1683094c09aadcae2737a5ef8dfdae0..5f5848f0cd428fc513ee7608f319f78d754999dc 100755
(executable)
--- 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('t
nx
time-none');
+ add_ok msg('t
xn
time-none');
}
next;
}
$db->{perf} .= msg('maxtime', $max);
- my $msg = msg('t
nx
time-msg', $max);
+ my $msg = msg('t
xn
time-msg', $max);
if (length $critical and $max >= $critical) {
add_critical $msg;
}