[check_postgres] [commit] Update docs.

check_postgres at bucardo.org check_postgres at bucardo.org
Wed Mar 25 13:48:08 UTC 2009


Committed by Greg Sabino Mullane <greg at endpoint.com>

Update docs.

---
 check_postgres.pl.html |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/check_postgres.pl.html b/check_postgres.pl.html
index 5f343ac..3c04f64 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 <em>--include</em> and <em>--exclude</em> options can be used to filter out which tables 
 to look at. See the <a href="#basic_filtering">BASIC FILTERING</a> section for more details.</p>
 <p>The <em>--warning</em> and <em>--critical</em> 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 &quot;wasted bytes&quot;, or the difference between what is actually 
 used by the table and index, and what we compute that it should be.</p>
 <p>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.</p>
 <p>Example 1: Check that the number of WAL files is 20 or less on host &quot;pluto&quot;</p>
 <pre>
-  check_postgres_txn_wraparound --host=pluto --critical=20</pre>
+  check_postgres_wal_files --host=pluto --critical=20</pre>
 <p>For MRTG output, reports the number of WAL files on line 1.</p>
 <p>
 </p>
@@ -1252,15 +1252,19 @@ feature requests, and commit notices, send email to <a href="mailto:check_postgr
 <h1><a name="history">HISTORY</a></h1>
 <p>Items not specifically attributed are by Greg Sabino Mullane.</p>
 <dl>
-<dt><strong><a name="item_0"><strong>Version 2.8.0</strong> (February ??, 2009)</a></strong></dt>
+<dt><strong><a name="item_0"><strong>Version 2.8.0</strong> (March ??, 2009)</a></strong></dt>
 
 <dd>
 <pre>
-  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</pre>
+    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)</pre>
 </dd>
 <dt><strong><a name="item_3"><strong>Version 2.7.3</strong> (February 10, 2009)</a></strong></dt>
 
-- 
1.6.0.5



More information about the Check_postgres mailing list