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:
2fef14b
)
Show OS on failure-to-parse errors
author
Greg Sabino Mullane
<
[email protected]
>
Mon, 14 Jul 2014 16:52:47 +0000
(12:52 -0400)
committer
Greg Sabino Mullane
<
[email protected]
>
Mon, 14 Jul 2014 16:52:47 +0000
(12:52 -0400)
check_postgres.pl
patch
|
blob
|
blame
|
history
diff --git
a/check_postgres.pl
b/check_postgres.pl
index a8fdb97f8d8e6f30380757a295dfe366ddb168f8..60e86c3b37eff7f8e6fcbda3e6dcb081a27752b2 100755
(executable)
--- a/
check_postgres.pl
+++ b/
check_postgres.pl
@@
-2485,6
+2485,7
@@
sub run_command {
my $cline = (caller)[2];
my $args = join ' ' => @args;
warn "Version: $VERSION\n";
+ warn "OS: $^O\n";
warn "Action: $action\n";
warn "Calling line: $cline\n";
warn "Output: $line\n";