summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Sabino Mullane2010-02-12 14:02:52 +0000
committerGreg Sabino Mullane2010-02-12 14:02:52 +0000
commit2410de73e3124654090c271426a81b81454adb40 (patch)
tree61d0a4e66c2b788ed000d38b1dcddd367b68663b
parenta5ace512adfb5d3c016a5fe15a5e430d96ce9384 (diff)
Version bump to 2.14.12.14.1
-rw-r--r--META.yml4
-rw-r--r--Makefile.PL2
-rw-r--r--check_postgres.pl.html10
3 files changed, 12 insertions, 4 deletions
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 <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>