From: Greg Sabino Mullane
Date: Thu, 19 Jun 2008 14:23:46 +0000 (-0400)
Subject: Bump to version 1.8.4
X-Git-Tag: 2.9.0~305
X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=acf32b4fcfe41ecac2f303aef18964a93ab54ee0;p=check_postgres.git
Bump to version 1.8.4
---
diff --git a/check_postgres.pl b/check_postgres.pl
index 45403762f..5d2ee3c54 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 version 1.8.3
+This documents describes B version 1.8.4
=head1 SYNOPSIS
@@ -3752,6 +3752,10 @@ Items not specifically attributed are by Greg Sabino Mullane.
=over 4
+=item B (June 19, 2008)
+
+Better detection of problems in --replicate_row.
+
=item B (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 68419767e..f47cbba93 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 7fc704620..44b8fd7dc 100644
--- a/check_postgres.pl.html
+++ b/check_postgres.pl.html
@@ -51,7 +51,7 @@
-This documents describes check_postgres.pl version 1.8.3
+This documents describes check_postgres.pl version 1.8.4
@@ -1121,8 +1121,8 @@ of Postgres is new enough, and if stats_row_level is on.
-Since this program uses the psql program, make sure it is accesible to the
-uer running the script. If run as a cronjob, this often means modifying the
+
Since this program uses the psql program, make sure it is accessible to the
+user running the script. If run as a cronjob, this often means modifying the
PATH environment variable.
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.
@@ -1170,6 +1170,12 @@ feature requests, and commit notices, send email to HISTORY
Items not specifically attributed are by Greg Sabino Mullane.
+- Version 1.8.4 (June 19, 2008)
+
+
-
+
Better detection of problems in --replicate_row.
+
+
- Version 1.8.3 (June 18, 2008)
-
diff --git a/index.html b/index.html
index c69be1828..3c564978a 100644
--- a/index.html
+++ b/index.html
@@ -21,13 +21,13 @@ h1 {
check_postgres.pl
-check_postgres.pl 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 End Point Corporation and is BSD-licensed. The latest version is 1.8.3, and was released on June 18, 2008.
+check_postgres.pl 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 End Point Corporation and is BSD-licensed. The latest version is 1.8.4, and was released on June 19, 2008.