From: David E. Wheeler Date: Mon, 23 May 2011 17:07:41 +0000 (-0700) Subject: Increment to v2.17.1. X-Git-Tag: 2.18.0~56^2 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=307b24c9178e89242b86838d10132b55a9fbc7ba;p=check_postgres.git Increment to v2.17.1. --- diff --git a/META.yml b/META.yml index fdb7ba711..54b0524b0 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name : check_postgres.pl -version : 2.17.0 +version : 2.17.1 abstract : Postgres monitoring script author: - Greg Sabino Mullane @@ -30,7 +30,7 @@ recommends: provides: check_postgres: file : check_postgres.pl - version : 2.17.0 + version : 2.17.1 keywords: - Postgres diff --git a/Makefile.PL b/Makefile.PL index 24f6d5bff..28080a139 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ use strict; use warnings; use 5.006001; -my $VERSION = '2.17.0'; +my $VERSION = '2.17.1'; if ($VERSION =~ /_/) { print "WARNING! This is a test version ($VERSION) and should not be used in production!\n"; diff --git a/check_postgres.pl b/check_postgres.pl index bda7d5762..83916535d 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.17.0'; +our $VERSION = '2.17.1'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 3bb7d3023..3cc416779 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -118,7 +118,7 @@

NAME

check_postgres.pl - a Postgres monitoring script for Nagios, MRTG, Cacti, and others

-

This documents describes check_postgres.pl version 2.17.0

+

This documents describes check_postgres.pl version 2.17.1