diff options
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 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 |