[check_postgres] [commit] Version bump to 2.3.8

check_postgres at bucardo.org check_postgres at bucardo.org
Wed Oct 22 02:50:47 UTC 2008


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

Version bump to 2.3.8

---
 check_postgres.pl      |    2 +-
 check_postgres.pl.asc  |    6 +++---
 check_postgres.pl.html |   14 ++++++++++++--
 index.html             |    8 ++++----
 4 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/check_postgres.pl b/check_postgres.pl
index 992f9a8..b0acbb5 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -3594,7 +3594,7 @@ sub check_sequence {
 =head1 NAME
 
 B<check_postgres.pl> - a Postgres monitoring script for Nagios, MRTG, and others
-This documents describes check_postgres.pl version 2.3.7
+This documents describes check_postgres.pl version 2.3.8
 
 =head1 SYNOPSIS
 
diff --git a/check_postgres.pl.asc b/check_postgres.pl.asc
index 5fb50d9..45a26d3 100644
--- a/check_postgres.pl.asc
+++ b/check_postgres.pl.asc
@@ -1,6 +1,6 @@
 -----BEGIN PGP SIGNATURE-----
 
-iEYEABEDAAYFAkj09TsACgkQvJuQZxSWSsjFFACg+bqTQFUag8Xix5Fbrpw1Jq06
-DVEAoJ6GdP0VvIKKbOj5VeWZVMkmhoBn
-=B/UA
+iEYEABEDAAYFAkj+lDwACgkQvJuQZxSWSsg0JACePMR81+LqD7FLwE+uQXV/V3Go
+6tAAoLC8VtruuP2xTBGDeG8l01tZTXw1
+=rbfE
 -----END PGP SIGNATURE-----
diff --git a/check_postgres.pl.html b/check_postgres.pl.html
index 013c253..1d65378 100644
--- a/check_postgres.pl.html
+++ b/check_postgres.pl.html
@@ -90,7 +90,7 @@
 <hr />
 <h1><a name="name">NAME</a></h1>
 <p><strong>check_postgres.pl</strong> - a Postgres monitoring script for Nagios, MRTG, and others
-This documents describes check_postgres.pl version 2.3.7</p>
+This documents describes check_postgres.pl version 2.3.8</p>
 <p>
 </p>
 <hr />
@@ -178,7 +178,10 @@ action.</p>
 <h3><a name="simple_output">Simple output</a></h3>
 <p>The simple output is simply a truncated version of the MRTG one, and simply returns the first number 
 and nothing else. This is very useful when you just want to check the state of something, regardless 
-of any threshold.</p>
+of any threshold. You can transform the numeric output by appending KB, MB, GB, TB, or EB to the output 
+argument, for example:</p>
+<pre>
+  --output=simple,MB</pre>
 <p>
 </p>
 <hr />
@@ -1119,6 +1122,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_version_2_2e3_2e8"><strong>Version 2.3.8</strong></a></strong></dt>
+
+<dd>
+<pre>
+ Allow the default port to be changed easily.
+ Allow transform of simple output by MB, GB, etc.</pre>
+</dd>
 <dt><strong><a name="item_version_2_2e3_2e7"><strong>Version 2.3.7</strong></a></strong></dt>
 
 <dd>
diff --git a/index.html b/index.html
index 376ead0..ba563fb 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.3.7</b>, and was released on October 14, 2008.</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.3.8</b>, and was released on October 21, 2008.</p>
 
 <ul>
- <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.3.7</a></li>
+ <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.3.8</a></li>
 </ul>
 <ul>
- <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.3.7</a></li>
- <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl 2.3.7</a></li>
+ <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.3.8</a></li>
+ <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl 2.3.8</a></li>
 </ul>
 
 <p>The latest development version can be downloaded via git:</p>
-- 
1.5.5.4



More information about the Check_postgres mailing list