Module: check_mk
Branch: master
Commit: ae9c556f9397ebdef37c11989629aa78e8eec873
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ae9c556f9397eb…
Author: Bernd Stroessenreuther <bs(a)mathias-kettner.de>
Date: Tue Sep 3 14:44:47 2013 +0200
improved help text for snmp timeout in wato
---
web/plugins/wato/check_mk_configuration.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/web/plugins/wato/check_mk_configuration.py
b/web/plugins/wato/check_mk_configuration.py
index d5e3532..e5f1e03 100644
--- a/web/plugins/wato/check_mk_configuration.py
+++ b/web/plugins/wato/check_mk_configuration.py
@@ -1894,7 +1894,8 @@ register_rule(group,
( "timeout",
Integer(
title = _("Timeout between retries"),
- help = _("The default is 1 sec."),
+ help = _("A request is sent to the SNMP daemon, than wait up to
this "
+ " number of seconds until retrying."),
default_value = 1,
minvalue = 1,
maxvalue = 60,