diff options
author | Greg Sabino Mullane | 2010-02-12 14:02:52 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2010-02-12 14:02:52 +0000 |
commit | 2410de73e3124654090c271426a81b81454adb40 (patch) | |
tree | 61d0a4e66c2b788ed000d38b1dcddd367b68663b | |
parent | a5ace512adfb5d3c016a5fe15a5e430d96ce9384 (diff) |
Version bump to 2.14.12.14.1
-rw-r--r-- | META.yml | 4 | ||||
-rw-r--r-- | Makefile.PL | 2 | ||||
-rw-r--r-- | check_postgres.pl.html | 10 |
3 files changed, 12 insertions, 4 deletions
@@ -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 <greg@endpoint.com> @@ -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 @@ <hr /> <h1><a name="name">NAME</a></h1> <p><strong>check_postgres.pl</strong> - a Postgres monitoring script for Nagios, MRTG, Cacti, and others</p> -<p>This documents describes check_postgres.pl version 2.14.0</p> +<p>This documents describes check_postgres.pl version 2.14.1</p> <p> </p> <hr /> @@ -1462,6 +1462,14 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr <h1><a name="history">HISTORY</a></h1> <p>Items not specifically attributed are by Greg Sabino Mullane.</p> <dl> +<dt><strong><a name="version_2_14_1" class="item"><strong>Version 2.14.1</strong></a></strong></dt> + +<dd> +<pre> + 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</pre> +</dd> <dt><strong><a name="0" class="item"><strong>Version 2.14.0</strong> (February 11, 2010)</a></strong></dt> <dd> |