From: Greg Sabino Mullane
Date: Fri, 7 Nov 2008 14:04:16 +0000 (-0500)
Subject: Bump version to 2.4.3
X-Git-Tag: 2.9.0~207
X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=552ff7454c885da808641e050715739565e11659;p=check_postgres.git
Bump version to 2.4.3
---
diff --git a/check_postgres.pl b/check_postgres.pl
index ebb13418e..854d717b2 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 = '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 - 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
+
+ Fix options for replicate_row action, per report from Jason Gordon.
+
=item B
Wrap File::Temp::cleanup() calls in eval, in case File::Temp is an older version.
diff --git a/check_postgres.pl.asc b/check_postgres.pl.asc
index 1523cb7be..2b7865c2e 100644
--- a/check_postgres.pl.asc
+++ b/check_postgres.pl.asc
@@ -1,6 +1,6 @@
-----BEGIN PGP SIGNATURE-----
-iEYEABEDAAYFAkkTN9gACgkQvJuQZxSWSsjxVQCg6dc8cZc6axb7dfrDHaZe9eDt
-HyMAoIK731LqETVlsqI59ANroNyKNid+
-=U6xS
+iEYEABEDAAYFAkkUSswACgkQvJuQZxSWSsiXmwCg/h+pQ6XtaKgYXUBUQMg1r+1j
+r3EAoNfqJ6npPLwZK167eLldICaVrXqC
+=MB+t
-----END PGP SIGNATURE-----
diff --git a/check_postgres.pl.html b/check_postgres.pl.html
index 5fa7da7a0..c00eafa22 100644
--- a/check_postgres.pl.html
+++ b/check_postgres.pl.html
@@ -92,7 +92,7 @@
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
@@ -1203,11 +1203,17 @@ feature requests, and commit notices, send email to HISTORY
Items not specifically attributed are by Greg Sabino Mullane.
+- Version 2.4.3
+
+-
+
+ Fix options for replicate_row action, per report from Jason Gordon.
+
- Version 2.4.2
-
- 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.
- Version 2.4.1
diff --git a/index.html b/index.html
index 11261fc72..456315d5c 100644
--- a/index.html
+++ b/index.html
@@ -21,14 +21,14 @@ 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 2.4.2, and was released on November 06, 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 2.4.3, and was released on November 07, 2008.
The latest development version can be downloaded via git: