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:
16e5f80
)
Make txn_idle show OK if none found.
2.15.3
author
Greg Sabino Mullane
<
[email protected]
>
Thu, 30 Dec 2010 18:17:32 +0000
(13:17 -0500)
committer
Greg Sabino Mullane
<
[email protected]
>
Thu, 30 Dec 2010 18:17:32 +0000
(13:17 -0500)
check_postgres.pl
patch
|
blob
|
blame
|
history
diff --git
a/check_postgres.pl
b/check_postgres.pl
index 17dea5efa0cd9ada16b8a816115307ed94623582..8b14e3d091a80b2d351e311873d36460caf5c8a6 100755
(executable)
--- a/
check_postgres.pl
+++ b/
check_postgres.pl
@@
-6827,7
+6827,7
@@
sub check_txn_idle {
}
$db->{perf} .= msg('maxtime', $max);
if ($max < 0) {
- add_
unknown
msg('txnidle-none');
+ add_
ok
msg('txnidle-none');
next;
}