diff options
author | Greg Sabino Mullane | 2010-05-14 13:49:08 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2010-05-14 13:49:08 +0000 |
commit | 697d759b2abcde46f4d5f1b532402f3cadeedd8f (patch) | |
tree | 3c052989e1edb1dbe458657c76247ebe60692ad3 /check_postgres.pl | |
parent | cf9d16e450dea45899b2d16ec4217df289f053a6 (diff) |
Fix doc typo spotted by Peter Eisentraut
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 9fd8bb167..d9699d819 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -8012,7 +8012,7 @@ Example 1: Give a warning if any Slony is lagged by more than 20 seconds Example 2: Give a critical if Slony, installed under the schema "_slony", is over 10 minutes lagged - check_postgres_slony_sytatus --schema=_slony --critical=600 + check_postgres_slony_status --schema=_slony --critical=600 =head2 B<txn_time> |