Module: check_mk
Branch: master
Commit: 16df5ff4c59336aedb5df4d2d09feb16e5c0ad2f
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=16df5ff4c59336…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Fri Dec 18 11:20:06 2015 +0100
renamed incorrect argument
---
doc/treasures/active_checks/check_mail_loop | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/treasures/active_checks/check_mail_loop
b/doc/treasures/active_checks/check_mail_loop
index 8d4ba58..8f5217c 100755
--- a/doc/treasures/active_checks/check_mail_loop
+++ b/doc/treasures/active_checks/check_mail_loop
@@ -93,7 +93,7 @@ OPTIONS:
short_options = 'dh'
long_options = ['smtp-server=', 'smtp-port=', 'smtp-username=',
'smtp-password=',
- 'smtp-tls', 'fetch-tls', 'fetch-protocol=',
'fetch-server=', 'fetch-port=', 'fetch-username=',
+ 'smtp-tls', 'imap-tls', 'fetch-protocol=',
'fetch-server=', 'fetch-port=', 'fetch-username=',
'fetch-password=', 'fetch-ssl', 'mail-from=',
'mail-to=', 'warning=', 'critical=',
'connect-timeout=', 'delete-messages', 'help',
'status-dir=', 'status-suffix=', "debug", ]