Bump to version 1.8.4
authorGreg Sabino Mullane <greg@endpoint.com>
Thu, 19 Jun 2008 14:23:46 +0000 (10:23 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Thu, 19 Jun 2008 14:23:46 +0000 (10:23 -0400)
check_postgres.pl
check_postgres.pl.asc
check_postgres.pl.html
index.html

index 45403762f3eb128ada6fc55f7870c4da8d37ae1a..5d2ee3c54a64d64fd5524c1112b3522e8c7d18bf 100755 (executable)
@@ -28,7 +28,7 @@ $Data::Dumper::Varname = 'POSTGRES';
 $Data::Dumper::Indent = 2;
 $Data::Dumper::Useqq = 1;
 
-our $VERSION = '1.8.3';
+our $VERSION = '1.8.4';
 
 use vars qw/ %opt $PSQL $res $COM $SQL $db /;
 
@@ -2844,7 +2844,7 @@ check_postgres.pl - Postgres monitoring script for Nagios
 
 =head1 VERSION
 
-This documents describes B<check_postgres.pl> version 1.8.3
+This documents describes B<check_postgres.pl> version 1.8.4
 
 =head1 SYNOPSIS
 
@@ -3752,6 +3752,10 @@ Items not specifically attributed are by Greg Sabino Mullane.
 
 =over 4
 
+=item B<Version 1.8.4> (June 19, 2008)
+
+Better detection of problems in --replicate_row.
+
 =item B<Version 1.8.3> (June 18, 2008)
 
 Fix check_backends action: there may be no rows in pg_stat_activity, so run a second 
index 68419767e03f3eeaa5e22cf32eaf40227ed8831c..f47cbba9324b7d52b344f140cdf8bc4e1126f92d 100644 (file)
@@ -1,6 +1,6 @@
 -----BEGIN PGP SIGNATURE-----
 
-iEYEABEDAAYFAkhZl3wACgkQvJuQZxSWSsjBMgCeK78mc8Te7em+1uZyzZ8q4v28
-JYEAoIWF/TRL80MGZpkpaxeG70zgAx74
-=nLbv
+iEYEABEDAAYFAkhaa+gACgkQvJuQZxSWSsh51gCgwgIuOm7fDEuZwfyFvYKMgtZd
+hA8AnjG/zhecS3Z5KXztU1Ff6Mu2RDqF
+=fOMp
 -----END PGP SIGNATURE-----
index 7fc704620ca8d2cc48cd65cbaf66b78d5f3fe223..44b8fd7dc1394d060c8e6c36532ee36cd2e075ca 100644 (file)
@@ -51,7 +51,7 @@
 </p>
 <hr />
 <h1><a name="version">VERSION</a></h1>
-<p>This documents describes <strong>check_postgres.pl</strong> version 1.8.3</p>
+<p>This documents describes <strong>check_postgres.pl</strong> version 1.8.4</p>
 <p>
 </p>
 <hr />
@@ -1121,8 +1121,8 @@ of Postgres is new enough, and if stats_row_level is on.</p>
 </p>
 <hr />
 <h1><a name="tips_and_tricks">TIPS AND TRICKS</a></h1>
-<p>Since this program uses the <strong>psql</strong> program, make sure it is accesible to the 
-uer running the script. If run as a cronjob, this often means modifying the 
+<p>Since this program uses the <strong>psql</strong> program, make sure it is accessible to the 
+user running the script. If run as a cronjob, this often means modifying the 
 <strong>PATH</strong> environment variable.</p>
 <p>If you are using Nagios in embedded Perl mode, use the --action argument 
 instead of symlinks, so that the plugin only gets compiled one time.</p>
@@ -1170,6 +1170,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="4" class="item"><strong>Version 1.8.4</strong> (June 19, 2008)</a></strong>
+
+<dd>
+<p>Better detection of problems in --replicate_row.</p>
+</dd>
+</li>
 <dt><strong><a name="3" class="item"><strong>Version 1.8.3</strong> (June 18, 2008)</a></strong>
 
 <dd>
index c69be18288931244ceb7fed5ee5d6d5f22acd679..3c564978ac285ba08e1e2b2a0fe3553ff4618e66 100644 (file)
@@ -21,13 +21,13 @@ 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>1.8.3</b>, and was released on June 18, 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>1.8.4</b>, and was released on June 19, 2008.</p>
 
 <ul>
- <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 1.8.3</a></li>
+ <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 1.8.4</a></li>
 </ul>
 <ul>
- <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 1.8.3</a></li>
+ <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 1.8.4</a></li>
  <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl</a></li>
 </ul>