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:
52bed67
)
Bump version.
author
Greg Sabino Mullane
<
[email protected]
>
Wed, 2 Apr 2008 20:25:21 +0000
(16:25 -0400)
committer
Greg Sabino Mullane
<
[email protected]
>
Wed, 2 Apr 2008 20:25:21 +0000
(16:25 -0400)
check_postgres.pl
patch
|
blob
|
blame
|
history
diff --git
a/check_postgres.pl
b/check_postgres.pl
index 9dcc442a4bbacacd81bdc0555c8101d973dc7db0..f03a31b5b928ad811104551044a9c08cee3e8832 100755
(executable)
--- a/
check_postgres.pl
+++ b/
check_postgres.pl
@@
-25,7
+25,7
@@
$Data::Dumper::Varname = 'POSTGRES';
$Data::Dumper::Indent = 2;
$Data::Dumper::Useqq = 1;
-our $VERSION = '1.4.
0
';
+our $VERSION = '1.4.
1
';
use vars qw/ %opt $PSQL $res $COM $SQL $db /;
@@
-2373,7
+2373,7
@@
check_postgres.pl - Postgres monitoring script for Nagios
=head1 VERSION
-This documents describes check_postgres.pl version 1.4.
0
+This documents describes check_postgres.pl version 1.4.
1
=head1 SYNOPSIS
@@
-2966,6
+2966,10
@@
Development happens using the git system. You can clone the latest version by do
=over 4
+=item B<Version 1.4.1>
+
+Minor documentation fixes.
+
=item B<Version 1.4.0>
Have check_wal_files use pg_ls_dir (idea by Robert Treat)