From f9a45dc801bf9ef3adb53a9cf697a3d919db048b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 8 Aug 2008 12:51:15 +0200 Subject: fixed problematic file name it lead to invalid link on the web due to web server's rewrite rules. Thanks to Jan Korbel for spotting the problem. --- doc/Makefile.am | 2 +- doc/features.html | 2 +- doc/syslog-protocol.html | 196 ----------------------------------------------- doc/syslog_protocol.html | 196 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 198 insertions(+), 198 deletions(-) delete mode 100644 doc/syslog-protocol.html create mode 100644 doc/syslog_protocol.html diff --git a/doc/Makefile.am b/doc/Makefile.am index de3675de..edf3bbb5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -24,7 +24,7 @@ html_files = \ rsyslog_tls.html \ rsyslog_reliable_forwarding.html \ rsyslog_stunnel.html \ - syslog-protocol.html \ + syslog_protocol.html \ version_naming.html \ contributors.html \ dev_queue.html \ diff --git a/doc/features.html b/doc/features.html index 8e28daae..d221eb77 100644 --- a/doc/features.html +++ b/doc/features.html @@ -74,7 +74,7 @@ easy multi-host support
  • massively multi-threaded with dynamic work thread pools that start up and shut themselves down on an as-needed basis (great for high log volume on multicore machines)
  • -
  • very experimental and volatile support for syslog-protocol +
  • very experimental and volatile support for syslog-protocol compliant messages (it is volatile because standardization is currently underway and this is a proof-of-concept implementation to aid this effort)
  • diff --git a/doc/syslog-protocol.html b/doc/syslog-protocol.html deleted file mode 100644 index 72de5c27..00000000 --- a/doc/syslog-protocol.html +++ /dev/null @@ -1,196 +0,0 @@ - - -syslog-protocol support in rsyslog - - -

    syslog-protocol support in rsyslog

    -

    Rsyslog  provides a trial -implementation of the proposed - -syslog-protocol standard. The intention of this implementation is to -find out what inside syslog-protocol is causing problems during implementation. -As syslog-protocol is a standard under development, its support in rsyslog is -highly volatile. It may change from release to release. So while it provides -some advantages in the real world, users are cautioned against using it right -now. If you do, be prepared that you will probably need to update all of your -rsyslogds with each new release. If you try it anyhow, please provide feedback -as that would be most beneficial for us.

    -

    Currently supported message format

    -

    Due to recent discussion on syslog-protocol, we do not follow any specific -revision of the draft but rather the candidate ideas. The format supported -currently is:

    -

    <PRI>VERSION SP TIMESTAMP SP HOSTNAME SP APP-NAME SP PROCID SP MSGID SP [SD-ID]s -SP MSG

    -

    Field syntax and semantics are as defined in IETF I-D syslog-protocol-15.

    -

    Capabilities Implemented

    - -

    Findings

    -

    This lists what has been found during implementation:

    - -

    Some notes on syslog-transport-udp-06

    - -

     

    -

    Conlusions/Suggestions

    -

    These are my personal conclusions and suggestions. Obviously, they must be -discussed ;)

    - -

     

    - - - diff --git a/doc/syslog_protocol.html b/doc/syslog_protocol.html new file mode 100644 index 00000000..72de5c27 --- /dev/null +++ b/doc/syslog_protocol.html @@ -0,0 +1,196 @@ + + +syslog-protocol support in rsyslog + + +

    syslog-protocol support in rsyslog

    +

    Rsyslog  provides a trial +implementation of the proposed + +syslog-protocol standard. The intention of this implementation is to +find out what inside syslog-protocol is causing problems during implementation. +As syslog-protocol is a standard under development, its support in rsyslog is +highly volatile. It may change from release to release. So while it provides +some advantages in the real world, users are cautioned against using it right +now. If you do, be prepared that you will probably need to update all of your +rsyslogds with each new release. If you try it anyhow, please provide feedback +as that would be most beneficial for us.

    +

    Currently supported message format

    +

    Due to recent discussion on syslog-protocol, we do not follow any specific +revision of the draft but rather the candidate ideas. The format supported +currently is:

    +

    <PRI>VERSION SP TIMESTAMP SP HOSTNAME SP APP-NAME SP PROCID SP MSGID SP [SD-ID]s +SP MSG

    +

    Field syntax and semantics are as defined in IETF I-D syslog-protocol-15.

    +

    Capabilities Implemented

    + +

    Findings

    +

    This lists what has been found during implementation:

    + +

    Some notes on syslog-transport-udp-06

    + +

     

    +

    Conlusions/Suggestions

    +

    These are my personal conclusions and suggestions. Obviously, they must be +discussed ;)

    + +

     

    + + + -- cgit