diff options
author | Greg Sabino Mullane | 2008-04-18 01:06:39 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2008-04-18 01:06:39 +0000 |
commit | 2dfaad3c7d9f5f932a116e55b4adb913da53809e (patch) | |
tree | 9f9e37566ad5e7242a9d95b261b44aba91c6bbab /check_postgres.pl | |
parent | 939846c4a856356ef5d4c4b16b47ea88455feefa (diff) |
Version bump.
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 |