diff options
author | Greg Sabino Mullane | 2013-09-22 18:47:24 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2013-09-22 18:47:24 +0000 |
commit | fdd968dafed6956e1b495a10c1018d1f4335e76b (patch) | |
tree | ce974298e8b42803b9739e14551c04b2f903fb8e | |
parent | 4a638d70004adfe93383c768f18c122b87fc1d34 (diff) |
Bump version to 2.20.2
-rwxr-xr-x | check_postgres.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 2a2f9b1ce..bbec63d82 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -32,7 +32,7 @@ $Data::Dumper::Useqq = 1; binmode STDOUT, ':utf8'; -our $VERSION = '2.20.1'; +our $VERSION = '2.20.2'; use vars qw/ %opt $PGBINDIR $PSQL $res $COM $SQL $db /; @@ -7927,7 +7927,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.20.1 +This documents describes check_postgres.pl version 2.20.2 =head1 SYNOPSIS |