[check_postgres] [commit] Update docs for release.

check_postgres at bucardo.org check_postgres at bucardo.org
Mon Sep 22 14:15:00 UTC 2008


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

Update docs for release.

---
 check_postgres.pl.html |   18 +++++++++++++-----
 index.html             |    6 +++---
 2 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/check_postgres.pl.html b/check_postgres.pl.html
index 423818b..d47946b 100644
--- a/check_postgres.pl.html
+++ b/check_postgres.pl.html
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title>B&lt;check_postgres.pl&gt; - a Postgres monitoring script for Nagios, MRTG, and others
-This documents describes check_postgres.pl version 2.1.2</title>
+This documents describes check_postgres.pl version 2.1.3</title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
 
 </head>
@@ -87,7 +87,7 @@ This documents describes check_postgres.pl version 2.1.2</title>
 <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.1.2</p>
+This documents describes check_postgres.pl version 2.1.3</p>
 <p>
 </p>
 <hr />
@@ -186,13 +186,13 @@ of any threshold.</p>
 
 <dd>
 <p>Connect to the host indicated by NAME. Can be a comma-separated list of names. Multiple host arguments 
-are allowed. If no host is given, defaults to a local Unix socket.</p>
+are allowed. If no host is given, defaults to a local Unix socket. You may also use &quot;--dbhost&quot;.</p>
 </dd>
 <dt><strong><a name="item__2dp_port_or__2d_2dport_3dport"><strong>-p PORT</strong> or <strong>--port=PORT</strong></a></strong></dt>
 
 <dd>
 <p>Connects using the specified PORT number. Can be a comma-separated list of port numbers, and multiple 
-port arguments are allowed. If no port number is given, the default is 5432.</p>
+port arguments are allowed. If no port number is given, the default is 5432. You may also use &quot;--dbport&quot;</p>
 </dd>
 <dt><strong><a name="item__2ddb_name_or__2d_2ddbname_3dname"><strong>-db NAME</strong> or <strong>--dbname=NAME</strong></a></strong></dt>
 
@@ -1051,6 +1051,14 @@ 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.1.3</strong> (September 22, 2008)</a></strong></dt>
+
+<dd>
+<pre>
+ Allow alternate arguments &quot;dbhost&quot; for &quot;host&quot; and &quot;dbport&quot; for &quot;port&quot;.</pre>
+<pre>
+ Output a zero as default value for second line of MRTG output.</pre>
+</dd>
 <dt><strong><a name="item_2"><strong>Version 2.1.2</strong> (July 28, 2008)</a></strong></dt>
 
 <dd>
@@ -1113,7 +1121,7 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr
 <pre>
  Better detection of problems in --replicate_row.</pre>
 </dd>
-<dt><strong><a name="item_3"><strong>Version 1.8.3</strong> (June 18, 2008)</a></strong></dt>
+<dt><strong><strong>Version 1.8.3</strong> (June 18, 2008)</strong></dt>
 
 <dd>
 <pre>
diff --git a/index.html b/index.html
index 4c0804a..f31066d 100644
--- a/index.html
+++ b/index.html
@@ -21,13 +21,13 @@ 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.1.2</b>, and was released on July 28, 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.1.3</b>, and was released on September 22, 2008.</p>
 
 <ul>
- <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.1.2</a></li>
+ <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.1.3</a></li>
 </ul>
 <ul>
- <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.1.2</a></li>
+ <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.1.3</a></li>
  <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl</a></li>
 </ul>
 
-- 
1.5.5.4



More information about the Check_postgres mailing list