[check_postgres] [check_postgres.pl] Bump to version 1.8.4
check_postgres at bucardo.org
check_postgres at bucardo.org
Thu Jun 19 14:24:13 UTC 2008
Committed by Greg Sabino Mullane <greg at endpoint.com>
Bump to version 1.8.4
---
check_postgres.pl | 8 ++++++--
check_postgres.pl.asc | 6 +++---
check_postgres.pl.html | 12 +++++++++---
index.html | 6 +++---
4 files changed, 21 insertions(+), 11 deletions(-)
diff --git a/check_postgres.pl b/check_postgres.pl
index 4540376..5d2ee3c 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 = '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
diff --git a/check_postgres.pl.asc b/check_postgres.pl.asc
index 6841976..f47cbba 100644
--- a/check_postgres.pl.asc
+++ b/check_postgres.pl.asc
@@ -1,6 +1,6 @@
-----BEGIN PGP SIGNATURE-----
-iEYEABEDAAYFAkhZl3wACgkQvJuQZxSWSsjBMgCeK78mc8Te7em+1uZyzZ8q4v28
-JYEAoIWF/TRL80MGZpkpaxeG70zgAx74
-=nLbv
+iEYEABEDAAYFAkhaa+gACgkQvJuQZxSWSsh51gCgwgIuOm7fDEuZwfyFvYKMgtZd
+hA8AnjG/zhecS3Z5KXztU1Ff6Mu2RDqF
+=fOMp
-----END PGP SIGNATURE-----
diff --git a/check_postgres.pl.html b/check_postgres.pl.html
index 7fc7046..44b8fd7 100644
--- a/check_postgres.pl.html
+++ b/check_postgres.pl.html
@@ -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>
diff --git a/index.html b/index.html
index c69be18..3c56497 100644
--- a/index.html
+++ b/index.html
@@ -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>
--
1.5.5.4
More information about the Check_postgres
mailing list