From: Greg Sabino Mullane Date: Fri, 12 Feb 2010 14:02:52 +0000 (-0500) Subject: Version bump to 2.14.1 X-Git-Tag: 2.14.1^0 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=2410de73e3124654090c271426a81b81454adb40;p=check_postgres.git Version bump to 2.14.1 --- diff --git a/META.yml b/META.yml index e03919a57..76d37aebe 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name : check_postgres.pl -version : 2.14.0 +version : 2.14.1 abstract : Postgres monitoring script author: - Greg Sabino Mullane @@ -30,7 +30,7 @@ recommends: provides: check_postgres: file : check_postgres.pl - version : 2.14.0 + version : 2.14.1 keywords: - Postgres diff --git a/Makefile.PL b/Makefile.PL index f571de585..9ff0ffb44 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ use strict; use warnings; use 5.006001; -my $VERSION = '2.14.0'; +my $VERSION = '2.14.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.html b/check_postgres.pl.html index 980d640a8..aa65d1204 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -105,7 +105,7 @@

NAME

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

-

This documents describes check_postgres.pl version 2.14.0

+

This documents describes check_postgres.pl version 2.14.1


@@ -1462,6 +1462,14 @@ feature requests, and commit notices, send email to HISTORY

Items not specifically attributed are by Greg Sabino Mullane.

+
Version 2.14.1
+ +
+
+  Don't use $^T in logfile check, as script may be long-running
+  Change the error string for the logfile action for easier exclusion
+    by programs like tail_n_mail
+
Version 2.14.0 (February 11, 2010)