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:
8a11ac1
)
Spelling police.
author
Greg Sabino Mullane
<
[email protected]
>
Thu, 3 Feb 2011 05:59:03 +0000
(
00:59
-0500)
committer
Greg Sabino Mullane
<
[email protected]
>
Thu, 3 Feb 2011 05:59:03 +0000
(
00:59
-0500)
check_postgres.pl
patch
|
blob
|
blame
|
history
diff --git
a/check_postgres.pl
b/check_postgres.pl
index dfb47924a9c142863c419c573ce5f57ec717c3f1..c238e22c5ba586338167de9d24917af9817824f9 100755
(executable)
--- a/
check_postgres.pl
+++ b/
check_postgres.pl
@@
-4652,7
+4652,7
@@
ORDER BY xact_start, procpid DESC
my $m = $action eq 'query_time' ? msg('qtime-msg', $maxtime)
: $action eq 'txn_time' ? msg('txntime-msg', $maxtime)
: $action eq 'txn_idle' ? msg('txnidle-msg', $maxtime)
- : die "Unkown action: $action\n";
+ : die "Unk
n
own action: $action\n";
my $msg = sprintf '%s (%s)%s', $m, $whodunit, $details;
if (length $critical and $maxtime >= $critical) {