summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Sabino Mullane2012-04-23 19:08:09 +0000
committerGreg Sabino Mullane2012-04-23 19:08:09 +0000
commit58943dff0b346bc7172d079e86282b7127607655 (patch)
treef7603828a6b8fb7c987c02e14c88d5407a107203
parent6306b923cef3ea47c1e71c3434efec69b0dbe96a (diff)
parentfaa453b32f481bfa5fb6bd2ce2e0707301d0fb5a (diff)
Merge branch 'master' of bucardo.org:/var/lib/git/check_postgres
-rwxr-xr-xcheck_postgres.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index 143bac85a..2afb72d5d 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -8693,7 +8693,7 @@ the second line.
=head2 B<hitratio>
-(C<symlink: check_postgres_database_hitratio>) Checks the hit ratio of all databases and complains when they are too low.
+(C<symlink: check_postgres_hitratio>) Checks the hit ratio of all databases and complains when they are too low.
There is no need to run this command more than once per database cluster.
Databases can be filtered with
the I<--include> and I<--exclude> options. See the L</"BASIC FILTERING"> section
@@ -8709,7 +8709,7 @@ hitratio, smallest first.
Example: Warn if any database on host flagg is less than 90% in hitratio, and critical if less then 80%.
- check_postgres_database_hitratio --host=flagg --warning='90%' --critical='80%'
+ check_postgres_hitratio --host=flagg --warning='90%' --critical='80%'
For MRTG output, returns the percentage of the database with the smallest hitratio on the first line,
and the name of the database on the fourth line.