Add mailing list section, bump version.
authorGreg Sabino Mullane <[email protected]>
Wed, 18 Jun 2008 23:06:03 +0000 (19:06 -0400)
committerGreg Sabino Mullane <[email protected]>
Wed, 18 Jun 2008 23:06:03 +0000 (19:06 -0400)
check_postgres.pl
check_postgres.pl.html
index.html

index f90cd8b1b886f78ecd446bb3daf2f191fb37a559..41b0adb43e63a1f238d9c39a24e02282caf82bcf 100755 (executable)
@@ -3719,6 +3719,18 @@ Development happens using the git system. You can clone the latest version by do
 
  git-clone http://bucardo.org/check_postgres.git
 
+=head1 MAILING LIST
+
+Two mailing lists are available. For discussions about the program, bug reports, 
+feature requests, and commit notices, send email to [email protected]:
+
+https://mail.endcrypt.com/mailman/listinfo/check_postgres
+
+A low-volume list for announcement of new versions and important notices is the 
+'check_postgres-announce' list:
+
+https://mail.endcrypt.com/mailman/listinfo/check_postgres-announce
+
 =head1 HISTORY
 
 Items not specifically attributed are by Greg Sabino Mullane.
index e914a15b923b6b056e098375ef31b8f58632fdf2..7fc704620ca8d2cc48cd65cbaf66b78d5f3fe223 100644 (file)
@@ -30,6 +30,7 @@
        <li><a href="#tips_and_tricks">TIPS AND TRICKS</a></li>
        <li><a href="#dependencies">DEPENDENCIES</a></li>
        <li><a href="#development">DEVELOPMENT</a></li>
+       <li><a href="#mailing_list">MAILING LIST</a></li>
        <li><a href="#history">HISTORY</a></li>
        <li><a href="#bugs_and_limitations">BUGS AND LIMITATIONS</a></li>
        <li><a href="#author">AUTHOR</a></li>
@@ -50,7 +51,7 @@
 </p>
 <hr />
 <h1><a name="version">VERSION</a></h1>
-<p>This documents describes <strong>check_postgres.pl</strong> version 1.8.2</p>
+<p>This documents describes <strong>check_postgres.pl</strong> version 1.8.3</p>
 <p>
 </p>
 <hr />
@@ -1156,9 +1157,27 @@ is needed by the <strong>check_disk_space</strong> action.</p>
 <p>
 </p>
 <hr />
+<h1><a name="mailing_list">MAILING LIST</a></h1>
+<p>Two mailing lists are available. For discussions about the program, bug reports, 
+feature requests, and commit notices, send email to <a href="mailto:[email protected]:">[email protected]:</a></p>
+<p><a href="https://mail.endcrypt.com/mailman/listinfo/check_postgres">https://mail.endcrypt.com/mailman/listinfo/check_postgres</a></p>
+<p>A low-volume list for announcement of new versions and important notices is the 
+'check_postgres-announce' list:</p>
+<p><a href="https://mail.endcrypt.com/mailman/listinfo/check_postgres-announce">https://mail.endcrypt.com/mailman/listinfo/check_postgres-announce</a></p>
+<p>
+</p>
+<hr />
 <h1><a name="history">HISTORY</a></h1>
 <p>Items not specifically attributed are by Greg Sabino Mullane.</p>
 <dl>
+<dt><strong><a name="3" class="item"><strong>Version 1.8.3</strong> (June 18, 2008)</a></strong>
+
+<dd>
+<p>Fix check_backends action: there may be no rows in pg_stat_activity, so run a second 
+query if needed to find the max_connections setting.
+Thanks to Jeff Frost for the bug report.</p>
+</dd>
+</li>
 <dt><strong><a name="2" class="item"><strong>Version 1.8.2</strong> (June 10, 2008)</a></strong>
 
 <dd>
@@ -1182,7 +1201,7 @@ Give better warnings when running actions not available on older Postgres server
 <dt><strong><strong>Version 1.7.1</strong> (June 2, 2008)</strong>
 
 <dd>
-<p>Fix query_time action: account for race condition in which zero rows appear in pg_stat_activity.
+<p>Fix check_query_time action: account for race condition in which zero rows appear in pg_stat_activity.
 Thanks to Dustin Black for the bug report.</p>
 </dd>
 </li>
@@ -1222,7 +1241,7 @@ Thanks to Dustin Black for the bug report.</p>
 <p>Add the --includeuser and --excludeuser options. Documentation cleanup.</p>
 </dd>
 </li>
-<dt><strong><a name="3" class="item"><strong>Version 1.4.3</strong> (April 16, 2008)</a></strong>
+<dt><strong><strong>Version 1.4.3</strong> (April 16, 2008)</strong>
 
 <dd>
 <p>Add in the 'output' concept for future support of non-Nagios programs.</p>
index fcd4f697fc1319115ad48087202e07d332f8c451..efc74708377b993c40996fbaf541109618112977 100644 (file)
@@ -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>1.8.2</b>, and was released on June 10, 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>1.8.3</b>, and was released on June 10, 2008.</p>
 
 <ul>
- <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 1.8.2</a></li>
+ <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 1.8.3</a></li>
 </ul>
 <ul>
- <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 1.8.2</a></li>
+ <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 1.8.3</a></li>
  <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl</a></li>
 </ul>