Bump to 2.7.2 to fix bug found by Cédric Villemain
authorGreg Sabino Mullane <greg@endpoint.com>
Mon, 9 Feb 2009 16:34:04 +0000 (11:34 -0500)
committerGreg Sabino Mullane <greg@endpoint.com>
Mon, 9 Feb 2009 16:34:04 +0000 (11:34 -0500)
check_postgres.pl
check_postgres.pl.asc
check_postgres.pl.html
index.html

index 598aa986936c1df4d29864352454294cbc960be1..89557ae07701f4f1cd56617ba52e11fb97058124 100755 (executable)
@@ -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<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
 
 =head1 SYNOPSIS
 
@@ -5094,6 +5094,10 @@ Items not specifically attributed are by Greg Sabino Mullane.
 
 =over 4
 
+=item B<Version 2.7.2> (February 9, 2009)
+
+  Fix to prevent multiple groupings if db arguments given.
+
 =item B<Version 2.7.1> (February 6, 2009)
 
   Allow the -p argument for port to work again.
index aee4fa91838b6f75a8d6a6f6d5a511af04853e88..c2669a766386b89e7c753badff5429eb2824c636 100644 (file)
@@ -1,6 +1,6 @@
 -----BEGIN PGP SIGNATURE-----
 
-iEYEABEDAAYFAkmMPw4ACgkQvJuQZxSWSsi7HACgx+yN8FQgTkOVy5dyhrSbK0ls
-12MAn3IaYg1Ex1GjAcA73Hb/sa4G2lB6
-=E/p9
+iEYEABEDAAYFAkmQWvEACgkQvJuQZxSWSsiEMgCg81NCU1CVxu+5fMYQUlRWmMXh
+Y6MAn27H6Y9tDi/d3iWgToX4+4CiyQRf
+=ZCsK
 -----END PGP SIGNATURE-----
index 65d04a5c9a8ecd069d27dc112b184d8035a41dbf..b6ddfdfdffc3b413fca28aac7f1e4d64800b04b8 100644 (file)
@@ -92,7 +92,7 @@
 <hr />
 <h1><a name="name">NAME</a></h1>
 <p><strong>check_postgres.pl</strong> - a Postgres monitoring script for Nagios, MRTG, Cacti, and others</p>
-<p>This documents describes check_postgres.pl version 2.7.1</p>
+<p>This documents describes check_postgres.pl version 2.7.2</p>
 <p>
 </p>
 <hr />
@@ -1235,6 +1235,12 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr
 <h1><a name="history">HISTORY</a></h1>
 <p>Items not specifically attributed are by Greg Sabino Mullane.</p>
 <dl>
+<dt><strong><a name="item_2"><strong>Version 2.7.2</strong> (February 9, 2009)</a></strong></dt>
+
+<dd>
+<pre>
+  Fix to prevent multiple groupings if db arguments given.</pre>
+</dd>
 <dt><strong><a name="item_1"><strong>Version 2.7.1</strong> (February 6, 2009)</a></strong></dt>
 
 <dd>
@@ -1274,7 +1280,7 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr
 <pre>
   Minor fix to regex in verify_version (Lee Jensen)</pre>
 </dd>
-<dt><strong><a name="item_2"><strong>Version 2.5.2</strong> (December 16, 2008)</a></strong></dt>
+<dt><strong><strong>Version 2.5.2</strong> (December 16, 2008)</strong></dt>
 
 <dd>
 <pre>
index 2f57a47e00d5451a9dd10f3328174dae1bb45f17..a73129400a9bd0a763aa00f21fdd9507e52b258c 100644 (file)
@@ -21,14 +21,14 @@ h1 {
 
 <h1>check_postgres.pl</h1>
 
-<p><b>check_postgres.pl</b> 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 <a href="http://www.endpoint.com/">End Point Corporation</a> and is BSD-licensed. The latest version is <b>2.7.1</b>, and was released on February 06, 2009.</p>
+<p><b>check_postgres.pl</b> 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 <a href="http://www.endpoint.com/">End Point Corporation</a> and is BSD-licensed. The latest version is <b>2.7.2</b>, and was released on February 09, 2009.</p>
 
 <ul>
- <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.7.1</a></li>
+ <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.7.2</a></li>
 </ul>
 <ul>
- <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.7.1</a></li>
- <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl 2.7.1</a></li>
+ <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.7.2</a></li>
+ <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl 2.7.2</a></li>
 </ul>
 
 <p>The latest development version can be downloaded via git:</p>