From 46a2d2c457418a4004124c9991d6ce0c7d3db993 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 27 Dec 2010 20:13:58 -0500 Subject: [PATCH] Version 2.15.2 prep --- META.yml | 4 ++-- Makefile.PL | 2 +- check_postgres.pl | 4 +++- check_postgres.pl.html | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/META.yml b/META.yml index 54eb47c43..ab99b216f 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name : check_postgres.pl -version : 2.15.1 +version : 2.15.2 abstract : Postgres monitoring script author: - Greg Sabino Mullane @@ -30,7 +30,7 @@ recommends: provides: check_postgres: file : check_postgres.pl - version : 2.15.1 + version : 2.15.2 keywords: - Postgres diff --git a/Makefile.PL b/Makefile.PL index d014a4be2..4727f148e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ use strict; use warnings; use 5.006001; -my $VERSION = '2.15.1'; +my $VERSION = '2.15.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 b/check_postgres.pl index feb729ee0..de4d4cd12 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -8762,7 +8762,9 @@ Items not specifically attributed are by Greg Sabino Mullane. =item B - Better formatting of sizes in the bloat output. + Better formatting of sizes in the bloat action output. + + Remove duplicate perfs in bloat action output. =item B December 27, 2010 diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 3078abcef..55f33f74a 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -116,7 +116,7 @@

NAME

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

-

This documents describes check_postgres.pl version 2.15.1

+

This documents describes check_postgres.pl version 2.15.2


-- 2.30.2