diff options
author | Greg Sabino Mullane | 2009-06-12 23:39:38 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-06-12 23:39:38 +0000 |
commit | d8b571d91c2600c9cec66729fc5a0805ced9d1b5 (patch) | |
tree | fbe84cbb3e28bff36a2c15a933126707b594a2ca /check_postgres.pl | |
parent | 7c187657a2f5a6832e317a982a78e9dcd01ec41f (diff) |
Credit Jeff, make versions consistent.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 7 |
1 files changed, 4 insertions, 3 deletions
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<check_postgres.pl> - 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<Version 2.9.1> (May 2009) +=item B<Version 2.9.1> (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<Version 2.9.0> (May 28, 2009) |