diff options
author | Greg Sabino Mullane | 2015-06-30 15:29:59 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2015-06-30 15:29:59 +0000 |
commit | 738f7cbe378e8e05bdeda5d2f1961a7122e0fa5d (patch) | |
tree | 9db49e5cc791faf5f5ccc2e680f8c9c06c734d57 /check_postgres.pl | |
parent | 627565cd60af38e5c97d87100025410933326081 (diff) |
Bump version to 2.22.0
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 51c865692..37e492e7b 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -32,7 +32,7 @@ $Data::Dumper::Useqq = 1; binmode STDOUT, ':encoding(UTF-8)'; -our $VERSION = '2.21.1'; +our $VERSION = '2.22.0'; use vars qw/ %opt $PGBINDIR $PSQL $res $COM $SQL $db /; @@ -7977,7 +7977,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.21.1 +This documents describes check_postgres.pl version 2.22.0 =head1 SYNOPSIS @@ -9827,7 +9827,7 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). =over 4 -=item B<Version 2.21.1> +=item B<Version 2.22.0> Add xact timestamp support to hot_standby_delay. Allow the hot_standby_delay check to accept xlog byte position or |