From: Greg Sabino Mullane Date: Wed, 2 Apr 2008 20:25:21 +0000 (-0400) Subject: Bump version. X-Git-Tag: 2.9.0~369 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=fcd3f6636bd6df1d4d166b37b379fa32a0e782a2;p=check_postgres.git Bump version. --- diff --git a/check_postgres.pl b/check_postgres.pl index 9dcc442a4..f03a31b5b 100755 --- 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 + +Minor documentation fixes. + =item B Have check_wal_files use pg_ls_dir (idea by Robert Treat)