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 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'check_postgres.pl') 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 -- cgit v1.2.3