From acf32b4fcfe41ecac2f303aef18964a93ab54ee0 Mon Sep 17 00:00:00 2001
From: Greg Sabino Mullane
Date: Thu, 19 Jun 2008 10:23:46 -0400
Subject: 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 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
This documents describes check_postgres.pl version 1.8.3
+This documents describes check_postgres.pl version 1.8.4
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 HISTORYItems not specifically attributed are by Greg Sabino Mullane.
Better detection of problems in --replicate_row.
+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.
-- cgit v1.2.3