diff options
author | Greg Sabino Mullane | 2011-02-02 22:33:47 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-02-02 22:33:47 +0000 |
commit | f7ce3104ce18ab7abf2ac549608794f903679133 (patch) | |
tree | 773cacc35d691d10cfa08d61346ec90952fcf1b5 /check_postgres.pl | |
parent | d6c366f030d4689e2acbb46a5167ddb5bb294b45 (diff) |
Add credit and bug numbers, bump version.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 8bca7bd98..c8958cfd0 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -30,7 +30,7 @@ $Data::Dumper::Varname = 'POSTGRES'; $Data::Dumper::Indent = 2; $Data::Dumper::Useqq = 1; -our $VERSION = '2.17.0'; +our $VERSION = '2.17.1'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -7413,7 +7413,7 @@ sub check_archive_ready { B<check_postgres.pl> - a Postgres monitoring script for Nagios, MRTG, Cacti, and others -This documents describes check_postgres.pl version 2.17.0 +This documents describes check_postgres.pl version 2.17.1 =head1 SYNOPSIS @@ -9036,6 +9036,14 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 +=item B<Version 2.17.1> + + Set maxliagn to 8 in the bloat check if box identified as '64-bit' + (Michel Sijmons, bug #66) + + Support non-standard version strings in the bloat check. + (Michel Sijmons and Gurjeet Singh, bug #66) + =item B<Version 2.17.0> Allow "and", "or" inside arguments (David E. Wheeler) |