From 7ee4b2e475016a2f1ad279f77579a1c62d0fa264 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Sat, 29 Sep 2018 08:57:45 +0000 Subject: [PATCH] 93_Log2Syslog: contrib 5.1.0 git-svn-id: https://svn.fhem.de/fhem/trunk@17427 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/93_Log2Syslog.pm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/fhem/contrib/DS_Starter/93_Log2Syslog.pm b/fhem/contrib/DS_Starter/93_Log2Syslog.pm index 09bfd0db3..c9d5fc496 100644 --- a/fhem/contrib/DS_Starter/93_Log2Syslog.pm +++ b/fhem/contrib/DS_Starter/93_Log2Syslog.pm @@ -35,7 +35,7 @@ use warnings; # Versions History intern: our %Log2Syslog_vHistoryIntern = ( - "5.1.0" => "29.09.2018 new get versionHistory command", + "5.1.0" => "29.09.2018 new get versionNotes command", "5.0.1" => "27.09.2018 Log2Syslog_closesock if write error:.* , delete readings code changed", "5.0.0" => "26.09.2018 TCP-Server in Collector-mode, HIPCACHE added, PROFILE as Internal, Parse_Err_No as reading, octetCount attribute, TCP-SSL-support, set 'reopen' command, code fixes", @@ -83,7 +83,7 @@ our %Log2Syslog_vHistoryIntern = ( # Versions History extern: our %Log2Syslog_vHistoryExtern = ( - "5.1.0" => "29.09.2018 new get <name> versionHistory command ", + "5.1.0" => "29.09.2018 new get <name> versionNotes command ", "5.0.1" => "27.09.2018 automatic reconnect to syslog-server in case of write error ", "5.0.0" => "26.09.2018
  • TCP Server mode is possible now for Collector devices<\li>
  • the used parse-profile is shown as Internal<\li>
  • Parse_Err_No counts faulty persings since start<\li>
  • new octetCount attribute switches the syslog framing method (see also RFC6587 Transmission of Syslog Messages over TCP)<\li>
  • TCP SSL-support<\li>
  • new set 'reopen' command to reconnect a broken connection<\li>
  • some code fixes ", "4.8.5" => "20.08.2018 BSD/parseFn parse changed, BSD setpayload changed, new variable \$IGNORE in parseFn ", @@ -1086,7 +1086,7 @@ sub Log2Syslog_Get($@) { my $st; my $getlist = "Unknown argument $opt, choose one of ". (($hash->{MODEL} !~ /Collector/)?"certInfo:noArg ":""). - "versionHistory:noArg " + "versionNotes:noArg " ; return if(AttrVal($name, "disable", "") eq "1"); @@ -1103,7 +1103,7 @@ sub Log2Syslog_Get($@) { return $cert if($cert); return "no SSL session has been created"; - } elsif ($opt =~ /versionHistory/) { + } elsif ($opt =~ /versionNotes/) { my $header; $header = "Module release information table
    "; @@ -2172,9 +2172,9 @@ Aug 18 21:08:27 fhemtest.myds.me 1 2017-08-18T21:08:27.095 fhemtest.myds.me Test
      -
    • versionHistory
      +
    • versionNotes

      - Shows release informations about the module. Contains only main informations for module users. + Shows release informations and hints about the module. Contains only main informations for module users.

    @@ -2818,9 +2818,9 @@ Aug 18 21:08:27 fhemtest.myds.me 1 2017-08-18T21:08:27.095 fhemtest.myds.me Test
      -
    • versionHistory
      +
    • versionNotes

      - Zeigt Release Informationen des Moduls an. Es sind nur Informationen mit Bedeutung für den Modulnutzer + Zeigt Release Informationen und Hinweise zum Modul an. Es sind nur Informationen mit Bedeutung für den Modulnutzer enthalten.