summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--META.yml4
-rw-r--r--Makefile.PL2
-rw-r--r--check_postgres.pl.html12
3 files changed, 13 insertions, 5 deletions
diff --git a/META.yml b/META.yml
index d8393214a..bd5c97697 100644
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
--- #YAML:1.0
name : check_postgres.pl
-version : 2.9.5
+version : 2.10.0
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.9.5
+ version : 2.10.0
keywords:
- Postgres
diff --git a/Makefile.PL b/Makefile.PL
index 8278bb4b6..c6c731072 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,7 +6,7 @@ use strict;
use warnings;
use 5.006001;
-my $VERSION = '2.9.5';
+my $VERSION = '2.10.0';
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 1ee5f67aa..829b53df9 100644
--- a/check_postgres.pl.html
+++ b/check_postgres.pl.html
@@ -101,7 +101,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.9.5</p>
+<p>This documents describes check_postgres.pl version 2.10.0</p>
<p>
</p>
<hr />
@@ -1386,6 +1386,14 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr
<h1><a name="history">HISTORY</a></h1>
<p>Items not specifically attributed are by Greg Sabino Mullane.</p>
<dl>
+<dt><strong><a name="0" class="item"><strong>Version 2.10.0</strong> (July 25, 2009)</a></strong></dt>
+
+<dd>
+<pre>
+ For same_schema, compare view definitions, and compare languages.
+ Make script into a global executable via the Makefile.PL file.
+ Better output when comparing two databases.</pre>
+</dd>
<dt><strong><a name="5" class="item"><strong>Version 2.9.5</strong> (July 24, 2009)</a></strong></dt>
<dd>
@@ -1425,7 +1433,7 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr
Fixes and improvements to the same_schema action (Jeff Boes)
Write tests for same_schema, other minor test fixes (Jeff Boes)</pre>
</dd>
-<dt><strong><a name="0" class="item"><strong>Version 2.9.0</strong> (May 28, 2009)</a></strong></dt>
+<dt><strong><strong>Version 2.9.0</strong> (May 28, 2009)</strong></dt>
<dd>
<pre>