summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index 17dea5efa..8b14e3d09 100755
--- 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;
}