diff options
author | Greg Sabino Mullane | 2010-02-05 03:30:51 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2010-02-05 03:30:51 +0000 |
commit | 4e60441095739a9d6753480d80dd3d503c3e4791 (patch) | |
tree | 1d533427cd63a250912babb82a2a1f2735e9eef9 | |
parent | 7f88949739ae0a359cf98fd88efeeca816f2ed2a (diff) |
Bump version to 2.13.2
-rw-r--r-- | META.yml | 4 | ||||
-rw-r--r-- | Makefile.PL | 2 | ||||
-rw-r--r-- | check_postgres.pl.asc | 6 | ||||
-rw-r--r-- | check_postgres.pl.html | 13 |
4 files changed, 17 insertions, 8 deletions
@@ -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 <greg@endpoint.com> @@ -30,7 +30,7 @@ recommends: provides: check_postgres: file : check_postgres.pl - version : 2.13.1 + version : 2.13.2 keywords: - Postgres diff --git a/Makefile.PL b/Makefile.PL index b6fd880ad..56a7bee7e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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"; diff --git a/check_postgres.pl.asc b/check_postgres.pl.asc index 0d5e085e8..ad4312157 100644 --- a/check_postgres.pl.asc +++ b/check_postgres.pl.asc @@ -1,6 +1,6 @@ -----BEGIN PGP SIGNATURE----- -iEYEABEDAAYFAktoTm8ACgkQvJuQZxSWSsi7igCfRPkcI6jQK9YNuEwlwwgeYCHQ -uIMAniZ8XgGwYXp01/zEm4aO86cOe435 -=Qk/S +iEYEABEDAAYFAktrkLsACgkQvJuQZxSWSsipoQCfdCwbnVn2/U1nrOgN/tnmjx/Y +11QAmgOeW2AKYOKFPjmmpiefpLWUxmaw +=J05q -----END PGP SIGNATURE----- diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 50527f8ee..091036fe0 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -104,7 +104,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.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> |