From 683fda762850e4f1e2789a4700e762dca074996d Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 24 Sep 2009 14:38:11 -0400 Subject: [PATCH] Bump version to 2.12.1 --- META.yml | 4 ++-- Makefile.PL | 2 +- check_postgres.pl.html | 11 +++++++++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/META.yml b/META.yml index 8f2a67805..454235c6f 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name : check_postgres.pl -version : 2.12.0 +version : 2.12.1 abstract : Postgres monitoring script author: - Greg Sabino Mullane @@ -30,7 +30,7 @@ recommends: provides: check_postgres: file : check_postgres.pl - version : 2.12.0 + version : 2.12.1 keywords: - Postgres diff --git a/Makefile.PL b/Makefile.PL index 810abcc51..2ae635f77 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ use strict; use warnings; use 5.006001; -my $VERSION = '2.12.0'; +my $VERSION = '2.12.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 1f4da887a..a2e4f7a84 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.12.0

+

This documents describes check_postgres.pl version 2.12.1


@@ -1438,11 +1438,18 @@ feature requests, and commit notices, send email to HISTORY

Items not specifically attributed are by Greg Sabino Mullane.

+
Version 2.12.1
+ +
+
+  For "same_schema" trigger mismatches, show the attached table.
+
Version 2.12.0
-  Add the new_version_bc check for Bucardo version checking.
+ Add the new_version_bc check for Bucardo version checking. + Add database name to perf output for last_vacuum|analyze (Guillaume Lelarge)
Version 2.11.1 (August 27, 2009)
-- 2.39.5