From bd495110bba0fd11bc9a8615056063840db32743 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Tue, 8 Feb 2011 17:43:27 -0500 Subject: [PATCH] No need to go to 2.18.0 yet! --- META.yml | 4 ++-- Makefile.PL | 2 +- check_postgres.pl | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/META.yml b/META.yml index 75c7bc026..fdb7ba711 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name : check_postgres.pl -version : 2.18.0 +version : 2.17.0 abstract : Postgres monitoring script author: - Greg Sabino Mullane @@ -30,7 +30,7 @@ recommends: provides: check_postgres: file : check_postgres.pl - version : 2.18.0 + version : 2.17.0 keywords: - Postgres diff --git a/Makefile.PL b/Makefile.PL index cbbfd32c9..24f6d5bff 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ use strict; use warnings; use 5.006001; -my $VERSION = '2.18.0'; +my $VERSION = '2.17.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 eacedbf35..7a1f190bf 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.18.0'; +our $VERSION = '2.17.0'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -7299,7 +7299,7 @@ sub check_wal_files { B - a Postgres monitoring script for Nagios, MRTG, Cacti, and others -This documents describes check_postgres.pl version 2.18.0 +This documents describes check_postgres.pl version 2.17.0 =head1 SYNOPSIS @@ -8922,7 +8922,7 @@ 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) @@ -8933,10 +8933,10 @@ Items not specifically attributed are by Greg Sabino Mullane. Support non-standard version strings in the bloat check. (Michel Sijmons and Gurjeet Singh, bug #66) -=item B - Allow "and", "or" inside arguments (David E. Wheeler) + Fix psql version regex (Peter Eisentraut, bug #69) + =item B January 20, 2011 Add new action 'hot_standby_delay' (Nicolas Thauvin) -- 2.39.5