diff options
author | Greg Sabino Mullane | 2013-06-25 02:34:37 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2013-06-25 02:34:37 +0000 |
commit | 86a6b8927c2d7aa48be28dbf5cde9842615f0888 (patch) | |
tree | ebfa205375a6956c1f7342803392a6634ee50888 /check_postgres.pl | |
parent | b0939cd7914c3761685bf351b4bc238ca32e419c (diff) |
Bump version to 2.20.1; update docs
Diffstat (limited to 'check_postgres.pl')
-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 1efd4231d..72a724be0 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -32,7 +32,7 @@ $Data::Dumper::Useqq = 1; binmode STDOUT, ':utf8'; -our $VERSION = '2.20.0'; +our $VERSION = '2.20.1'; 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.0 +This documents describes check_postgres.pl version 2.20.1 =head1 SYNOPSIS |