diff options
author | Greg Sabino Mullane | 2009-02-09 16:34:04 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-02-09 16:34:04 +0000 |
commit | 09343b1567b692dbb87ac7281533a409aa98d860 (patch) | |
tree | da4907018f1d0ab8911c9b635b8d63fadd820558 /check_postgres.pl | |
parent | 2d0473d0eac2d7489e5c4aa1108c87124873ffcf (diff) |
Bump to 2.7.2 to fix bug found by Cédric Villemain
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 8 |
1 files changed, 6 insertions, 2 deletions
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<check_postgres.pl> - 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<Version 2.7.2> (February 9, 2009) + + Fix to prevent multiple groupings if db arguments given. + =item B<Version 2.7.1> (February 6, 2009) Allow the -p argument for port to work again. |