diff options
author | Greg Sabino Mullane | 2008-06-10 01:09:38 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2008-06-10 01:09:38 +0000 |
commit | 679abb3d2d47567b54f09f4199cedf2d24c9f718 (patch) | |
tree | b0feb5dc10fb4753acb65e48a2c1a6fd24da6a1d /check_postgres.pl | |
parent | 1ff4ea9cdb62ff0b12a3fe253fc7d828c76468d7 (diff) |
Bump version to 1.8.1
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index e75099db2..ab492aa0b 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 = '1.8.0'; +our $VERSION = '1.8.1'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -2817,7 +2817,7 @@ check_postgres.pl - Postgres monitoring script for Nagios =head1 VERSION -This documents describes B<check_postgres.pl> version 1.8.0 +This documents describes B<check_postgres.pl> version 1.8.1 =head1 SYNOPSIS @@ -3704,6 +3704,12 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 +=item B<Version 1.8.1> (June 9, 2008) + +Allow check_bloat to work on Postgres version 8.0. +Allow for different commands to be run for each action depending on the server version. +Give better warnings when running actions not available on older Postgres servers. + =item B<Version 1.8.0> (June 3, 2008) Add the --reverse option to the custom_query action. |