Version 2.15.2 prep
authorGreg Sabino Mullane <greg@endpoint.com>
Tue, 28 Dec 2010 01:13:58 +0000 (20:13 -0500)
committerGreg Sabino Mullane <greg@endpoint.com>
Tue, 28 Dec 2010 01:13:58 +0000 (20:13 -0500)
META.yml
Makefile.PL
check_postgres.pl
check_postgres.pl.html

index 54eb47c435eec98f7e97129fd59598a6a52f79fd..ab99b216f6512ecf9c870b9e2c71089da8d342cc 100644 (file)
--- 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 <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
index d014a4be2e890b0b28d0adc6568f81ff9af0d660..4727f148e374979acf9aff6beacc2281dcc2834c 100644 (file)
@@ -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";
index feb729ee04b2a654fd191d54ef842eecdfecb424..de4d4cd12d96fb8742702bcbf8dacb41c5c65a15 100755 (executable)
@@ -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
 
index 3078abcef3aa7d554c5671ba75b523fee3d13e16..55f33f74a5598e369121af21035ccc455fc710f8 100644 (file)
 <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 />