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 "wasted bytes", 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
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 "pluto"</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>
<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>