From: Greg Sabino Mullane
Date: Tue, 10 Jun 2008 14:03:38 +0000 (-0400)
Subject: Bump version to 1.8.2
X-Git-Tag: 2.9.0~313
X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=23fc1f8c073c36789d9dca3f08d938043808bbed;p=check_postgres.git
Bump version to 1.8.2
---
diff --git a/check_postgres.pl b/check_postgres.pl
index 0e6bdcf6b..873c9fef4 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.1';
+our $VERSION = '1.8.2';
use vars qw/ %opt $PSQL $res $COM $SQL $db /;
@@ -2814,7 +2814,7 @@ check_postgres.pl - Postgres monitoring script for Nagios
=head1 VERSION
-This documents describes B version 1.8.1
+This documents describes B version 1.8.2
=head1 SYNOPSIS
@@ -3710,6 +3710,10 @@ Items not specifically attributed are by Greg Sabino Mullane.
=over 4
+=item B (June 10, 2008)
+
+Changes to allow working under Nagios' embedded Perl mode. (Ioannis Tambouras)
+
=item B (June 9, 2008)
Allow check_bloat to work on Postgres version 8.0.
diff --git a/check_postgres.pl.asc b/check_postgres.pl.asc
index fdf23d3b1..d64421656 100644
--- a/check_postgres.pl.asc
+++ b/check_postgres.pl.asc
@@ -1,6 +1,6 @@
-----BEGIN PGP SIGNATURE-----
-iEYEABEDAAYFAkhN1IQACgkQvJuQZxSWSsgLqwCgpRL15EkJhLYLjWwBlGF//cZM
-R68AoOcgP4TebpZbEEQ2roMqfpQtsYlU
-=8x3Y
+iEYEABEDAAYFAkhOiaoACgkQvJuQZxSWSsjiXACfTQ5n9lSVQWFgAMOo9j4d6qhn
+zVwAoIzRQtavotWmtpCznryp2T3EeofU
+=7RHX
-----END PGP SIGNATURE-----
diff --git a/check_postgres.pl.html b/check_postgres.pl.html
index 9f4f52d84..e914a15b9 100644
--- a/check_postgres.pl.html
+++ b/check_postgres.pl.html
@@ -27,6 +27,7 @@
BASIC FILTERING
USER NAME FILTERING
TEST MODE
+ TIPS AND TRICKS
DEPENDENCIES
DEVELOPMENT
HISTORY
@@ -49,7 +50,7 @@
-This documents describes check_postgres.pl version 1.8.1
+This documents describes check_postgres.pl version 1.8.2
@@ -1118,6 +1119,15 @@ 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
+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.
+
+
+
Access to a working version of psql, and the following very standard Perl modules:
@@ -1149,6 +1159,12 @@ is needed by the check_disk_space action.
Items not specifically attributed are by Greg Sabino Mullane.
+- Version 1.8.2 (June 10, 2008)
+
+
-
+
Changes to allow working under Nagios' embedded Perl mode. (Ioannis Tambouras)
+
+
- Version 1.8.1 (June 9, 2008)
-
@@ -1188,7 +1204,7 @@ Thanks to Dustin Black for the bug report.
Add the custom_query action.
-- Version 1.5.2 (May 2, 2008)
+
- Version 1.5.2 (May 2, 2008)
-
Fix problem with too eager creation of custom pgpass file.
diff --git a/index.html b/index.html
index f95042022..fcd4f697f 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.1, and was released on June 3, 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.2, and was released on June 10, 2008.