From 4a340a57f8559dde0eae437bbb77948f70e0ebff Mon Sep 17 00:00:00 2001
From: Greg Sabino Mullane
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.
- 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)