From 09343b1567b692dbb87ac7281533a409aa98d860 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 9 Feb 2009 11:34:04 -0500 Subject: Bump to 2.7.2 to fix bug found by Cédric Villemain --- 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 598aa9869..89557ae07 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 = '2.7.1'; +our $VERSION = '2.7.2'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -3840,7 +3840,7 @@ sub show_dbstats { B - a Postgres monitoring script for Nagios, MRTG, Cacti, and others -This documents describes check_postgres.pl version 2.7.1 +This documents describes check_postgres.pl version 2.7.2 =head1 SYNOPSIS @@ -5094,6 +5094,10 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 +=item B (February 9, 2009) + + Fix to prevent multiple groupings if db arguments given. + =item B (February 6, 2009) Allow the -p argument for port to work again. -- cgit v1.2.3