summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2008-06-19 14:23:46 +0000
committerGreg Sabino Mullane2008-06-19 14:23:46 +0000
commitacf32b4fcfe41ecac2f303aef18964a93ab54ee0 (patch)
tree5e295b3b45d5620d979985c680011d998ad6ad42 /check_postgres.pl
parent6b46ad87b24606797e7952653b318ab72deeae70 (diff)
Bump to version 1.8.4
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl8
1 files changed, 6 insertions, 2 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<check_postgres.pl> version 1.8.3
+This documents describes B<check_postgres.pl> version 1.8.4
=head1 SYNOPSIS
@@ -3752,6 +3752,10 @@ Items not specifically attributed are by Greg Sabino Mullane.
=over 4
+=item B<Version 1.8.4> (June 19, 2008)
+
+Better detection of problems in --replicate_row.
+
=item B<Version 1.8.3> (June 18, 2008)
Fix check_backends action: there may be no rows in pg_stat_activity, so run a second