diff options
-rw-r--r-- | check_postgres.pl.asc | 6 | ||||
-rw-r--r-- | check_postgres.pl.html | 11 | ||||
-rw-r--r-- | index.html | 8 |
3 files changed, 17 insertions, 8 deletions
diff --git a/check_postgres.pl.asc b/check_postgres.pl.asc index e94f8c796..b4b6251c6 100644 --- a/check_postgres.pl.asc +++ b/check_postgres.pl.asc @@ -1,6 +1,6 @@ -----BEGIN PGP SIGNATURE----- -iEYEABEDAAYFAkjiqlMACgkQvJuQZxSWSsjdLQCfVktdwma5PKPVrySo3yD2a9UV -Mx8Amwf/o4TugjHmqOBDBHUzWmocW/bp -=qBvl +iEYEABEDAAYFAkjlGZoACgkQvJuQZxSWSsj0FACfeNlunDuYbJWaIH6USZ8EtgMG +sNYAniwpHoHuSCPMsIZO8ekbpK3XgYEg +=hVE5 -----END PGP SIGNATURE----- diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 90af550eb..398c5597a 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -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> diff --git a/index.html b/index.html index 21df63c07..59a80df5c 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.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="/https/git.postgresql.org/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.2.2</a></li> + <li><a href="/https/git.postgresql.org/check_postgres/check_postgres.pl.html">Documentation for check_postgres 2.2.3</a></li> </ul> <ul> - <li><a href="/https/git.postgresql.org/check_postgres/check_postgres.pl">Download check_postgres.pl 2.2.2</a></li> - <li><a href="/https/git.postgresql.org/check_postgres/check_postgres.pl.asc">PGP signature for check_postgres.pl 2.2.2</a></li> + <li><a href="/https/git.postgresql.org/check_postgres/check_postgres.pl">Download check_postgres.pl 2.2.3</a></li> + <li><a href="/https/git.postgresql.org/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> |