Increment to v2.17.1.
authorDavid E. Wheeler <[email protected]>
Mon, 23 May 2011 17:07:41 +0000 (10:07 -0700)
committerDavid E. Wheeler <[email protected]>
Mon, 23 May 2011 17:07:41 +0000 (10:07 -0700)
META.yml
Makefile.PL
check_postgres.pl
check_postgres.pl.html

index fdb7ba71164327c9fd7f02e35d59b16c54560939..54b0524b0333cc0df83442e91f6238c63f26e965 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name                        : check_postgres.pl
-version                     : 2.17.0
+version                     : 2.17.1
 abstract                    : Postgres monitoring script
 author:              
   - Greg Sabino Mullane <[email protected]>
@@ -30,7 +30,7 @@ recommends:
 provides:
   check_postgres:
     file                    : check_postgres.pl
-    version                 : 2.17.0
+    version                 : 2.17.1
 
 keywords:
   - Postgres
index 24f6d5bffc3fe84b954c62ad68611dbb395601f7..28080a1390624ad5ddcad4ab6870e1c971b59fca 100644 (file)
@@ -6,7 +6,7 @@ use strict;
 use warnings;
 use 5.006001;
 
-my $VERSION = '2.17.0';
+my $VERSION = '2.17.1';
 
 if ($VERSION =~ /_/) {
     print "WARNING! This is a test version ($VERSION) and should not be used in production!\n";
index bda7d57627648dfbc721a385343dc64c80285d61..83916535d5aea375cbcbf6d8e90e39fccbb36d7f 100755 (executable)
@@ -30,7 +30,7 @@ $Data::Dumper::Varname = 'POSTGRES';
 $Data::Dumper::Indent = 2;
 $Data::Dumper::Useqq = 1;
 
-our $VERSION = '2.17.0';
+our $VERSION = '2.17.1';
 
 use vars qw/ %opt $PSQL $res $COM $SQL $db /;
 
index 3bb7d302394d19508877f211fee57235f7bcdf68..3cc416779049c33362bc4eecd00772399eebc3cf 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.17.0</p>
+<p>This documents describes check_postgres.pl version 2.17.1</p>
 <p>
 </p>
 <hr />