From: Greg Sabino Mullane Date: Fri, 3 Oct 2008 14:54:41 +0000 (-0400) Subject: Roll out very minor new version. X-Git-Tag: 2.9.0~237 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e230c1a26ced39c034500e09a4224fee527b76b5;p=check_postgres.git Roll out very minor new version. --- diff --git a/check_postgres.pl b/check_postgres.pl index 8a03c1f2f..130b9475b 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -28,7 +28,7 @@ $Data::Dumper::Varname = 'POSTGRES'; $Data::Dumper::Indent = 2; $Data::Dumper::Useqq = 1; -our $VERSION = '2.2.3'; +our $VERSION = '2.2.4'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -3459,7 +3459,7 @@ sub check_replicate_row { =head1 NAME B - a Postgres monitoring script for Nagios, MRTG, and others -This documents describes check_postgres.pl version 2.2.3 +This documents describes check_postgres.pl version 2.2.4 =head1 SYNOPSIS @@ -4575,6 +4575,10 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 +=item B + + Fix some minor typos + =item B Expand range of allowed names for --repinfo argument (Glyn Astill) diff --git a/check_postgres.pl.asc b/check_postgres.pl.asc index b4b6251c6..7707eeefa 100644 --- a/check_postgres.pl.asc +++ b/check_postgres.pl.asc @@ -1,6 +1,6 @@ -----BEGIN PGP SIGNATURE----- -iEYEABEDAAYFAkjlGZoACgkQvJuQZxSWSsj0FACfeNlunDuYbJWaIH6USZ8EtgMG -sNYAniwpHoHuSCPMsIZO8ekbpK3XgYEg -=hVE5 +iEYEABEDAAYFAkjmMiYACgkQvJuQZxSWSsgvsgCdE5EVa4EXiTqZkvZsnG6vSXRZ +kmsAoKy/eLNFLObBS7Ky0d2rjQ9HnW6N +=uE7c -----END PGP SIGNATURE----- diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 398c5597a..78d097f8c 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -89,7 +89,7 @@

NAME

check_postgres.pl - a Postgres monitoring script for Nagios, MRTG, and others -This documents describes check_postgres.pl version 2.2.3

+This documents describes check_postgres.pl version 2.2.4


@@ -1097,6 +1097,12 @@ feature requests, and commit notices, send email to HISTORY

Items not specifically attributed are by Greg Sabino Mullane.

+
Version 2.2.4
+ +
+
+ Fix some minor typos
+
Version 2.2.3
diff --git a/index.html b/index.html index 59a80df5c..63c143f44 100644 --- a/index.html +++ b/index.html @@ -21,14 +21,14 @@ h1 {

check_postgres.pl

-

check_postgres.pl is a script for checking the state of one or more Postgres databases and reporting back in a Nagios-friendly manner. It was developed by Greg Sabino Mullane of End Point Corporation and is BSD-licensed. The latest version is 2.2.3, and was released on October 02, 2008.

+

check_postgres.pl is a script for checking the state of one or more Postgres databases and reporting back in a Nagios-friendly manner. It was developed by Greg Sabino Mullane of End Point Corporation and is BSD-licensed. The latest version is 2.2.4, and was released on October 03, 2008.

The latest development version can be downloaded via git: