From: Greg Sabino Mullane Date: Thu, 3 Feb 2011 17:46:21 +0000 (-0500) Subject: Bump vesion to 2.18.0, not recent changes X-Git-Tag: 2.18.0~109 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=879f964645ebeda86c06842cc3b40215e6b97732;p=check_postgres.git Bump vesion to 2.18.0, not recent changes --- diff --git a/META.yml b/META.yml index 54b0524b0..75c7bc026 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name : check_postgres.pl -version : 2.17.1 +version : 2.18.0 abstract : Postgres monitoring script author: - Greg Sabino Mullane @@ -30,7 +30,7 @@ recommends: provides: check_postgres: file : check_postgres.pl - version : 2.17.1 + version : 2.18.0 keywords: - Postgres diff --git a/Makefile.PL b/Makefile.PL index 28080a139..cbbfd32c9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ use strict; use warnings; use 5.006001; -my $VERSION = '2.17.1'; +my $VERSION = '2.18.0'; 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 568f326cb..0b4e2ab0d 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.1'; +our $VERSION = '2.18.0'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -7254,7 +7254,7 @@ sub check_archive_ready { B - a Postgres monitoring script for Nagios, MRTG, Cacti, and others -This documents describes check_postgres.pl version 2.17.1 +This documents describes check_postgres.pl version 2.18.0 =head1 SYNOPSIS @@ -8877,7 +8877,10 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 -=item B +=item B + + Give detailed information and refactor txn_idle, txn_time, and query_time + (Per request from bug #61) Set maxliagn to 8 in the bloat check if box identified as '64-bit' (Michel Sijmons, bug #66)