[check_postgres] [commit] Ready for release of version 2.7.3

check_postgres at bucardo.org check_postgres at bucardo.org
Tue Feb 10 20:15:19 UTC 2009


Committed by Greg Sabino Mullane <greg at endpoint.com>

Ready for release of version 2.7.3

---
 .perlcriticrc          |   81 ++++++++++++++++++++---------------------------
 check_postgres.pl.asc  |    6 ++--
 check_postgres.pl.html |   11 +++++-
 index.html             |    8 ++--
 4 files changed, 51 insertions(+), 55 deletions(-)

diff --git a/.perlcriticrc b/.perlcriticrc
index ba93844..afa8823 100644
--- a/.perlcriticrc
+++ b/.perlcriticrc
@@ -6,69 +6,58 @@ severity = 1
 [Documentation::PodSpelling]
 stop_words = Mullane Nagios Slony nols salesrep psql dbname postgres USERNAME usernames dbuser pgpass nagios stderr showperf symlinked timesync criticals quirm lancre exabytes sami includeuser excludeuser flagg tardis WAL tablespaces tablespace perflimit burrick mallory grimm oskar ExclusiveLock garrett artemus queryname speedtest checksum checksums morpork klatch pluto faceoff slon greg watson franklin wilkins scott Sabino Seklecki dbpass autovacuum Astill refactoring NAGIOS localhost cronjob symlink symlinks backends snazzo logfile syslog parens plugin Cwd Ioannis Tambouras schemas SQL MRTG mrtg uptime datallowconn dbhost dbport ok contrib pageslots robert dylan emma fsm minvalue nextval dbstats del ret upd Bucardo noidle bucardo
 
-
-
-## Severity 5:
-[-Subroutines::ProhibitNestedSubs]
-[-ValuesAndExpressions::ProhibitAccessOfPrivateData]
-[-Variables::RequireLexicalLoopIterators]
-
-## Severity 4:
-[-ErrorHandling::RequireUseOfExceptions]
-[-InputOutput::RequireBriefOpen]
-[-Modules::RequireExplicitInclusion]
-[-Subroutines::RequireFinalReturn]
-[-ValuesAndExpressions::ProhibitMixedBooleanOperators]
-
-## Severity 3:
+[-Bangs::ProhibitFlagComments]
 [-Bangs::ProhibitNumberedNames]
 [-Bangs::ProhibitVagueNames]
+[-BuiltinFunctions::ProhibitReverseSortBlock]
+[-CodeLayout::ProhibitParensWithBuiltins]
+[-CodeLayout::ProhibitQuotedWordLists]
+[-CodeLayout::RequireASCII]
+[-CodeLayout::RequireTidyCode]
 [-CodeLayout::RequireUseUTF8]
 [-ControlStructures::ProhibitCascadingIfElse]
 [-ControlStructures::ProhibitDeepNests]
 [-ControlStructures::ProhibitNegativeExpressionsInUnlessAndUntilConditions] 
+[-ControlStructures::ProhibitPostfixControls]
+[-ControlStructures::ProhibitUnlessBlocks]
+[-Documentation::RequirePodAtEnd]
+[-Documentation::RequirePodSections]
 [-Documentation::RequirePODUseEncodingUTF8]
 [-ErrorHandling::RequireCarping]
 [-ErrorHandling::RequireCheckingReturnValueOfEval]
+[-ErrorHandling::RequireUseOfExceptions]
 [-InputOutput::ProhibitBacktickOperators]
+[-InputOutput::RequireBriefOpen]
+[-InputOutput::RequireCheckedSyscalls]
+[-Lax::ProhibitEmptyQuotes::ExceptAsFallback]
+[-Miscellanea::RequireRcsKeywords]
 [-Modules::ProhibitExcessMainComplexity]
+[-Modules::RequireExplicitInclusion]
 [-NamingConventions::ProhibitAmbiguousNames]
-[-RegularExpressions::RequireExtendedFormatting]
+[-NamingConventions::ProhibitMixedCaseVars]
+[-References::ProhibitDoubleSigils]
 [-RegularExpressions::ProhibitCaptureWithoutTest]
-[-Subroutines::ProhibitExcessComplexity]
-[-Subroutines::ProhibitCallsToUnexportedSubs]
+[-RegularExpressions::ProhibitEnumeratedClasses]
+[-RegularExpressions::ProhibitEscapedMetacharacters]
+[-RegularExpressions::ProhibitUnusualDelimiters]
+[-RegularExpressions::RequireExtendedFormatting]
+[-RegularExpressions::RequireLineBoundaryMatching]
 [-Subroutines::ProhibitCallsToUndeclaredSubs]
+[-Subroutines::ProhibitCallsToUnexportedSubs]
+[-Subroutines::ProhibitExcessComplexity]
+[-Subroutines::ProhibitNestedSubs]
+[-Subroutines::RequireFinalReturn]
 [-Tics::ProhibitLongLines]
-[-ValuesAndExpressions::ProhibitImplicitNewlines]
-[-ValuesAndExpressions::ProhibitVersionStrings]
-[-Variables::RequireInitializationForLocalVars]
-[-Variables::ProhibitPackageVars]
-
-## Severity 2:
-[-Bangs::ProhibitFlagComments]
-[-ControlStructures::ProhibitPostfixControls]
-[-ControlStructures::ProhibitUnlessBlocks]
-[-Documentation::RequirePodSections]
-[-Lax::ProhibitEmptyQuotes::ExceptAsFallback]
-## One of the dumbest rules ever:
-[-Miscellanea::RequireRcsKeywords]
-[-References::ProhibitDoubleSigils]
-[-RegularExpressions::RequireLineBoundaryMatching]
+[-ValuesAndExpressions::ProhibitAccessOfPrivateData]
 [-ValuesAndExpressions::ProhibitEmptyQuotes]
+[-ValuesAndExpressions::ProhibitImplicitNewlines]
 [-ValuesAndExpressions::ProhibitMagicNumbers]
+[-ValuesAndExpressions::ProhibitMixedBooleanOperators]
 [-ValuesAndExpressions::ProhibitNoisyQuotes]
-[-ValuesAndExpressions::RestrictLongStrings]
+[-ValuesAndExpressions::ProhibitVersionStrings]
 [-ValuesAndExpressions::RequireNumberSeparators]
+[-ValuesAndExpressions::RestrictLongStrings]
+[-Variables::ProhibitPackageVars]
 [-Variables::ProhibitPunctuationVars]
-
-## Severity 1:
-[-BuiltinFunctions::ProhibitReverseSortBlock]
-[-CodeLayout::ProhibitParensWithBuiltins]
-[-CodeLayout::ProhibitQuotedWordLists]
-[-CodeLayout::RequireASCII]
-[-CodeLayout::RequireTidyCode]
-[-Documentation::RequirePodAtEnd]
-[-InputOutput::RequireCheckedSyscalls]
-[-RegularExpressions::ProhibitEnumeratedClasses]
-[-RegularExpressions::ProhibitEscapedMetacharacters]
-[-RegularExpressions::ProhibitUnusualDelimiters]
+[-Variables::RequireInitializationForLocalVars]
+[-Variables::RequireLexicalLoopIterators]
diff --git a/check_postgres.pl.asc b/check_postgres.pl.asc
index c2669a7..9dea88b 100644
--- a/check_postgres.pl.asc
+++ b/check_postgres.pl.asc
@@ -1,6 +1,6 @@
 -----BEGIN PGP SIGNATURE-----
 
-iEYEABEDAAYFAkmQWvEACgkQvJuQZxSWSsiEMgCg81NCU1CVxu+5fMYQUlRWmMXh
-Y6MAn27H6Y9tDi/d3iWgToX4+4CiyQRf
-=ZCsK
+iEYEABEDAAYFAkmR3/cACgkQvJuQZxSWSshFpwCfSmS1vozCrmVL/PFM8VoBqSFi
+gzYAnA4pWREsuvlOsfnIsdsw3Tf2VDIh
+=dt4G
 -----END PGP SIGNATURE-----
diff --git a/check_postgres.pl.html b/check_postgres.pl.html
index b6ddfdf..0e4304f 100644
--- a/check_postgres.pl.html
+++ b/check_postgres.pl.html
@@ -92,7 +92,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.7.2</p>
+<p>This documents describes check_postgres.pl version 2.7.3</p>
 <p>
 </p>
 <hr />
@@ -1235,6 +1235,13 @@ 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="item_3"><strong>Version 2.7.3</strong> (February 10, 2009)</a></strong></dt>
+
+<dd>
+<pre>
+  Make the sequence action check if sequence being used for a int4 column and
+  react appropriately. (Michael Glaesemann)</pre>
+</dd>
 <dt><strong><a name="item_2"><strong>Version 2.7.2</strong> (February 9, 2009)</a></strong></dt>
 
 <dd>
@@ -1274,7 +1281,7 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr
   Fix time display in timesync action output (Selena Deckelmann)
   Fix documentation typos (Josh Tolley)</pre>
 </dd>
-<dt><strong><a name="item_3"><strong>Version 2.5.3</strong> (December 17, 2008)</a></strong></dt>
+<dt><strong><strong>Version 2.5.3</strong> (December 17, 2008)</strong></dt>
 
 <dd>
 <pre>
diff --git a/index.html b/index.html
index a731294..d525be5 100644
--- a/index.html
+++ b/index.html
@@ -21,14 +21,14 @@ h1 {
 
 <h1>check_postgres.pl</h1>
 
-<p><b>check_postgres.pl</b> is a script for checking the state of one or more Postgres databases and reporting back in a Nagios-friendly manner. It was developed by Greg Sabino Mullane of <a href="http://www.endpoint.com/">End Point Corporation</a> and is BSD-licensed. The latest version is <b>2.7.2</b>, and was released on February 09, 2009.</p>
+<p><b>check_postgres.pl</b> is a script for checking the state of one or more Postgres databases and reporting back in a Nagios-friendly manner. It was developed by Greg Sabino Mullane of <a href="http://www.endpoint.com/">End Point Corporation</a> and is BSD-licensed. The latest version is <b>2.7.3</b>, and was released on February 10, 2009.</p>
 
 <ul>
- <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.7.2</a></li>
+ <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.7.3</a></li>
 </ul>
 <ul>
- <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.7.2</a></li>
- <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl 2.7.2</a></li>
+ <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.7.3</a></li>
+ <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl 2.7.3</a></li>
 </ul>
 
 <p>The latest development version can be downloaded via git:</p>
-- 
1.6.0.5



More information about the Check_postgres mailing list