From: Greg Sabino Mullane Date: Mon, 9 Feb 2009 16:34:04 +0000 (-0500) Subject: Bump to 2.7.2 to fix bug found by Cédric Villemain X-Git-Tag: 2.9.0~175 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=09343b1567b692dbb87ac7281533a409aa98d860;p=check_postgres.git Bump to 2.7.2 to fix bug found by Cédric Villemain --- diff --git a/check_postgres.pl b/check_postgres.pl index 598aa9869..89557ae07 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.7.1'; +our $VERSION = '2.7.2'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -3840,7 +3840,7 @@ sub show_dbstats { B - a Postgres monitoring script for Nagios, MRTG, Cacti, and others -This documents describes check_postgres.pl version 2.7.1 +This documents describes check_postgres.pl version 2.7.2 =head1 SYNOPSIS @@ -5094,6 +5094,10 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 +=item B (February 9, 2009) + + Fix to prevent multiple groupings if db arguments given. + =item B (February 6, 2009) Allow the -p argument for port to work again. diff --git a/check_postgres.pl.asc b/check_postgres.pl.asc index aee4fa918..c2669a766 100644 --- a/check_postgres.pl.asc +++ b/check_postgres.pl.asc @@ -1,6 +1,6 @@ -----BEGIN PGP SIGNATURE----- -iEYEABEDAAYFAkmMPw4ACgkQvJuQZxSWSsi7HACgx+yN8FQgTkOVy5dyhrSbK0ls -12MAn3IaYg1Ex1GjAcA73Hb/sa4G2lB6 -=E/p9 +iEYEABEDAAYFAkmQWvEACgkQvJuQZxSWSsiEMgCg81NCU1CVxu+5fMYQUlRWmMXh +Y6MAn27H6Y9tDi/d3iWgToX4+4CiyQRf +=ZCsK -----END PGP SIGNATURE----- diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 65d04a5c9..b6ddfdfdf 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -92,7 +92,7 @@

NAME

check_postgres.pl - a Postgres monitoring script for Nagios, MRTG, Cacti, and others

-

This documents describes check_postgres.pl version 2.7.1

+

This documents describes check_postgres.pl version 2.7.2


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

Items not specifically attributed are by Greg Sabino Mullane.

+
Version 2.7.2 (February 9, 2009)
+ +
+
+  Fix to prevent multiple groupings if db arguments given.
+
Version 2.7.1 (February 6, 2009)
@@ -1274,7 +1280,7 @@ feature requests, and commit notices, send email to Version 2.5.2 (December 16, 2008) +
Version 2.5.2 (December 16, 2008)
diff --git a/index.html b/index.html
index 2f57a47e0..a73129400 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.7.1, and was released on February 06, 2009.

+

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.7.2, and was released on February 09, 2009.

The latest development version can be downloaded via git: