From 22a8d796522ea5b75863ea2d59dafccb4ae67050 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Sun, 28 Sep 2008 17:04:57 -0400 Subject: Bump version --- check_postgres.pl.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'check_postgres.pl.html') diff --git a/check_postgres.pl.html b/check_postgres.pl.html index f298219a2..42ed64c17 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -89,7 +89,7 @@
check_postgres.pl - a Postgres monitoring script for Nagios, MRTG, and others -This documents describes check_postgres.pl version 2.2.0
+This documents describes check_postgres.pl version 2.2.1
While you need to pass in the name of the database where pg_freespacemap is installed (and optionally a schema name if you have installed the module in a non-standard schema), you only need to run this check once per cluster. Also, checking this information does require obtaining special locks on the free-space-map, so it is recommend you do not run this check with short intervals.
+For MRTG output, returns the percent of free-space-map on the first line, the number of pages currently used on +the second line.
For MRTG output, returns the percent of free-space-map on the first line, the number of relations currently used on +the second line.
Items not specifically attributed are by Greg Sabino Mullane.
+ Add MRTG output to fsm_pages and fsm_relations.+
-- cgit v1.2.3