diff --git a/TODO b/TODO index e6c9234a..23a34875 100644 --- a/TODO +++ b/TODO @@ -13,6 +13,8 @@ Legend: # partially done * done +- Better handling of the protocol in transmitter.py + - Add gettext support (I18N) - Fix the cPickle issue with Python 2.5 diff --git a/common/protocol.py b/common/protocol.py index ae1055ba..0a5910be 100644 --- a/common/protocol.py +++ b/common/protocol.py @@ -36,9 +36,9 @@ protocol = [ ["status", "gets the current status of the server"], ["ping", "tests if the server is alive"], ['', ''], -["set loglevel ", "sets logging level to "], +["set loglevel ", "sets logging level to . 0 is minimal, 4 is debug"], ["get loglevel", "gets the logging level"], -["set logtarget ", "sets logging target to "], +["set logtarget ", "sets logging target to . Can be STDOUT, STDERR, SYSLOG or a file"], ["get logtarget", "gets logging target"], ['', ''], ["add ", "creates using "], @@ -48,44 +48,44 @@ protocol = [ ["set delignoreip ", "removes from the ignore list of "], ["set addlogpath ", "adds to the monitoring list of "], ["set dellogpath ", "removes to the monitoring list of "], -["set timeregex ", "sets the regular expression to match the date format for "], -["set timepattern ", "sets the pattern to match the date format for "], +["set timeregex ", "sets the regular expression to match the date format for . This will disable the autodetection feature."], +["set timepattern ", "sets the pattern to match the date format for . This will disable the autodetection feature."], ["set failregex ", "sets the regular expression which must match failures for "], ["set ignoreregex ", "sets the regular expression which should match pattern to exclude for "], -["set maxtime