Bump version to 2.13.2
authorGreg Sabino Mullane <[email protected]>
Fri, 5 Feb 2010 03:30:51 +0000 (22:30 -0500)
committerGreg Sabino Mullane <[email protected]>
Fri, 5 Feb 2010 03:30:51 +0000 (22:30 -0500)
META.yml
Makefile.PL
check_postgres.pl.asc
check_postgres.pl.html

index abd9c4f4b7fc86b74e42115140813906450ea01a..5a867a73136b90e572dae3fd50a05b19ae77529d 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                        : check_postgres.pl
-version                     : 2.13.1
+version                     : 2.13.2
 abstract                    : Postgres monitoring script
 author:              
   - Greg Sabino Mullane <[email protected]>
@@ -30,7 +30,7 @@ recommends:
 provides:
   check_postgres:
     file                    : check_postgres.pl
-    version                 : 2.13.1
+    version                 : 2.13.2
 
 keywords:
   - Postgres
index b6fd880adae7708af6a01c4c19f868b7338608ed..56a7bee7e73cda3973d0fb2321a29be492b61386 100644 (file)
@@ -6,7 +6,7 @@ use strict;
 use warnings;
 use 5.006001;
 
-my $VERSION = '2.13.1';
+my $VERSION = '2.13.2';
 
 if ($VERSION =~ /_/) {
        print "WARNING! This is a test version ($VERSION) and should not be used in production!\n";
index 0d5e085e8b352806a0e8c06689ae080cd593a681..ad4312157dfb7e58446dc881fd3b659fbba7dd3c 100644 (file)
@@ -1,6 +1,6 @@
 -----BEGIN PGP SIGNATURE-----
 
-iEYEABEDAAYFAktoTm8ACgkQvJuQZxSWSsi7igCfRPkcI6jQK9YNuEwlwwgeYCHQ
-uIMAniZ8XgGwYXp01/zEm4aO86cOe435
-=Qk/S
+iEYEABEDAAYFAktrkLsACgkQvJuQZxSWSsipoQCfdCwbnVn2/U1nrOgN/tnmjx/Y
+11QAmgOeW2AKYOKFPjmmpiefpLWUxmaw
+=J05q
 -----END PGP SIGNATURE-----
index 50527f8eeedbaa206f4239ef1b6c17cf2a5f22c7..091036fe061194df3884216a9b6c064d2f802705 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.13.1</p>
+<p>This documents describes check_postgres.pl version 2.13.2</p>
 <p>
 </p>
 <hr />
@@ -1446,6 +1446,15 @@ 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="2" class="item"><strong>Version 2.13.2</strong> (February 4, 2010)</a></strong></dt>
+
+<dd>
+<pre>
+  Show offending database for query_time action.
+  Apply perflimit to main output for sequence action.
+  Add 'noowner' option to same_schema action.
+  Raise sleep timeout for logfile check to 15 seconds.</pre>
+</dd>
 <dt><strong><a name="1" class="item"><strong>Version 2.13.1</strong> (February 2, 2010)</a></strong></dt>
 
 <dd>
@@ -1532,7 +1541,7 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr
   Add 'fetch' as an alternative method for new_version checks, as this 
     comes by default with FreeBSD. (Hywell Mallett)</pre>
 </dd>
-<dt><strong><a name="2" class="item"><strong>Version 2.9.2</strong> (July 12, 2009)</a></strong></dt>
+<dt><strong><strong>Version 2.9.2</strong> (July 12, 2009)</strong></dt>
 
 <dd>
 <pre>