diff options
-rw-r--r-- | META.yml | 4 | ||||
-rw-r--r-- | Makefile.PL | 2 | ||||
-rw-r--r-- | SIGNATURE | 16 | ||||
-rwxr-xr-x | check_postgres.pl | 6 | ||||
-rw-r--r-- | check_postgres.pl.asc | 6 | ||||
-rw-r--r-- | check_postgres.pl.html | 6 |
6 files changed, 20 insertions, 20 deletions
@@ -1,6 +1,6 @@ --- #YAML:1.0 name : check_postgres.pl -version : 2.11.0 +version : 2.11.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.11.0 + version : 2.11.1 keywords: - Postgres diff --git a/Makefile.PL b/Makefile.PL index e2c8f3506..61a576d4b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ use strict; use warnings; use 5.006001; -my $VERSION = '2.11.0'; +my $VERSION = '2.11.1'; if ($VERSION =~ /_/) { print "WARNING! This is a test version ($VERSION) and should not be used in production!\n"; @@ -18,13 +18,13 @@ SHA1 de1474d7cbc69698971954ffb80760269b218e1f .gitignore SHA1 9fe3f677cc9132051ff479954850d23afc35e061 .perlcriticrc SHA1 902994783e0b80da76d02dff10978a3ef6645f7c MANIFEST SHA1 92f9e28d28d95763cce24d588b19262efc7218f7 MANIFEST.SKIP -SHA1 97ef95449bda9ccd67d5e607b0244a1371c4dba4 META.yml -SHA1 5f11dc37e2d29ab38ee39874082302483a9117ab Makefile.PL +SHA1 17704b15932fc1db2c4d8d6824f81f3676cdead8 META.yml +SHA1 2cbe51d3ff1be74fd3d9020043c6b32bbde8d7ed Makefile.PL SHA1 439030be7d36d3a7d3480d4ff6abda13c9030101 README SHA1 65748ff92b6fcaef4b96f584f32d343380756cf6 TODO -SHA1 3b1745122a1f01207ec429e793b7b75027f4ece7 check_postgres.pl -SHA1 9d0cba624d723d6d313c226386b64930d0422560 check_postgres.pl.asc -SHA1 755b42035b7b596d62cfd75a05235aa4acaebeec check_postgres.pl.html +SHA1 9b8a51c633264acff0e8006b025aacad27e0b90e check_postgres.pl +SHA1 ebdc7cd1922e1a641b713b1711a6370b7a0ff7e1 check_postgres.pl.asc +SHA1 424405ca2e713d8cebc573a87b09bddc8cc25359 check_postgres.pl.html SHA1 c3d239c75a507a0b4d5a245ea82fb2e7fe2869cd t/00_basic.t SHA1 dc767132e602a61990c69082f27650e533db53c1 t/00_signature.t SHA1 b3b833488dca6a766aa185c2457d361a978103cb t/00_test_tester.t @@ -67,7 +67,7 @@ SHA1 96e6e5da3e1f6753a469e7afc8cf070024b33b23 t/99_cleanup.t SHA1 058e1b59e21c039b6c79f0be3e1a6c2dbcbd5add t/CP_Testing.pm -----BEGIN PGP SIGNATURE----- -iEYEAREDAAYFAkqWvPgACgkQvJuQZxSWSsjX9ACgsQBRcDH4ySHfrjhVi3N7FvwS -lXgAn3nlixff190Xj0Ei8sQ83hdxLxzr -=Y0bR +iEYEAREDAAYFAkqW9b4ACgkQvJuQZxSWSsincgCg1ZvI9jrlRn412gidwMF247bI +5F4An3r4cG3fiaKtIxUcyxs2/fV+ldB6 +=ORH3 -----END PGP SIGNATURE----- diff --git a/check_postgres.pl b/check_postgres.pl index 755e3b9ac..a49b29fe9 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -29,7 +29,7 @@ $Data::Dumper::Varname = 'POSTGRES'; $Data::Dumper::Indent = 2; $Data::Dumper::Useqq = 1; -our $VERSION = '2.11.0'; +our $VERSION = '2.11.1'; use vars qw/ %opt $PSQL $res $COM $SQL $db /; @@ -6354,7 +6354,7 @@ sub show_dbstats { B<check_postgres.pl> - a Postgres monitoring script for Nagios, MRTG, Cacti, and others -This documents describes check_postgres.pl version 2.11.0 +This documents describes check_postgres.pl version 2.11.1 =head1 SYNOPSIS @@ -7802,7 +7802,7 @@ Items not specifically attributed are by Greg Sabino Mullane. =over 4 -=item B<Version 2.11.1> +=item B<Version 2.11.1> (August 27, 2009) Proper Nagios output for last_vacuum|analyze actions. (Cédric Villemain) Proper Nagios output for locks action. (Cédric Villemain) diff --git a/check_postgres.pl.asc b/check_postgres.pl.asc index 1a3936ca8..692bb1f83 100644 --- a/check_postgres.pl.asc +++ b/check_postgres.pl.asc @@ -1,6 +1,6 @@ -----BEGIN PGP SIGNATURE----- -iEYEABEDAAYFAkqWvPUACgkQvJuQZxSWSshkQgCgvtefKJ1ciCQ6515KvUqr0xTN -S0gAn28aRBKTxOtrNbKdDS0AypgtKYLd -=558k +iEYEABEDAAYFAkqW9bsACgkQvJuQZxSWSsiMWACguI6TPp1nVy5ZwPOGSSv5ZzkY +XggAn2/y9gF9ydWuPH3HZI8iTV5iQBnk +=UpHG -----END PGP SIGNATURE----- diff --git a/check_postgres.pl.html b/check_postgres.pl.html index ba54b1804..cdef12bc6 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -103,7 +103,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.11.0</p> +<p>This documents describes check_postgres.pl version 2.11.1</p> <p> </p> <hr /> @@ -1428,7 +1428,7 @@ 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="version_2_11_1" class="item"><strong>Version 2.11.1</strong></a></strong></dt> +<dt><strong><a name="1" class="item"><strong>Version 2.11.1</strong> (August 27, 2009)</a></strong></dt> <dd> <pre> @@ -1490,7 +1490,7 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr Do not allow perflimit to interfere with exclusion rules in the vacuum and analyze tests. (Greg, bug reported by Jeff Frost)</pre> </dd> -<dt><strong><a name="1" class="item"><strong>Version 2.9.1</strong> (June 12, 2009)</a></strong></dt> +<dt><strong><strong>Version 2.9.1</strong> (June 12, 2009)</strong></dt> <dd> <pre> |