diff options
-rwxr-xr-x | check_postgres.pl | 4 | ||||
-rw-r--r-- | check_postgres.pl.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index ba69e2529..e53ec5467 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -28,7 +28,7 @@ $Data::Dumper::Varname = 'POSTGRES'; $Data::Dumper::Indent = 2; $Data::Dumper::Useqq = 1; -our $VERSION = '1.5.0'; +our $VERSION = '1.5.1'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -2511,7 +2511,7 @@ check_postgres.pl - Postgres monitoring script for Nagios =head1 VERSION -This documents describes B<check_postgres.pl> version 1.5.0 +This documents describes B<check_postgres.pl> version 1.5.1 =head1 SYNOPSIS diff --git a/check_postgres.pl.html b/check_postgres.pl.html index b5285f106..0ec84cc1d 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -48,7 +48,7 @@ </p> <hr /> <h1><a name="version">VERSION</a></h1> -<p>This documents describes <strong>check_postgres.pl</strong> version 1.5.0</p> +<p>This documents describes <strong>check_postgres.pl</strong> version 1.5.1</p> <p> </p> <hr /> |