From 679abb3d2d47567b54f09f4199cedf2d24c9f718 Mon Sep 17 00:00:00 2001
From: Greg Sabino Mullane
Date: Mon, 9 Jun 2008 21:09:38 -0400
Subject: [PATCH] Bump version to 1.8.1
---
check_postgres.pl | 10 ++++++++--
check_postgres.pl.html | 12 ++++++++++--
index.html | 6 +++---
3 files changed, 21 insertions(+), 7 deletions(-)
diff --git a/check_postgres.pl b/check_postgres.pl
index e75099db2..ab492aa0b 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.0';
+our $VERSION = '1.8.1';
use vars qw/ %opt $PSQL $res $COM $SQL $db /;
@@ -2817,7 +2817,7 @@ check_postgres.pl - Postgres monitoring script for Nagios
=head1 VERSION
-This documents describes B version 1.8.0
+This documents describes B version 1.8.1
=head1 SYNOPSIS
@@ -3704,6 +3704,12 @@ Items not specifically attributed are by Greg Sabino Mullane.
=over 4
+=item B (June 9, 2008)
+
+Allow check_bloat to work on Postgres version 8.0.
+Allow for different commands to be run for each action depending on the server version.
+Give better warnings when running actions not available on older Postgres servers.
+
=item B (June 3, 2008)
Add the --reverse option to the custom_query action.
diff --git a/check_postgres.pl.html b/check_postgres.pl.html
index 82f4b0382..9f4f52d84 100644
--- a/check_postgres.pl.html
+++ b/check_postgres.pl.html
@@ -49,7 +49,7 @@
-This documents describes check_postgres.pl version 1.8.0
+This documents describes check_postgres.pl version 1.8.1
@@ -1149,13 +1149,21 @@ is needed by the check_disk_space action.
Items not specifically attributed are by Greg Sabino Mullane.
+- Version 1.8.1 (June 9, 2008)
+
+
-
+
Allow check_bloat to work on Postgres version 8.0.
+Allow for different commands to be run for each action depending on the server version.
+Give better warnings when running actions not available on older Postgres servers.
+
+
- Version 1.8.0 (June 3, 2008)
-
Add the --reverse option to the custom_query action.
-- Version 1.7.1 (June 2, 2008)
+
- Version 1.7.1 (June 2, 2008)
-
Fix query_time action: account for race condition in which zero rows appear in pg_stat_activity.
diff --git a/index.html b/index.html
index 90130cf21..f95042022 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.0, 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.1, and was released on June 3, 2008.
--
2.39.5