diff options
author | Greg Sabino Mullane | 2010-12-28 01:13:58 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2010-12-28 01:13:58 +0000 |
commit | 46a2d2c457418a4004124c9991d6ce0c7d3db993 (patch) | |
tree | 5be53779383b46dfb34424b1d8071df455d39914 | |
parent | 356ea6bad57c02aa1d489a1d31a21ffa9f71c589 (diff) |
Version 2.15.2 prep
-rw-r--r-- | META.yml | 4 | ||||
-rw-r--r-- | Makefile.PL | 2 | ||||
-rwxr-xr-x | check_postgres.pl | 4 | ||||
-rw-r--r-- | check_postgres.pl.html | 2 |
4 files changed, 7 insertions, 5 deletions
@@ -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 <greg@endpoint.com> @@ -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<Version 2.15.2> - 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<Version 2.15.1> 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 @@ <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.15.1</p> +<p>This documents describes check_postgres.pl version 2.15.2</p> <p> </p> <hr /> |