diff options
-rw-r--r-- | META.yml | 4 | ||||
-rw-r--r-- | Makefile.PL | 2 | ||||
-rwxr-xr-x | check_postgres.pl | 2 | ||||
-rw-r--r-- | check_postgres.pl.html | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -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 diff --git a/Makefile.PL b/Makefile.PL index 24f6d5bff..28080a139 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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"; diff --git a/check_postgres.pl b/check_postgres.pl index bda7d5762..83916535d 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -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 /; diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 3bb7d3023..3cc416779 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -118,7 +118,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.17.0</p> +<p>This documents describes check_postgres.pl version 2.17.1</p> <p> </p> <hr /> |