From: Greg Sabino Mullane Date: Fri, 5 Feb 2010 03:30:51 +0000 (-0500) Subject: Bump version to 2.13.2 X-Git-Tag: 2.13.2~1 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=4e60441095739a9d6753480d80dd3d503c3e4791;p=check_postgres.git Bump version to 2.13.2 --- diff --git a/META.yml b/META.yml index abd9c4f4b..5a867a731 100644 --- 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 @@ -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 @@

NAME

check_postgres.pl - a Postgres monitoring script for Nagios, MRTG, Cacti, and others

-

This documents describes check_postgres.pl version 2.13.1

+

This documents describes check_postgres.pl version 2.13.2


@@ -1446,6 +1446,15 @@ feature requests, and commit notices, send email to HISTORY

Items not specifically attributed are by Greg Sabino Mullane.

+
Version 2.13.2 (February 4, 2010)
+ +
+
+  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.
+
Version 2.13.1 (February 2, 2010)
@@ -1532,7 +1541,7 @@ feature requests, and commit notices, send email to Version 2.9.2 (July 12, 2009) +
Version 2.9.2 (July 12, 2009)