Version bump to 2.14.1 2.14.1
authorGreg Sabino Mullane <[email protected]>
Fri, 12 Feb 2010 14:02:52 +0000 (09:02 -0500)
committerGreg Sabino Mullane <[email protected]>
Fri, 12 Feb 2010 14:02:52 +0000 (09:02 -0500)
META.yml
Makefile.PL
check_postgres.pl.html

index e03919a571c02c3a18706f32636acccbba8eb235..76d37aebe7025ba3d58dfcc340fb91e17e3546b4 100644 (file)
--- 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 <[email protected]>
@@ -30,7 +30,7 @@ recommends:
 provides:
   check_postgres:
     file                    : check_postgres.pl
-    version                 : 2.14.0
+    version                 : 2.14.1
 
 keywords:
   - Postgres
index f571de585144824fe35b88a004944eacb6665772..9ff0ffb448e0b4b7c9c17ec093f27a4bd5f48352 100644 (file)
@@ -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";
index 980d640a8bbd6be7bef3f0a4d294fe5dc28540bc..aa65d1204993e14fea1ec5ea0b8c9ee3cf1374dc 100644 (file)
 <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>