diff options
author | Greg Sabino Mullane | 2011-02-03 17:46:21 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-02-03 17:46:21 +0000 |
commit | 879f964645ebeda86c06842cc3b40215e6b97732 (patch) | |
tree | 88675f8df90ecd2fab26a1d6fc1877026cb55841 /check_postgres.pl | |
parent | 1ceb887c6b2232a75e62301122668aa4582926d1 (diff) |
Bump vesion to 2.18.0, not recent changes
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 568f326cb..0b4e2ab0d 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.1'; +our $VERSION = '2.18.0'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -7254,7 +7254,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.1 +This documents describes check_postgres.pl version 2.18.0 =head1 SYNOPSIS @@ -8877,7 +8877,10 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 -=item B<Version 2.17.1> +=item B<Version 2.18.0> + + Give detailed information and refactor txn_idle, txn_time, and query_time + (Per request from bug #61) Set maxliagn to 8 in the bloat check if box identified as '64-bit' (Michel Sijmons, bug #66) |