From: Greg Sabino Mullane check_postgres.pl - a Postgres monitoring script for Nagios, MRTG, and others
-This documents describes check_postgres.pl version 2.2.2
NAME
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.
+ Expand range of allowed names for --repinfo argument (Glyn Astill) + Documentation tweaks.+
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: