Bump version to 2.4.3
authorGreg Sabino Mullane <greg@endpoint.com>
Fri, 7 Nov 2008 14:04:16 +0000 (09:04 -0500)
committerGreg Sabino Mullane <greg@endpoint.com>
Fri, 7 Nov 2008 14:04:16 +0000 (09:04 -0500)
check_postgres.pl
check_postgres.pl.asc
check_postgres.pl.html
index.html

index ebb13418ef4f3ccc702ea82ad06534b647b5cd99..854d717b2a1bb24f684125080f4a9478b405c1b2 100755 (executable)
@@ -28,7 +28,7 @@ $Data::Dumper::Varname = 'POSTGRES';
 $Data::Dumper::Indent = 2;
 $Data::Dumper::Useqq = 1;
 
-our $VERSION = '2.4.2';
+our $VERSION = '2.4.3';
 
 use vars qw/ %opt $PSQL $res $COM $SQL $db /;
 
@@ -3725,7 +3725,7 @@ sub show_dbstats {
 =head1 NAME
 
 B<check_postgres.pl> - a Postgres monitoring script for Nagios, MRTG, Cacti, and others
-This documents describes check_postgres.pl version 2.4.2
+This documents describes check_postgres.pl version 2.4.3
 
 =head1 SYNOPSIS
 
@@ -4942,6 +4942,10 @@ Items not specifically attributed are by Greg Sabino Mullane.
 
 =over 4
 
+=item B<Version 2.4.3>
+
+  Fix options for replicate_row action, per report from Jason Gordon.
+
 =item B<Version 2.4.2>
 
   Wrap File::Temp::cleanup() calls in eval, in case File::Temp is an older version.
index 1523cb7be21bf3c8997f1f726104371ccfdea29a..2b7865c2e2e51080265315cb3c6e6d4522f3cb5f 100644 (file)
@@ -1,6 +1,6 @@
 -----BEGIN PGP SIGNATURE-----
 
-iEYEABEDAAYFAkkTN9gACgkQvJuQZxSWSsjxVQCg6dc8cZc6axb7dfrDHaZe9eDt
-HyMAoIK731LqETVlsqI59ANroNyKNid+
-=U6xS
+iEYEABEDAAYFAkkUSswACgkQvJuQZxSWSsiXmwCg/h+pQ6XtaKgYXUBUQMg1r+1j
+r3EAoNfqJ6npPLwZK167eLldICaVrXqC
+=MB+t
 -----END PGP SIGNATURE-----
index 5fa7da7a04b28f92aea2f909f6dfd4de3bc320ce..c00eafa22a130f707fd19579adafef950c061e82 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
-This documents describes check_postgres.pl version 2.4.2</p>
+This documents describes check_postgres.pl version 2.4.3</p>
 <p>
 </p>
 <hr />
@@ -1203,11 +1203,17 @@ 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_version_2_2e4_2e3"><strong>Version 2.4.3</strong></a></strong></dt>
+
+<dd>
+<pre>
+  Fix options for replicate_row action, per report from Jason Gordon.</pre>
+</dd>
 <dt><strong><a name="item_version_2_2e4_2e2"><strong>Version 2.4.2</strong></a></strong></dt>
 
 <dd>
 <pre>
-  Warp File::Temp::cleanup() call in eval, in case File::Temp is an older version.
+  Wrap File::Temp::cleanup() calls in eval, in case File::Temp is an older version.
   Patch by Chris Butler.</pre>
 </dd>
 <dt><strong><a name="item_version_2_2e4_2e1"><strong>Version 2.4.1</strong></a></strong></dt>
index 11261fc727a6dbd3620bbf36d97eb0b73b27889c..456315d5c3667d76dc04d518e7ad75b6381d7a70 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.4.2</b>, and was released on November 06, 2008.</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.4.3</b>, and was released on November 07, 2008.</p>
 
 <ul>
- <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.4.2</a></li>
+ <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.4.3</a></li>
 </ul>
 <ul>
- <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.4.2</a></li>
- <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl 2.4.2</a></li>
+ <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.4.3</a></li>
+ <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl 2.4.3</a></li>
 </ul>
 
 <p>The latest development version can be downloaded via git:</p>