diff options
author | Greg Sabino Mullane | 2011-02-08 22:43:27 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-02-08 22:43:27 +0000 |
commit | bd495110bba0fd11bc9a8615056063840db32743 (patch) | |
tree | b6a76a0d7aae9f67546570509446cb06011f74d5 /check_postgres.pl | |
parent | da490ec9602c10875921dc5b343f5b56a3580a2f (diff) |
No need to go to 2.18.0 yet!
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index eacedbf35..7a1f190bf 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.18.0'; +our $VERSION = '2.17.0'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -7299,7 +7299,7 @@ sub check_wal_files { B<check_postgres.pl> - a Postgres monitoring script for Nagios, MRTG, Cacti, and others -This documents describes check_postgres.pl version 2.18.0 +This documents describes check_postgres.pl version 2.17.0 =head1 SYNOPSIS @@ -8922,7 +8922,7 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 -=item B<Version 2.18.0> +=item B<Version 2.17.0> Give detailed information and refactor txn_idle, txn_time, and query_time (Per request from bug #61) @@ -8933,10 +8933,10 @@ Items not specifically attributed are by Greg Sabino Mullane. 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) + Fix psql version regex (Peter Eisentraut, bug #69) + =item B<Version 2.16.0> January 20, 2011 Add new action 'hot_standby_delay' (Nicolas Thauvin) |