summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2011-02-12 13:22:35 +0000
committerGreg Sabino Mullane2011-02-12 13:22:35 +0000
commit9d4e6d2458e99cd5d8e234add415c09d04326b61 (patch)
tree6f97ff6e0bb2c2f0eea03c6e3364802191a3749c /check_postgres.pl
parentd3fe0b3227b007aa00c4e79ca74016dc49e3a637 (diff)
parentfd268c97126e7b872e8c11cd056e92f03766b4ee (diff)
Merge commit 'maletin/master'
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 f1b66b1e4..77302cfe6 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -4872,7 +4872,7 @@ sub check_query_time {
msg('queries'),
msg('query-time'),
'query_start',
- q{query_start IS NOT NULL AND current_query <> '<IDLE> in transaction'});
+ q{query_start IS NOT NULL AND current_query NOT LIKE '<IDLE>%'});
return;