From: Greg Sabino Mullane Date: Thu, 2 Oct 2008 18:57:45 +0000 (-0400) Subject: Ready to roll out 2.2.3 X-Git-Tag: 2.9.0~240 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=fa25917b99d91e6b3e66abed80ad8be3ff99c4cd;p=check_postgres.git Ready to roll out 2.2.3 --- 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 @@

NAME

check_postgres.pl - a Postgres monitoring script for Nagios, MRTG, and others -This documents describes check_postgres.pl version 2.2.2

+This documents describes check_postgres.pl version 2.2.3


@@ -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 $MINPAGES and $MINIPAGES at the top of the check_bloat subroutine.

+

Only the top 10 most bloated relations are shown. You can change this number by +using the --perflimit option to set your own limit.

The schema named 'information_schema' is excluded from this test, as the only tables it contains are small and do not change.

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 HISTORY

Items not specifically attributed are by Greg Sabino Mullane.

+
Version 2.2.3
+ +
+
+ Expand range of allowed names for --repinfo argument (Glyn Astill)
+ Documentation tweaks.
+
Version 2.2.2 (September 30, 2008)
diff --git a/index.html b/index.html index 21df63c07..59a80df5c 100644 --- a/index.html +++ b/index.html @@ -21,14 +21,14 @@ h1 {

check_postgres.pl

-

check_postgres.pl 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 End Point Corporation and is BSD-licensed. The latest version is 2.2.2, and was released on September 30, 2008.

+

check_postgres.pl 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 End Point Corporation and is BSD-licensed. The latest version is 2.2.3, and was released on October 02, 2008.

The latest development version can be downloaded via git: