From 4a340a57f8559dde0eae437bbb77948f70e0ebff Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Tue, 24 Mar 2009 12:20:14 -0400 Subject: [PATCH] Update docs. --- check_postgres.pl.html | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 5f343ac83..3c04f6459 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -451,9 +451,9 @@ enabled on the target databases, and requires that ANALYZE is run frequently. The --include and --exclude options can be used to filter out which tables to look at. See the BASIC FILTERING section for more details.

The --warning and --critical options can be specified as sizes or percents. -Valid size units are bytes, kilobytes, megabytes, gigabytes, terabytes, and exabytes. -You can abbreviate all of those with the first letter. Items without units are -assumed to be 'bytes'. The default values are '1 GB' and '5 GB'. The value +Valid size units are bytes, kilobytes, megabytes, gigabytes, terabytes, exabytes, +petabytes, and zettabytes. You can abbreviate all of those with the first letter. Items +without units are assumed to be 'bytes'. The default values are '1 GB' and '5 GB'. The value represents the number of "wasted bytes", or the difference between what is actually used by the table and index, and what we compute that it should be.

Note that this action has two hard-coded values to avoid false alarms on @@ -1082,7 +1082,7 @@ create too many files. Ultimately, this will cause the disk they are on to run out of space, at which point Postgres will shut down.

Example 1: Check that the number of WAL files is 20 or less on host "pluto"

-  check_postgres_txn_wraparound --host=pluto --critical=20
+ check_postgres_wal_files --host=pluto --critical=20

For MRTG output, reports the number of WAL files on line 1.

@@ -1252,15 +1252,19 @@ feature requests, and commit notices, send email to HISTORY

Items not specifically attributed are by Greg Sabino Mullane.

-
Version 2.8.0 (February ??, 2009)
+
Version 2.8.0 (March ??, 2009)
-  Added the 'disabled_triggers' check.
-  Added internationalization support.
+  Added the 'disabled_triggers' check
+  Added internationalization support
   French translations (Guillaume Lelarge)
   Make the backends search return ok if no matches due to inclusion rules,
-    per report by Guillaume Lelarge
+ per report by Guillaume Lelarge + Begin adding comprehensive unit tests + Fix missing 'upd' field in show_dbstats (Andras Fabian) + Add in missing exabyte regex check (Selena Deckelmann) + Set stats to zero if we bail early due to USERWHERECLAUSE (Andras Fabian)
Version 2.7.3 (February 10, 2009)
-- 2.39.5