From d8b571d91c2600c9cec66729fc5a0805ced9d1b5 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Fri, 12 Jun 2009 19:39:38 -0400 Subject: Credit Jeff, make versions consistent. --- check_postgres.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'check_postgres.pl') diff --git a/check_postgres.pl b/check_postgres.pl index 59fbf8188..cf4af2ce2 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -29,7 +29,7 @@ $Data::Dumper::Varname = 'POSTGRES'; $Data::Dumper::Indent = 2; $Data::Dumper::Useqq = 1; -our $VERSION = '2.9.0'; +our $VERSION = '2.9.1'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -5949,7 +5949,7 @@ sub show_dbstats { B - a Postgres monitoring script for Nagios, MRTG, Cacti, and others -This documents describes check_postgres.pl version 2.9.0 +This documents describes check_postgres.pl version 2.9.1 =head1 SYNOPSIS @@ -7351,9 +7351,10 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 -=item B (May 2009) +=item B (June 2009) Fix for multiple databases with the check_bloat action (Mark Kirkwood) + Tests for same_schema, other minor test fixes (Jeff Boes) =item B (May 28, 2009) -- cgit v1.2.3