diff options
author | Greg Sabino Mullane | 2011-01-03 16:41:26 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-01-03 16:41:26 +0000 |
commit | 5a1c3af7dfeb7f836a1fd677ead9968ef8ddc247 (patch) | |
tree | d59747bb332f77b42ca37e0d993a1553e9b5cd32 /check_postgres.pl | |
parent | 658956b2a0dd323b23e687d025a98bb72ed03f7f (diff) |
Bump version to 2.15.4
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 9607a07b2..467f50494 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -30,7 +30,7 @@ $Data::Dumper::Varname = 'POSTGRES'; $Data::Dumper::Indent = 2; $Data::Dumper::Useqq = 1; -our $VERSION = '2.15.3'; +our $VERSION = '2.15.4'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -7180,7 +7180,7 @@ sub check_archive_ready { B<check_postgres.pl> - a Postgres monitoring script for Nagios, MRTG, Cacti, and others -This documents describes check_postgres.pl version 2.15.3 +This documents describes check_postgres.pl version 2.15.4 =head1 SYNOPSIS |