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 @@

NAME

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


@@ -572,6 +572,8 @@ warning and 95% for the critical.

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.

fsm_relations

@@ -587,6 +589,8 @@ the warning and 95% for the critical.

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 relations currently used on +the second line.

index_size

@@ -1091,7 +1095,13 @@ feature requests, and commit notices, send email to HISTORY

Items not specifically attributed are by Greg Sabino Mullane.

-
Version 2.2.0 (September 2008)
+
Version 2.2.1
+ +
+
+ Add MRTG output to fsm_pages and fsm_relations.
+
+
Version 2.2.0 (September 25, 2008)
-- 
cgit v1.2.3