Ready to roll out 2.2.3
authorGreg Sabino Mullane <[email protected]>
Thu, 2 Oct 2008 18:57:45 +0000 (14:57 -0400)
committerGreg Sabino Mullane <[email protected]>
Thu, 2 Oct 2008 18:57:45 +0000 (14:57 -0400)
check_postgres.pl.asc
check_postgres.pl.html
index.html

index e94f8c796f93ed619305eca7a2ec802a8e10b522..b4b6251c6946f5ba2cb27fb4aee46533b13b8a48 100644 (file)
@@ -1,6 +1,6 @@
 -----BEGIN PGP SIGNATURE-----
 
-iEYEABEDAAYFAkjiqlMACgkQvJuQZxSWSsjdLQCfVktdwma5PKPVrySo3yD2a9UV
-Mx8Amwf/o4TugjHmqOBDBHUzWmocW/bp
-=qBvl
+iEYEABEDAAYFAkjlGZoACgkQvJuQZxSWSsj0FACfeNlunDuYbJWaIH6USZ8EtgMG
+sNYAniwpHoHuSCPMsIZO8ekbpK3XgYEg
+=hVE5
 -----END PGP SIGNATURE-----
index 90af550eb37857e0027394da601df52a8540cd3b..398c5597ada5e421e2dd6647134a53ce8cd44a6a 100644 (file)
@@ -89,7 +89,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.2.2</p>
+This documents describes check_postgres.pl version 2.2.3</p>
 <p>
 </p>
 <hr />
@@ -433,6 +433,8 @@ smaller relations. Tables must have at least 10 pages, and indexes at least 15,
 before they can be considered by this test. If you really want to adjust these 
 values, you can look for the variables <em>$MINPAGES</em> and <em>$MINIPAGES</em> at the top of the 
 <code>check_bloat</code> subroutine.</p>
+<p>Only the top 10 most bloated relations are shown. You can change this number by 
+using the <em>--perflimit</em> option to set your own limit.</p>
 <p>The schema named 'information_schema' is excluded from this test, as the only tables 
 it contains are small and do not change.</p>
 <p>Please note that the values computed by this action are not precise, and 
@@ -1095,6 +1097,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_2e2_2e3"><strong>Version 2.2.3</strong></a></strong></dt>
+
+<dd>
+<pre>
+ Expand range of allowed names for --repinfo argument (Glyn Astill)
+ Documentation tweaks.</pre>
+</dd>
 <dt><strong><a name="item_2"><strong>Version 2.2.2</strong> (September 30, 2008)</a></strong></dt>
 
 <dd>
index 21df63c072d349e7317797cfdbdc8d0b3e8c8b5b..59a80df5cb803c4d1e483b4418a989cb2806cb1a 100644 (file)
@@ -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.2.2</b>, and was released on September 30, 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.2.3</b>, and was released on October 02, 2008.</p>
 
 <ul>
- <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.2.2</a></li>
+ <li><a href="/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.2.3</a></li>
 </ul>
 <ul>
- <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.2.2</a></li>
- <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl 2.2.2</a></li>
+ <li><a href="/check_postgres/check_postgres.pl">Download check_postgres.pl 2.2.3</a></li>
+ <li><a href="/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl 2.2.3</a></li>
 </ul>
 
 <p>The latest development version can be downloaded via git:</p>