Roll out very minor new version.
authorGreg Sabino Mullane <[email protected]>
Fri, 3 Oct 2008 14:54:41 +0000 (10:54 -0400)
committerGreg Sabino Mullane <[email protected]>
Fri, 3 Oct 2008 14:54:41 +0000 (10:54 -0400)
check_postgres.pl
check_postgres.pl.asc
check_postgres.pl.html
index.html

index 8a03c1f2f1db4f2f87f1958e73fb62d32d6d4708..130b9475b293a31246ca2d378e9df861d01e930b 100755 (executable)
@@ -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<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
 
 =head1 SYNOPSIS
 
@@ -4575,6 +4575,10 @@ Items not specifically attributed are by Greg Sabino Mullane.
 
 =over 4
 
+=item B<Version 2.2.4>
+
+ Fix some minor typos
+
 =item B<Version 2.2.3>
 
  Expand range of allowed names for --repinfo argument (Glyn Astill)
index b4b6251c6946f5ba2cb27fb4aee46533b13b8a48..7707eeefa7ac84ac6468a4b8f2971980e5314808 100644 (file)
@@ -1,6 +1,6 @@
 -----BEGIN PGP SIGNATURE-----
 
-iEYEABEDAAYFAkjlGZoACgkQvJuQZxSWSsj0FACfeNlunDuYbJWaIH6USZ8EtgMG
-sNYAniwpHoHuSCPMsIZO8ekbpK3XgYEg
-=hVE5
+iEYEABEDAAYFAkjmMiYACgkQvJuQZxSWSsgvsgCdE5EVa4EXiTqZkvZsnG6vSXRZ
+kmsAoKy/eLNFLObBS7Ky0d2rjQ9HnW6N
+=uE7c
 -----END PGP SIGNATURE-----
index 398c5597ada5e421e2dd6647134a53ce8cd44a6a..78d097f8c8b54bf0350429dcf69170ae9da3b5c0 100644 (file)
@@ -89,7 +89,7 @@
 <hr />
 <h1><a name="name">NAME</a></h1>
 <p><strong>check_postgres.pl</strong> - a Postgres monitoring script for Nagios, MRTG, and others
-This documents describes check_postgres.pl version 2.2.3</p>
+This documents describes check_postgres.pl version 2.2.4</p>
 <p>
 </p>
 <hr />
@@ -1097,6 +1097,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_version_2_2e2_2e4"><strong>Version 2.2.4</strong></a></strong></dt>
+
+<dd>
+<pre>
+ Fix some minor typos</pre>
+</dd>
 <dt><strong><a name="item_version_2_2e2_2e3"><strong>Version 2.2.3</strong></a></strong></dt>
 
 <dd>
index 59a80df5cb803c4d1e483b4418a989cb2806cb1a..63c143f445aa1a14a00b472453b3e9edd4823213 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.2.3</b>, and was released on October 02, 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.2.4</b>, and was released on October 03, 2008.</p>
 
 <ul>
- <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.2.3</a></li>
+ <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.2.4</a></li>
 </ul>
 <ul>
- <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.2.3</a></li>
- <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl 2.2.3</a></li>
+ <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.2.4</a></li>
+ <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl 2.2.4</a></li>
 </ul>
 
 <p>The latest development version can be downloaded via git:</p>