--- #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>
provides:
check_postgres:
file : check_postgres.pl
- version : 2.15.1
+ version : 2.15.2
keywords:
- Postgres
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";
=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
<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 />