-----BEGIN PGP SIGNATURE-----
-iEYEABEDAAYFAkjiqlMACgkQvJuQZxSWSsjdLQCfVktdwma5PKPVrySo3yD2a9UV
-Mx8Amwf/o4TugjHmqOBDBHUzWmocW/bp
-=qBvl
+iEYEABEDAAYFAkjlGZoACgkQvJuQZxSWSsj0FACfeNlunDuYbJWaIH6USZ8EtgMG
+sNYAniwpHoHuSCPMsIZO8ekbpK3XgYEg
+=hVE5
-----END PGP SIGNATURE-----
<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 />
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
<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>
<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>