diff options
author | Greg Sabino Mullane | 2008-09-30 11:31:09 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2008-09-30 11:31:09 +0000 |
commit | e976b63a5cf487b878dee7036618231eb0a58a74 (patch) | |
tree | 9b4f2151e510240c3ca710c0bda6c0693856b003 /check_postgres.pl | |
parent | 48d2db6ec757ae103d07b6c7b15d0da041d5ed65 (diff) |
Doc typos, thanks to Glyn Astill for catching them.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 987b7f9db..2a7ed157b 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -3983,13 +3983,13 @@ warning and B<95%> for the critical. Example 1: Give a warning when our cluster has used up 76% of the free-space pageslots, with pg_freespacemap installed in database robert - check_postgres_autovac_freeze --dbname=robert --warning="76%" + check_postgres_fsm_pages --dbname=robert --warning="76%" While you need to pass in the name of the database where pg_freespacemap is installed (and optionally a schema name if you have installed the module in a non-standard schema), you only need to run this check once per cluster. Also, checking this information does require obtaining special locks on the free-space-map, so it is recommend you do not run this check with short intervals. -For MRTG output, returns the percent of free-space-map on the first line, the number of pages currently used on +For MRTG output, returns the percent of free-space-map on the first line, and the number of pages currently used on the second line. =head2 B<fsm_relations> @@ -4002,7 +4002,7 @@ the warning and B<95%> for the critical. Example 1: Give a warning when our cluster has used up 80% of the free-space relations, with pg_freespacemap installed in database dylan, in non-standard schema emma - check_postgres_autovac_freeze --dbname=dylan --warning="75%" --schema=emma + check_postgres_fsm_relations --dbname=dylan --warning="75%" --schema=emma While you need to pass in the name of the database where pg_freespacemap is installed (and optionally a schema name if you have installed the module in a non-standard schema), you only need to run this check once per cluster. Also, |