From 86196815ac119a33b7748dbc733459f761a687fe Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 18 Feb 2010 17:03:46 -0500 Subject: Version 2.14.2 --- check_postgres.pl.html | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'check_postgres.pl.html') diff --git a/check_postgres.pl.html b/check_postgres.pl.html index aa65d1204..602c9d24a 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -105,7 +105,7 @@

NAME

check_postgres.pl - a Postgres monitoring script for Nagios, MRTG, Cacti, and others

-

This documents describes check_postgres.pl version 2.14.1

+

This documents describes check_postgres.pl version 2.14.2


@@ -431,13 +431,12 @@ critical is an effective way to turn warnings off and always give a critical.--warning and --critical options should be expressed as percentages. The 'age' of the transactions in each database is compared to the autovacuum_freeze_max_age setting (200 million by default) -to generate a rounded percentage. The default values are 105% for the warning and 120% for -the critical. Since autovacuum does not vacuum tables before they reach this limit, setting -levels below 100% will return false positives. Databases can be filtered by use of the ---include and --exclude options. See the BASIC FILTERING section for more details.

-

Example 1: Give a warning when any databases on port 5432 are above 100%

+to generate a rounded percentage. The default values are 90% for the warning and 95% for +the critical. Databases can be filtered by use of the --include and --exclude options. +See the BASIC FILTERING section for more details.

+

Example 1: Give a warning when any databases on port 5432 are above 97%

-  check_postgres_autovac_freeze --port=5432 --warning="100%"
+ check_postgres_autovac_freeze --port=5432 --warning="97%"

For MRTG output, the highest overall percentage is reported on the first line, and the highest age is reported on the second line. All databases which have the percentage from the first line are reported on the fourth line, separated by a pipe symbol.

@@ -1462,7 +1461,14 @@ feature requests, and commit notices, send email to HISTORY

Items not specifically attributed are by Greg Sabino Mullane.

-
Version 2.14.1
+
Version 2.14.2 (February 18, 2010)
+ +
+
+  Change autovac_freeze default warn/critical back to 90%/95% (Robert Treat)
+  Put all items one-per-line for relation size actions if --verbose=1
+
+
Version 2.14.1 (February 17, 2010)
@@ -1477,7 +1483,7 @@ feature requests, and commit notices, send email to Version 2.13.2 (February 4, 2010)
+
Version 2.13.2 (February 4, 2010)
@@ -1492,7 +1498,7 @@ feature requests, and commit notices, send email to Version 2.13.1 (February 2, 2010)
+
Version 2.13.1 (February 2, 2010)
-- 
cgit v1.2.3