From: Greg Sabino Mullane Date: Tue, 7 Oct 2008 15:57:50 +0000 (-0400) Subject: Bump version to 2.3.1 X-Git-Tag: 2.9.0~232 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=0fe4babeb7d33f2ed40484f9d007e8c37fab2ae6;p=check_postgres.git Bump version to 2.3.1 --- diff --git a/check_postgres.pl b/check_postgres.pl index 85282cb3a..6c2ab8c5d 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.3.0'; +our $VERSION = '2.3.1'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -3549,7 +3549,7 @@ sub check_sequence { =head1 NAME B - a Postgres monitoring script for Nagios, MRTG, and others -This documents describes check_postgres.pl version 2.3.0 +This documents describes check_postgres.pl version 2.3.1 =head1 SYNOPSIS @@ -4690,6 +4690,10 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 +=item B + + Give a better error if one of the databases cannot be reached. + =item B Add the "sequence" action, thanks to Gavin M. Roy for the idea. diff --git a/check_postgres.pl.asc b/check_postgres.pl.asc index 6fee08de0..9b2a78559 100644 --- a/check_postgres.pl.asc +++ b/check_postgres.pl.asc @@ -1,6 +1,6 @@ -----BEGIN PGP SIGNATURE----- -iEYEABEDAAYFAkjnrYgACgkQvJuQZxSWSsgq0wCg06CJumshCZfgEQ4R2/xguDGY -nzQAn33BhNurXWGN099wFj8M5ZOCeVLC -=Mg54 +iEYEABEDAAYFAkjrhvsACgkQvJuQZxSWSsgSEwCgy3WmBhnT+IDOHIS32D4KkWNk ++OkAoMApAyuIV8zbL+7+QrVgSmxozNUt +=tTHE -----END PGP SIGNATURE----- diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 06b6d4da2..7ec4ee714 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -90,7 +90,7 @@

NAME

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

+This documents describes check_postgres.pl version 2.3.1


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

Items not specifically attributed are by Greg Sabino Mullane.

+
Version 2.3.1
+ +
+
+ Give a better error if one of the databases cannot be reached.
+
Version 2.3.0
diff --git a/index.html b/index.html index a42785177..e09fdf106 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.3.0, and was released on October 04, 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.3.1, and was released on October 07, 2008.

The latest development version can be downloaded via git: