Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter Linux Control v1.x.x

NEWS

  • Wartung am 15.11. – Forum ab 22:00 Uhr nicht erreichbar
    BluefoxB
    Bluefox
    11
    2
    228

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.7k

Test Adapter Linux Control v1.x.x

Test Adapter Linux Control v1.x.x

Scheduled Pinned Locked Moved Tester
adaptercontrolhardwarelinuxsteuern
675 Posts 70 Posters 171.3k Views 64 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • liv-in-skyL liv-in-sky

    @Negalein einfach deaktivieren - ist nicht notwendig

    NegaleinN Offline
    NegaleinN Offline
    Negalein
    Global Moderator
    wrote on last edited by
    #16

    @liv-in-sky sagte in Test Adapter Linux Control v0.x.x:

    einfach deaktivieren - ist nicht notwendig

    thx, läuft.

    auch deine 3 Befehle für Temp, Kapazität und IP funktionieren super.

    ° Node.js: 20.17.0 NPM: 10.8.2
    ° Proxmox, Ubuntu 22.04.3 LTS
    ° Fixer ---> iob fix

    1 Reply Last reply
    1
    • liv-in-skyL liv-in-sky

      @Scrounger
      thema polling time:

      alles was ich so bei google gesehen habe, bezieht sich eher auf gleichzeitige sessions. ich denke, da sollte es kein problem geben - aber limitiere es auf 10s minimum

      vielleicht meldet sich noch ein linux freek

      oder wie auch schon die letzte anfrage, was "nice to have" wäre: eine extra polling zeit für commands

      ordner und dienste können gerne minütlich (oder höher) abgefragt werden - aber temp oder z.b auslastung ( iobroker dienste)

      ps: command als button - geniale idee 🙂

      ScroungerS Offline
      ScroungerS Offline
      Scrounger
      Developer
      wrote on last edited by
      #17

      @liv-in-sky sagte in Test Adapter Linux Control v0.x.x:

      @Scrounger
      thema polling time:

      alles was ich so bei google gesehen habe, bezieht sich eher auf gleichzeitige sessions. ich denke, da sollte es kein problem geben - aber limitiere es auf 10s minimum

      vielleicht meldet sich noch ein linux freek

      Gleichzeitig session können aktuell nicht passieren, außer es trägt halt jemand den Host zweimal oder mehr ein.

      oder wie auch schon die letzte anfrage, was "nice to have" wäre: eine extra polling zeit für commands

      Die Idee gefällt mir auch, allerdings ist das ein sehr tiefer Eingriff in den Code, das hätte ich besser von Anfang auf dem Schirm haben sollen 😨
      Problem hierbei ist dann, dass es dann wirklich zu mehreren gleichzeitgen Zugriffen kommen kann, je nachdem wieviele konfiguriert sind und die einzelnen intervalle aussehen.
      Ich schau mal, ob und wie ich das umsetzen könnte, muss ich drüber nachdenken.

      ps: command als button - geniale idee 🙂

      Versteh ich nicht, das gibt es doch schon:
      fbd51339-2bab-4b7d-9ce6-1725c6cea9f8-grafik.png

      @Negalein

      linux-control.0	2020-08-13 15:16:41.863	error	W: Problem beim Entfernen (unlink) der Datei /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Keine Berechtigung)
      

      Steht doch ganz klar im log 😉 Fehlende Berechtigung. D.h. der User mit dem du den login machst hat nicht die ausreichenden Berechtigung oder brauch halt sudo.

      Ist das needrestart was wichtiges/informatives?

      Nicht zwingend, wenn du das paket installiert hast, wird dir in iob gezeigt ob deine Maschine einen neustart braucht + was den neustart braucht session, container, etc.
      Ich nutze das in Verbindung mit unattended-upgrades, damit kann man die linux maschine automatisch updaten lassen. Wenn jetzt ein update durchgeführt wurde, muss man manchmal nen neustart machen und das bekommt man iob dann eben mit needrestart mit.

      Damit kann man dann so was z.B. visualisieren:
      4301037f-09cd-4f17-871b-a6fdf7dedffc-grafik.png

      Letzte automatische Update war gestern, braucht nen neustart.

      <a href="https://github.com/Scrounger/ioBroker.linkeddevices">LinkedDevices Adapter</a>

      <a href="https://github.com/Scrounger/ioBroker.vis-materialdesign">Material Design Widgets</a>

      liv-in-skyL NegaleinN 2 Replies Last reply
      1
      • ScroungerS Scrounger

        @liv-in-sky sagte in Test Adapter Linux Control v0.x.x:

        @Scrounger
        thema polling time:

        alles was ich so bei google gesehen habe, bezieht sich eher auf gleichzeitige sessions. ich denke, da sollte es kein problem geben - aber limitiere es auf 10s minimum

        vielleicht meldet sich noch ein linux freek

        Gleichzeitig session können aktuell nicht passieren, außer es trägt halt jemand den Host zweimal oder mehr ein.

        oder wie auch schon die letzte anfrage, was "nice to have" wäre: eine extra polling zeit für commands

        Die Idee gefällt mir auch, allerdings ist das ein sehr tiefer Eingriff in den Code, das hätte ich besser von Anfang auf dem Schirm haben sollen 😨
        Problem hierbei ist dann, dass es dann wirklich zu mehreren gleichzeitgen Zugriffen kommen kann, je nachdem wieviele konfiguriert sind und die einzelnen intervalle aussehen.
        Ich schau mal, ob und wie ich das umsetzen könnte, muss ich drüber nachdenken.

        ps: command als button - geniale idee 🙂

        Versteh ich nicht, das gibt es doch schon:
        fbd51339-2bab-4b7d-9ce6-1725c6cea9f8-grafik.png

        @Negalein

        linux-control.0	2020-08-13 15:16:41.863	error	W: Problem beim Entfernen (unlink) der Datei /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Keine Berechtigung)
        

        Steht doch ganz klar im log 😉 Fehlende Berechtigung. D.h. der User mit dem du den login machst hat nicht die ausreichenden Berechtigung oder brauch halt sudo.

        Ist das needrestart was wichtiges/informatives?

        Nicht zwingend, wenn du das paket installiert hast, wird dir in iob gezeigt ob deine Maschine einen neustart braucht + was den neustart braucht session, container, etc.
        Ich nutze das in Verbindung mit unattended-upgrades, damit kann man die linux maschine automatisch updaten lassen. Wenn jetzt ein update durchgeführt wurde, muss man manchmal nen neustart machen und das bekommt man iob dann eben mit needrestart mit.

        Damit kann man dann so was z.B. visualisieren:
        4301037f-09cd-4f17-871b-a6fdf7dedffc-grafik.png

        Letzte automatische Update war gestern, braucht nen neustart.

        liv-in-skyL Offline
        liv-in-skyL Offline
        liv-in-sky
        wrote on last edited by
        #18

        @Scrounger sagte in Test Adapter Linux Control v0.x.x:

        Versteh ich nicht, das gibt es doch schon:

        aber ich hatte es erst entdeckt ✌

        war kein vorschlag sondern eine äußerung der faszination

        nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

        ScroungerS 1 Reply Last reply
        0
        • liv-in-skyL liv-in-sky

          @Scrounger sagte in Test Adapter Linux Control v0.x.x:

          Versteh ich nicht, das gibt es doch schon:

          aber ich hatte es erst entdeckt ✌

          war kein vorschlag sondern eine äußerung der faszination

          ScroungerS Offline
          ScroungerS Offline
          Scrounger
          Developer
          wrote on last edited by
          #19

          @liv-in-sky
          Achso 🙂

          Darüber kannst dann ja deinen sekündlichen Abruf heute noch umsetzen 😉 😁

          <a href="https://github.com/Scrounger/ioBroker.linkeddevices">LinkedDevices Adapter</a>

          <a href="https://github.com/Scrounger/ioBroker.vis-materialdesign">Material Design Widgets</a>

          1 Reply Last reply
          0
          • ScroungerS Scrounger

            @liv-in-sky sagte in Test Adapter Linux Control v0.x.x:

            @Scrounger
            thema polling time:

            alles was ich so bei google gesehen habe, bezieht sich eher auf gleichzeitige sessions. ich denke, da sollte es kein problem geben - aber limitiere es auf 10s minimum

            vielleicht meldet sich noch ein linux freek

            Gleichzeitig session können aktuell nicht passieren, außer es trägt halt jemand den Host zweimal oder mehr ein.

            oder wie auch schon die letzte anfrage, was "nice to have" wäre: eine extra polling zeit für commands

            Die Idee gefällt mir auch, allerdings ist das ein sehr tiefer Eingriff in den Code, das hätte ich besser von Anfang auf dem Schirm haben sollen 😨
            Problem hierbei ist dann, dass es dann wirklich zu mehreren gleichzeitgen Zugriffen kommen kann, je nachdem wieviele konfiguriert sind und die einzelnen intervalle aussehen.
            Ich schau mal, ob und wie ich das umsetzen könnte, muss ich drüber nachdenken.

            ps: command als button - geniale idee 🙂

            Versteh ich nicht, das gibt es doch schon:
            fbd51339-2bab-4b7d-9ce6-1725c6cea9f8-grafik.png

            @Negalein

            linux-control.0	2020-08-13 15:16:41.863	error	W: Problem beim Entfernen (unlink) der Datei /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Keine Berechtigung)
            

            Steht doch ganz klar im log 😉 Fehlende Berechtigung. D.h. der User mit dem du den login machst hat nicht die ausreichenden Berechtigung oder brauch halt sudo.

            Ist das needrestart was wichtiges/informatives?

            Nicht zwingend, wenn du das paket installiert hast, wird dir in iob gezeigt ob deine Maschine einen neustart braucht + was den neustart braucht session, container, etc.
            Ich nutze das in Verbindung mit unattended-upgrades, damit kann man die linux maschine automatisch updaten lassen. Wenn jetzt ein update durchgeführt wurde, muss man manchmal nen neustart machen und das bekommt man iob dann eben mit needrestart mit.

            Damit kann man dann so was z.B. visualisieren:
            4301037f-09cd-4f17-871b-a6fdf7dedffc-grafik.png

            Letzte automatische Update war gestern, braucht nen neustart.

            NegaleinN Offline
            NegaleinN Offline
            Negalein
            Global Moderator
            wrote on last edited by
            #20

            @Scrounger sagte in Test Adapter Linux Control v0.x.x:

            Fehlende Berechtigung. D.h. der User mit dem du den login machst hat nicht die ausreichenden Berechtigung oder brauch halt sudo.

            Ok, dann versucht es der Linux-DAU mal mit sudo 😉

            wenn du das paket installiert hast, wird dir in iob gezeigt ob deine Maschine einen neustart braucht + was den neustart braucht session, container, etc.

            werde es installieren. Solche Infos intressieren mich, auch wenn ich sie nur gaaanz selten benötige.

            ° Node.js: 20.17.0 NPM: 10.8.2
            ° Proxmox, Ubuntu 22.04.3 LTS
            ° Fixer ---> iob fix

            1 Reply Last reply
            0
            • ScroungerS Scrounger
              Aktuelle Test Version 1.1.2
              Veröffentlichungsdatum 12.08.2020
              Github Link https://github.com/Scrounger/ioBroker.linux-control

              Hallo zusammen,

              ich habe einen kleinen Adapter geschrieben, mit dem Ihr Eure Linux Geräte / VMs / LXCs mittels ssh Zugriff steuern und Informationen auslesen.

              Folgende Funktionen bietet der Adapter:

              • ssh login über Benutzer und Passwort oder per RSA Key (empfohlen!)

              • vordefinierte Datenpunkte, um das System zu steuern (Stopp, Reboot, Updates starten, etc.) und Informationen (Services, Updates, Neustart notwendig, etc.) auszulesen
                Wichtig: Da es viele verschiedene Linux Distrubutionen gibt, ist es mir nicht möglich diese Funktionen für alle bereitzustellen, Support und Test von mir gibt es nur für Debian 10 und Ubuntu 18 / 20 LTS!

              • Informationen zu Ordner (Größe, Anzahl Dateien, letzte Änderung) auslesen

              • Meine Befehle - hier könnt Ihr Eure eigenen ganz individuellen Befehle ausführen lassen und z.B. einen Befehl ausführen oder Informationen in einen selbstdefinierten Datenpunkt zu schreiben.

              Alle notwendigen Informationen findet ihr in der Dokumentation.

              Vielen Dank fürs Testen!

              P.S.: Sollte die Tage auch im Latest sein.

              MicM Offline
              MicM Offline
              Mic
              Developer
              wrote on last edited by
              #21

              Hey @Scrounger

              @Scrounger sagte in Test Adapter Linux Control v0.x.x:

              ich habe einen kleinen Adapter geschrieben

              Du bist aber bescheiden 🙂 Toller Adapter, vielen dank dafür 👍 . Ich hab ihn jedoch noch nicht näher getestet, sondern nur mal angesehen, aber kann den wohl sehr gut brauchen, u.a. kann ich dadurch ggf. ein paar Bash Scripts ersetzen usw.

              Schön auch deine Implementierung von fancytree, ich hab fancytree auch kürzlich im Smart Control Adapter eingebaut, was zeitaufwändiger war als ich ursprünglich dachte, wegen spezieller "source", also Quelldaten, bei mir, und den extensions...

              1 Reply Last reply
              0
              • HomoranH Offline
                HomoranH Offline
                Homoran
                Global Moderator Administrators
                wrote on last edited by
                #22

                Ich habe mir den Adapter auch installiert, weil ich ihn sehr interessant finde.
                Leider läuft (noch) nicht alles so, wie ich es mir denke.
                Im Moment "stört" mich dass die Daten zu den Foldern nicht angegeben werden.
                Weniger weil es nicht klappt, sondern eher weil ich nicht weiß wo ich ansetzen soll.

                Habe gestern den RasPi eingebunden, bei dem hat es geklappt.
                heute zwei weitere Server, um mit @liv-in-sky ein wenig an seiner Tabelle zu basteln.

                Output_3Server003.png

                bei diesen funktioniert es nicht mit den Ordnern, auch nicht bei gleicher Konfiguration:
                Linux-Control_config_folders.png

                ich bin schon bis zu zwei Ebenen höher gegangen - ohne Erfolg.
                Oder war das sogar der Grund, weil dann zu viele Dateien/Verzeichnisse gescannt werden müssen?

                Muss zum Schluss ein abschließender Slash hin (ändert aber nichts am null)?
                Was kann ich noch ausprobieren?

                mit welchen Befehl werden diese Werte abgerufen?
                sind die ggf. je nach Distro anders?

                kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                1 Reply Last reply
                0
                • ScroungerS Offline
                  ScroungerS Offline
                  Scrounger
                  Developer
                  wrote on last edited by
                  #23

                  Version 0.2.5 bei github verügbar, bitte darauf updaten.

                  @Homoran
                  Adapter auf debug stellen und dann bitte das log posten.

                  <a href="https://github.com/Scrounger/ioBroker.linkeddevices">LinkedDevices Adapter</a>

                  <a href="https://github.com/Scrounger/ioBroker.vis-materialdesign">Material Design Widgets</a>

                  harrymH HomoranH 2 Replies Last reply
                  0
                  • ScroungerS Scrounger

                    Version 0.2.5 bei github verügbar, bitte darauf updaten.

                    @Homoran
                    Adapter auf debug stellen und dann bitte das log posten.

                    harrymH Offline
                    harrymH Offline
                    harrym
                    wrote on last edited by
                    #24

                    @Scrounger Servus.

                    mit der Version 0.2.5 kommt folgender Error ..

                    [getConnection] error: NodeSSH is not a constructor, stack: TypeError: NodeSSH is not a constructor
                    

                    ASRock FM2A88X-ITX+ mit 32GB RAM, 128GB SSD mit Proxmox, 3x1 TB SSD als RAID mit CT und VMs.

                    liv-in-skyL 1 Reply Last reply
                    0
                    • harrymH harrym

                      @Scrounger Servus.

                      mit der Version 0.2.5 kommt folgender Error ..

                      [getConnection] error: NodeSSH is not a constructor, stack: TypeError: NodeSSH is not a constructor
                      
                      liv-in-skyL Offline
                      liv-in-skyL Offline
                      liv-in-sky
                      wrote on last edited by
                      #25

                      @harrym
                      kann ich leider bestätigen

                      Image 1.png

                      nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                      ScroungerS 1 Reply Last reply
                      0
                      • ScroungerS Scrounger
                        Aktuelle Test Version 1.1.2
                        Veröffentlichungsdatum 12.08.2020
                        Github Link https://github.com/Scrounger/ioBroker.linux-control

                        Hallo zusammen,

                        ich habe einen kleinen Adapter geschrieben, mit dem Ihr Eure Linux Geräte / VMs / LXCs mittels ssh Zugriff steuern und Informationen auslesen.

                        Folgende Funktionen bietet der Adapter:

                        • ssh login über Benutzer und Passwort oder per RSA Key (empfohlen!)

                        • vordefinierte Datenpunkte, um das System zu steuern (Stopp, Reboot, Updates starten, etc.) und Informationen (Services, Updates, Neustart notwendig, etc.) auszulesen
                          Wichtig: Da es viele verschiedene Linux Distrubutionen gibt, ist es mir nicht möglich diese Funktionen für alle bereitzustellen, Support und Test von mir gibt es nur für Debian 10 und Ubuntu 18 / 20 LTS!

                        • Informationen zu Ordner (Größe, Anzahl Dateien, letzte Änderung) auslesen

                        • Meine Befehle - hier könnt Ihr Eure eigenen ganz individuellen Befehle ausführen lassen und z.B. einen Befehl ausführen oder Informationen in einen selbstdefinierten Datenpunkt zu schreiben.

                        Alle notwendigen Informationen findet ihr in der Dokumentation.

                        Vielen Dank fürs Testen!

                        P.S.: Sollte die Tage auch im Latest sein.

                        ? Offline
                        ? Offline
                        A Former User
                        wrote on last edited by
                        #26

                        @Scrounger bei mir auch der Node is not a constructor ...
                        System: Linux Mint 18.3, Node 12, js-controller 3.1.6, linux-control 0.2.5

                        1 Reply Last reply
                        0
                        • liv-in-skyL liv-in-sky

                          @harrym
                          kann ich leider bestätigen

                          Image 1.png

                          ScroungerS Offline
                          ScroungerS Offline
                          Scrounger
                          Developer
                          wrote on last edited by
                          #27

                          @liv-in-sky, @ilovegym

                          Oh sorry da hab ich was zerschossen. Habs gefixt, bitte Version 0.2.6 testen, thx.

                          <a href="https://github.com/Scrounger/ioBroker.linkeddevices">LinkedDevices Adapter</a>

                          <a href="https://github.com/Scrounger/ioBroker.vis-materialdesign">Material Design Widgets</a>

                          harrymH liv-in-skyL ? 3 Replies Last reply
                          1
                          • ScroungerS Scrounger

                            @liv-in-sky, @ilovegym

                            Oh sorry da hab ich was zerschossen. Habs gefixt, bitte Version 0.2.6 testen, thx.

                            harrymH Offline
                            harrymH Offline
                            harrym
                            wrote on last edited by
                            #28

                            @Scrounger läuft 😉

                            ASRock FM2A88X-ITX+ mit 32GB RAM, 128GB SSD mit Proxmox, 3x1 TB SSD als RAID mit CT und VMs.

                            1 Reply Last reply
                            0
                            • ScroungerS Scrounger

                              @liv-in-sky, @ilovegym

                              Oh sorry da hab ich was zerschossen. Habs gefixt, bitte Version 0.2.6 testen, thx.

                              liv-in-skyL Offline
                              liv-in-skyL Offline
                              liv-in-sky
                              wrote on last edited by liv-in-sky
                              #29

                              @Scrounger thanx 👍

                              nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                              1 Reply Last reply
                              0
                              • ScroungerS Scrounger

                                @liv-in-sky, @ilovegym

                                Oh sorry da hab ich was zerschossen. Habs gefixt, bitte Version 0.2.6 testen, thx.

                                ? Offline
                                ? Offline
                                A Former User
                                wrote on last edited by
                                #30

                                @Scrounger Super, 0.2.6 läuft ohne meckern 🙂

                                1 Reply Last reply
                                0
                                • ScroungerS Scrounger

                                  Version 0.2.5 bei github verügbar, bitte darauf updaten.

                                  @Homoran
                                  Adapter auf debug stellen und dann bitte das log posten.

                                  HomoranH Offline
                                  HomoranH Offline
                                  Homoran
                                  Global Moderator Administrators
                                  wrote on last edited by Homoran
                                  #31

                                  @Scrounger sagte in Test Adapter Linux Control v0.x.x:

                                  Version 0.2.5 bei github verügbar, bitte darauf updaten.

                                  @Homoran
                                  Adapter auf debug stellen und dann bitte das log posten.

                                  erledigt: aber noch mit der alten Version:

                                  2020-08-15 16:04:21.514 - info: host.raspberrypi Do not restart adapter system.adapter.linux-control.0 because desired by instance
                                  2020-08-15 16:04:22.317 - debug: linux-control.0 (19029) Redis Objects: Use Redis connection: 127.0.0.1:9001
                                  2020-08-15 16:04:22.356 - debug: linux-control.0 (19029) Objects client ready ... initialize now
                                  2020-08-15 16:04:22.370 - debug: linux-control.0 (19029) Objects create System PubSub Client
                                  2020-08-15 16:04:22.371 - debug: linux-control.0 (19029) Objects create User PubSub Client
                                  2020-08-15 16:04:22.372 - debug: linux-control.0 (19029) Objects client initialize lua scripts
                                  2020-08-15 16:04:22.393 - debug: linux-control.0 (19029) Objects connected to redis: 127.0.0.1:9001
                                  2020-08-15 16:04:22.402 - debug: linux-control.0 (19029) objectDB connected
                                  2020-08-15 16:04:22.404 - debug: linux-control.0 (19029) Redis States: Use Redis connection: 127.0.0.1:9000
                                  2020-08-15 16:04:22.416 - debug: linux-control.0 (19029) States create User PubSub Client
                                  2020-08-15 16:04:22.419 - debug: linux-control.0 (19029) States create System PubSub Client
                                  2020-08-15 16:04:22.438 - debug: linux-control.0 (19029) States connected to redis: 127.0.0.1:9000
                                  2020-08-15 16:04:22.439 - debug: linux-control.0 (19029) statesDB connected
                                  2020-08-15 16:04:24.577 - debug: linux-control.0 (19029) Plugin sentry Initialize Plugin (enabled=true)
                                  2020-08-15 16:04:24.740 - info: linux-control.0 (19029) starting. Version 0.2.4 in /opt/iobroker/node_modules/iobroker.linux-control, node: v10.21.0, js-controller: 3.1.4
                                  2020-08-15 16:04:24.814 - info: linux-control.0 (19029) getting data from RasPi4 (192.168.138.139:22)
                                  2020-08-15 16:04:24.857 - debug: linux-control.0 (19029) [getConnection] Host 'RasPi4' (192.168.138.139:22): using sudo for authentification
                                  2020-08-15 16:04:25.048 - debug: linux-control.0 (19029) [distributionInfo] RasPi4 (192.168.138.139:22): send command: 'cat /etc/os-release'
                                  2020-08-15 16:04:25.389 - debug: linux-control.0 (19029) [distributionInfo] RasPi4 (192.168.138.139:22): response stdout: PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
                                  NAME="Raspbian GNU/Linux"
                                  VERSION_ID="10"
                                  VERSION="10 (buster)"
                                  VERSION_CODENAME=buster
                                  ID=raspbian
                                  ID_LIKE=debian
                                  HOME_URL="http://www.raspbian.org/"
                                  SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                                  BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                                  2020-08-15 16:04:25.413 - debug: linux-control.0 (19029) [distributionInfo] RasPi4 (192.168.138.139:22): csvToJson result: [{"prop":"PRETTY_NAME","val":"Raspbian GNU/Linux 10 (buster)"},{"prop":"NAME","val":"Raspbian GNU/Linux"},{"prop":"VERSION_ID","val":"10"},{"prop":"VERSION","val":"10 (buster)"},{"prop":"VERSION_CODENAME","val":"buster"},{"prop":"ID","val":"raspbian"},{"prop":"ID_LIKE","val":"debian"},{"prop":"HOME_URL","val":"http://www.raspbian.org/"},{"prop":"SUPPORT_URL","val":"http://www.raspbian.org/RaspbianForums"},{"prop":"BUG_REPORT_URL","val":"http://www.raspbian.org/RaspbianBugs"}]
                                  2020-08-15 16:04:25.526 - debug: linux-control.0 (19029) [cmdAptUpdate] RasPi4 (192.168.138.139:22): no datapoints selected -> removing existing datapoints
                                  2020-08-15 16:04:25.637 - debug: linux-control.0 (19029) [servicesInfo] RasPi4 (192.168.138.139:22): send command: 'systemctl list-units --type service --all --no-legend | awk '{out=""; for(i=5;i<=NF;i++){out=out" "$i}; print $1","$2","$3","$4","out}''
                                  2020-08-15 16:04:25.662 - debug: linux-control.0 (19029) [servicesInfo] RasPi4 (192.168.138.139:22): response stdout: alsa-restore.service,loaded,active,exited, Save/Restore Sound Card State
                                  alsa-state.service,loaded,active,running, Manage Sound Card State (restore and store)
                                  apparmor.service,not-found,inactive,dead, apparmor.service
                                  apt-daily-upgrade.service,loaded,inactive,dead, Daily apt upgrade and clean activities
                                  apt-daily.service,loaded,inactive,dead, Daily apt download activities
                                  auditd.service,not-found,inactive,dead, auditd.service
                                  auth-rpcgss-module.service,loaded,inactive,dead, Kernel Module supporting RPCSEC_GSS
                                  avahi-daemon.service,loaded,active,running, Avahi mDNS/DNS-SD Stack
                                  bluetooth.service,loaded,active,running, Bluetooth service
                                  bthelper@hci0.service,loaded,inactive,dead, Raspberry Pi bluetooth helper
                                  connman.service,not-found,inactive,dead, connman.service
                                  console-screen.service,not-found,inactive,dead, console-screen.service
                                  console-setup.service,loaded,active,exited, Set console font and keymap
                                  cron.service,loaded,active,running, Regular background program processing daemon
                                  dbus.service,loaded,active,running, D-Bus System Message Bus
                                  dhcpcd.service,loaded,active,running, dhcpcd on all interfaces
                                  display-manager.service,not-found,inactive,dead, display-manager.service
                                  dphys-swapfile.service,loaded,active,exited, dphys-swapfile - set up, mount/unmount, and delete a swap file
                                  emergency.service,loaded,inactive,dead, Emergency Shell
                                  fake-hwclock.service,loaded,active,exited, Restore / save the current clock
                                  getty-static.service,loaded,inactive,dead, getty on tty2-tty6 if dbus and logind are not available
                                  getty@tty1.service,loaded,active,running, Getty on tty1
                                  gssproxy.service,not-found,inactive,dead, gssproxy.service
                                  hciuart.service,loaded,active,running, Configure Bluetooth Modems connected by UART
                                  ifupdown-pre.service,loaded,active,exited, Helper to synchronize boot up for ifupdown
                                  influxdb.service,not-found,inactive,dead, influxdb.service
                                  iobroker.service,loaded,active,running, ioBroker Server
                                  kbd.service,not-found,inactive,dead, kbd.service
                                  keyboard-setup.service,loaded,active,exited, Set the console keyboard layout
                                  kmod-static-nodes.service,loaded,active,exited, Create list of required static device nodes for the current kernel
                                  logrotate.service,loaded,inactive,dead, Rotate log files
                                  man-db.service,loaded,inactive,dead, Daily man-db regeneration
                                  mariadb-server.service,not-found,inactive,dead, mariadb-server.service
                                  mountkernfs.service,masked,inactive,dead, mountkernfs.service
                                  mysql-server.service,not-found,inactive,dead, mysql-server.service
                                  networking.service,loaded,active,exited, Raise network interfaces
                                  NetworkManager.service,not-found,inactive,dead, NetworkManager.service
                                  nfs-blkmap.service,not-found,inactive,dead, nfs-blkmap.service
                                  nfs-config.service,loaded,inactive,dead, Preprocess NFS configuration
                                  nfs-server.service,not-found,inactive,dead, nfs-server.service
                                  nfs-utils.service,loaded,inactive,dead, NFS server and client services
                                  plymouth-quit-wait.service,not-found,inactive,dead, plymouth-quit-wait.service
                                  plymouth-start.service,not-found,inactive,dead, plymouth-start.service
                                  raspberrypi-net-mods.service,loaded,inactive,dead, Copy user wpa_supplicant.conf
                                  raspi-config.service,loaded,active,exited, LSB: Switch to ondemand cpu governor (unless shift key is pressed)
                                  rc-local.service,loaded,active,exited, /etc/rc.local Compatibility
                                  redis.service,not-found,inactive,dead, redis.service
                                  regenerate_ssh_host_keys.service,loaded,inactive,dead, Regenerate SSH host keys
                                  rescue.service,loaded,inactive,dead, Rescue Shell
                                  rng-tools.service,loaded,active,running, rng-tools.service
                                  rpc-gssd.service,loaded,inactive,dead, RPC security service for NFS client and server
                                  rpc-svcgssd.service,loaded,inactive,dead, RPC security service for NFS server
                                  rpi-eeprom-update.service,loaded,active,exited, Check for Raspberry Pi EEPROM updates
                                  rsync.service,loaded,inactive,dead, fast remote file copy program daemon
                                  rsyslog.service,loaded,active,running, System Logging Service
                                  ssh.service,loaded,active,running, OpenBSD Secure Shell server
                                  sshswitch.service,loaded,inactive,dead, Turn on SSH if /boot/ssh is present
                                  systemd-ask-password-console.service,loaded,inactive,dead, Dispatch Password Requests to Console
                                  systemd-ask-password-wall.service,loaded,inactive,dead, Forward Password Requests to Wall
                                  systemd-binfmt.service,loaded,inactive,dead, Set Up Additional Binary Formats
                                  systemd-fsck-root.service,loaded,active,exited, File System Check on Root Device
                                  systemd-fsck@dev-disk-by\x2dpartuuid-50fbae26\x2d01.service,loaded,active,exited, File System Check on /dev/disk/by-partuuid/50fbae26-01
                                  systemd-fsckd.service,loaded,inactive,dead, File System Check Daemon to report status
                                  systemd-hwdb-update.service,loaded,inactive,dead, Rebuild Hardware Database
                                  systemd-initctl.service,loaded,inactive,dead, initctl Compatibility Daemon
                                  systemd-journal-flush.service,loaded,active,exited, Flush Journal to Persistent Storage
                                  systemd-journald.service,loaded,active,running, Journal Service
                                  systemd-logind.service,loaded,active,running, Login Service
                                  systemd-machine-id-commit.service,loaded,inactive,dead, Commit a transient machine-id on disk
                                  systemd-modules-load.service,loaded,active,exited, Load Kernel Modules
                                  systemd-networkd.service,loaded,inactive,dead, Network Service
                                  systemd-quotacheck.service,loaded,inactive,dead, File System Quota Check
                                  systemd-random-seed.service,loaded,active,exited, Load/Save Random Seed
                                  systemd-remount-fs.service,loaded,active,exited, Remount Root and Kernel File Systems
                                  systemd-rfkill.service,loaded,inactive,dead, Load/Save RF Kill Switch Status
                                  systemd-sysctl.service,loaded,active,exited, Apply Kernel Variables
                                  systemd-sysusers.service,loaded,active,exited, Create System Users
                                  systemd-timesyncd.service,loaded,active,running, Network Time Synchronization
                                  systemd-tmpfiles-clean.service,loaded,inactive,dead, Cleanup of Temporary Directories
                                  systemd-tmpfiles-setup-dev.service,loaded,active,exited, Create Static Device Nodes in /dev
                                  systemd-tmpfiles-setup.service,loaded,active,exited, Create Volatile Files and Directories
                                  systemd-udev-trigger.service,loaded,active,exited, udev Coldplug all Devices
                                  systemd-udevd.service,loaded,active,running, udev Kernel Device Manager
                                  systemd-update-done.service,not-found,inactive,dead, systemd-update-done.service
                                  systemd-update-utmp-runlevel.service,loaded,inactive,dead, Update UTMP about System Runlevel Changes
                                  systemd-update-utmp.service,loaded,active,exited, Update UTMP about System Boot/Shutdown
                                  systemd-user-sessions.service,loaded,active,exited, Permit User Sessions
                                  systemd-vconsole-setup.service,not-found,inactive,dead, systemd-vconsole-setup.service
                                  triggerhappy.service,loaded,active,running, triggerhappy global hotkey daemon
                                  user-runtime-dir@1000.service,loaded,active,exited, User Runtime Directory /run/user/1000
                                  user@1000.service,loaded,active,running, User Manager for UID 1000
                                  wpa_supplicant.service,loaded,active,running, WPA supplicant
                                  2020-08-15 16:04:25.669 - debug: linux-control.0 (19029) [servicesInfo] RasPi4 (192.168.138.139:22): csvToJson result: [{"id":"alsa-restore.service","load":"loaded","active":"active","running":"exited","description":"Save/Restore Sound Card State"},{"id":"alsa-state.service","load":"loaded","active":"active","running":"running","description":"Manage Sound Card State (restore and store)"},{"id":"apparmor.service","load":"not-found","active":"inactive","running":"dead","description":"apparmor.service"},{"id":"apt-daily-upgrade.service","load":"loaded","active":"inactive","running":"dead","description":"Daily apt upgrade and clean activities"},{"id":"apt-daily.service","load":"loaded","active":"inactive","running":"dead","description":"Daily apt download activities"},{"id":"auditd.service","load":"not-found","active":"inactive","running":"dead","description":"auditd.service"},{"id":"auth-rpcgss-module.service","load":"loaded","active":"inactive","running":"dead","description":"Kernel Module supporting RPCSEC_GSS"},{"id":"avahi-daemon.service","load":"loaded","active":"active","running":"running","description":"Avahi mDNS/DNS-SD Stack"},{"id":"bluetooth.service","load":"loaded","active":"active","running":"running","description":"Bluetooth service"},{"id":"bthelper@hci0.service","load":"loaded","active":"inactive","running":"dead","description":"Raspberry Pi bluetooth helper"},{"id":"connman.service","load":"not-found","active":"inactive","running":"dead","description":"connman.service"},{"id":"console-screen.service","load":"not-found","active":"inactive","running":"dead","description":"console-screen.service"},{"id":"console-setup.service","load":"loaded","active":"active","running":"exited","description":"Set console font and keymap"},{"id":"cron.service","load":"loaded","active":"active","running":"running","description":"Regular background program processing daemon"},{"id":"dbus.service","load":"loaded","active":"active","running":"running","description":"D-Bus System Message Bus"},{"id":"dhcpcd.service","load":"loaded","active":"active","running":"running","description":"dhcpcd on all interfaces"},{"id":"display-manager.service","load":"not-found","active":"inactive","running":"dead","description":"display-manager.service"},{"id":"dphys-swapfile.service","load":"loaded","active":"active","running":"exited","description":"dphys-swapfile - set up","field6":"mount/unmount","field7":"and delete a swap file"},{"id":"emergency.service","load":"loaded","active":"inactive","running":"dead","description":"Emergency Shell"},{"id":"fake-hwclock.service","load":"loaded","active":"active","running":"exited","description":"Restore / save the current clock"},{"id":"getty-static.service","load":"loaded","active":"inactive","running":"dead","description":"getty on tty2-tty6 if dbus and logind are not available"},{"id":"getty@tty1.service","load":"loaded","active":"active","running":"running","description":"Getty on tty1"},{"id":"gssproxy.service","load":"not-found","active":"inactive","running":"dead","description":"gssproxy.service"},{"id":"hciuart.service","load":"loaded","active":"active","running":"running","description":"Configure Bluetooth Modems connected by UART"},{"id":"ifupdown-pre.service","load":"loaded","active":"active","running":"exited","description":"Helper to synchronize boot up for ifupdown"},{"id":"influxdb.service","load":"not-found","active":"inactive","running":"dead","description":"influxdb.service"},{"id":"iobroker.service","load":"loaded","active":"active","running":"running","description":"ioBroker Server"},{"id":"kbd.service","load":"not-found","active":"inactive","running":"dead","description":"kbd.service"},{"id":"keyboard-setup.service","load":"loaded","active":"active","running":"exited","description":"Set the console keyboard layout"},{"id":"kmod-static-nodes.service","load":"loaded","active":"active","running":"exited","description":"Create list of required static device nodes for the current kernel"},{"id":"logrotate.service","load":"loaded","active":"inactive","running":"dead","description":"Rotate log files"},{"id":"man-db.service","load":"loaded","active":"inactive","running":"dead","description":"Daily man-db regeneration"},{"id":"mariadb-server.service","load":"not-found","active":"inactive","running":"dead","description":"mariadb-server.service"},{"id":"mountkernfs.service","load":"masked","active":"inactive","running":"dead","description":"mountkernfs.service"},{"id":"mysql-server.service","load":"not-found","active":"inactive","running":"dead","description":"mysql-server.service"},{"id":"networking.service","load":"loaded","active":"active","running":"exited","description":"Raise network interfaces"},{"id":"NetworkManager.service","load":"not-found","active":"inactive","running":"dead","description":"NetworkManager.service"},{"id":"nfs-blkmap.service","load":"not-found","active":"inactive","running":"dead","description":"nfs-blkmap.service"},{"id":"nfs-config.service","load":"loaded","active":"inactive","running":"dead","description":"Preprocess NFS configuration"},{"id":"nfs-server.service","load":"not-found","active":"inactive","running":"dead","description":"nfs-server.service"},{"id":"nfs-utils.service","load":"loaded","active":"inactive","running":"dead","description":"NFS server and client services"},{"id":"plymouth-quit-wait.service","load":"not-found","active":"inactive","running":"dead","description":"plymouth-quit-wait.service"},{"id":"plymouth-start.service","load":"not-found","active":"inactive","running":"dead","description":"plymouth-start.service"},{"id":"raspberrypi-net-mods.service","load":"loaded","active":"inactive","running":"dead","description":"Copy user wpa_supplicant.conf"},{"id":"raspi-config.service","load":"loaded","active":"active","running":"exited","description":"LSB: Switch to ondemand cpu governor (unless shift key is pressed)"},{"id":"rc-local.service","load":"loaded","active":"active","running":"exited","description":"/etc/rc.local Compatibility"},{"id":"redis.service","load":"not-found","active":"inactive","running":"dead","description":"redis.service"},{"id":"regenerate_ssh_host_keys.service","load":"loaded","active":"inactive","running":"dead","description":"Regenerate SSH host keys"},{"id":"rescue.service","load":"loaded","active":"inactive","running":"dead","description":"Rescue Shell"},{"id":"rng-tools.service","load":"loaded","active":"active","running":"running","description":"rng-tools.service"},{"id":"rpc-gssd.service","load":"loaded","active":"inactive","running":"dead","description":"RPC security service for NFS client and server"},{"id":"rpc-svcgssd.service","load":"loaded","active":"inactive","running":"dead","description":"RPC security service for NFS server"},{"id":"rpi-eeprom-update.service","load":"loaded","active":"active","running":"exited","description":"Check for Raspberry Pi EEPROM updates"},{"id":"rsync.service","load":"loaded","active":"inactive","running":"dead","description":"fast remote file copy program daemon"},{"id":"rsyslog.service","load":"loaded","active":"active","running":"running","description":"System Logging Service"},{"id":"ssh.service","load":"loaded","active":"active","running":"running","description":"OpenBSD Secure Shell server"},{"id":"sshswitch.service","load":"loaded","active":"inactive","running":"dead","description":"Turn on SSH if /boot/ssh is present"},{"id":"systemd-ask-password-console.service","load":"loaded","active":"inactive","running":"dead","description":"Dispatch Password Requests to Console"},{"id":"systemd-ask-password-wall.service","load":"loaded","active":"inactive","running":"dead","description":"Forward Password Requests to Wall"},{"id":"systemd-binfmt.service","load":"loaded","active":"inactive","running":"dead","description":"Set Up Additional Binary Formats"},{"id":"systemd-fsck-root.service","load":"loaded","active":"active","running":"exited","description":"File System Check on Root Device"},{"id":"systemd-fsck@dev-disk-by\\x2dpartuuid-50fbae26\\x2d01.service","load":"loaded","active":"active","running":"exited","description":"File System Check on /dev/disk/by-partuuid/50fbae26-01"},{"id":"systemd-fsckd.service","load":"loaded","active":"inactive","running":"dead","description":"File System Check Daemon to report status"},{"id":"systemd-hwdb-update.service","load":"loaded","active":"inactive","running":"dead","description":"Rebuild Hardware Database"},{"id":"systemd-initctl.service","load":"loaded","active":"inactive","running":"dead","description":"initctl Compatibility Daemon"},{"id":"systemd-journal-flush.service","load":"loaded","active":"active","running":"exited","description":"Flush Journal to Persistent Storage"},{"id":"systemd-journald.service","load":"loaded","active":"active","running":"running","description":"Journal Service"},{"id":"systemd-logind.service","load":"loaded","active":"active","running":"running","description":"Login Service"},{"id":"systemd-machine-id-commit.service","load":"loaded","active":"inactive","running":"dead","description":"Commit a transient machine-id on disk"},{"id":"systemd-modules-load.service","load":"loaded","active":"active","running":"exited","description":"Load Kernel Modules"},{"id":"systemd-networkd.service","load":"loaded","active":"inactive","running":"dead","description":"Network Service"},{"id":"systemd-quotacheck.service","load":"loaded","active":"inactive","running":"dead","description":"File System Quota Check"},{"id":"systemd-random-seed.service","load":"loaded","active":"active","running":"exited","description":"Load/Save Random Seed"},{"id":"systemd-remount-fs.service","load":"loaded","active":"active","running":"exited","description":"Remount Root and Kernel File Systems"},{"id":"systemd-rfkill.service","load":"loaded","active":"inactive","running":"dead","description":"Load/Save RF Kill Switch Status"},{"id":"systemd-sysctl.service","load":"loaded","active":"active","running":"exited","description":"Apply Kernel Variables"},{"id":"systemd-sysusers.service","load":"loaded","active":"active","running":"exited","description":"Create System Users"},{"id":"systemd-timesyncd.service","load":"loaded","active":"active","running":"running","description":"Network Time Synchronization"},{"id":"systemd-tmpfiles-clean.service","load":"loaded","active":"inactive","running":"dead","description":"Cleanup of Temporary Directories"},{"id":"systemd-tmpfiles-setup-dev.service","load":"loaded","active":"active","running":"exited","description":"Create Static Device Nodes in /dev"},{"id":"systemd-tmpfiles-setup.service","load":"loaded","active":"active","running":"exited","description":"Create Volatile Files and Directories"},{"id":"systemd-udev-trigger.service","load":"loaded","active":"active","running":"exited","description":"udev Coldplug all Devices"},{"id":"systemd-udevd.service","load":"loaded","active":"active","running":"running","description":"udev Kernel Device Manager"},{"id":"systemd-update-done.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-update-done.service"},{"id":"systemd-update-utmp-runlevel.service","load":"loaded","active":"inactive","running":"dead","description":"Update UTMP about System Runlevel Changes"},{"id":"systemd-update-utmp.service","load":"loaded","active":"active","running":"exited","description":"Update UTMP about System Boot/Shutdown"},{"id":"systemd-user-sessions.service","load":"loaded","active":"active","running":"exited","description":"Permit User Sessions"},{"id":"systemd-vconsole-setup.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-vconsole-setup.service"},{"id":"triggerhappy.service","load":"loaded","active":"active","running":"running","description":"triggerhappy global hotkey daemon"},{"id":"user-runtime-dir@1000.service","load":"loaded","active":"active","running":"exited","description":"User Runtime Directory /run/user/1000"},{"id":"user@1000.service","load":"loaded","active":"active","running":"running","description":"User Manager for UID 1000"},{"id":"wpa_supplicant.service","load":"loaded","active":"active","running":"running","description":"WPA supplicant"}]
                                  2020-08-15 16:04:28.974 - debug: linux-control.0 (19029) [needrestart] RasPi4 (192.168.138.139:22): no datapoints selected -> removing existing datapoints
                                  2020-08-15 16:04:29.018 - debug: linux-control.0 (19029) [folderSizes] RasPi4 (192.168.138.139:22): send command: 'sudo du -sk /opt/iobroker/iobroker-data/history | awk '{ print $1 /1024 }''
                                  2020-08-15 16:04:29.265 - debug: linux-control.0 (19029) [folderSizes] RasPi4 (192.168.138.139:22): response stdout:
                                  194.051
                                  2020-08-15 16:04:29.281 - debug: linux-control.0 (19029) [folderSizes] RasPi4 (192.168.138.139:22): RasPi4.folders.history.size: 194.05 MB
                                  2020-08-15 16:04:29.328 - debug: linux-control.0 (19029) [folderSizes] RasPi4 (192.168.138.139:22): send command: 'sudo find /opt/iobroker/iobroker-data/history -name "*" | wc -l'
                                  2020-08-15 16:04:29.513 - debug: linux-control.0 (19029) [folderSizes] RasPi4 (192.168.138.139:22): response stdout:
                                  22104
                                  2020-08-15 16:04:29.515 - debug: linux-control.0 (19029) [folderSizes] RasPi4 (192.168.138.139:22): RasPi4.folders.history.files: 22104 Dateien
                                  2020-08-15 16:04:29.558 - debug: linux-control.0 (19029) [folderSizes] RasPi4 (192.168.138.139:22): send command: 'tmp=$(sudo find /opt/iobroker/iobroker-data/history -name "*" -type f -exec stat -c "%Y %n" -- {} \; | sort -nr | head -n1 | awk '{print $2}') && date +%s -r $tmp'
                                  2020-08-15 16:05:00.034 - info: host.raspberrypi instance system.adapter.dwd.0 started with pid 25920
                                  2020-08-15 16:05:04.414 - info: dwd.0 (25920) starting. Version 2.5.0 in /opt/iobroker/node_modules/iobroker.dwd, node: v10.21.0, js-controller: 3.1.4
                                  2020-08-15 16:05:08.655 - info: dwd.0 (25920) Terminated (NO_ERROR): Without reason
                                  2020-08-15 16:05:09.175 - info: host.raspberrypi instance system.adapter.dwd.0 terminated with code 0 (NO_ERROR)
                                  2020-08-15 16:06:06.140 - debug: linux-control.0 (19029) [folderSizes] RasPi4 (192.168.138.139:22): response stdout:
                                  1597500265
                                  2020-08-15 16:06:06.153 - debug: linux-control.0 (19029) [folderSizes] RasPi4 (192.168.138.139:22): RasPi4.folders.history.lastChange: 1597500265000 -> 15.08.2020 16:04
                                  2020-08-15 16:06:06.199 - debug: linux-control.0 (19029) [userCommand] RasPi4 (192.168.138.139:22, id: root, description: ): send command: 'df / | grep / | awk '{ print $5}' | sed 's/%//g''
                                  2020-08-15 16:06:06.217 - debug: linux-control.0 (19029) [userCommand] RasPi4 (192.168.138.139:22, id: root, description: ): response stdout: 19
                                  2020-08-15 16:06:06.270 - debug: linux-control.0 (19029) [userCommand] RasPi4 (192.168.138.139:22, id: ip, description: ): send command: 'hostname -I | cut -d' ' -f1'
                                  2020-08-15 16:06:06.297 - debug: linux-control.0 (19029) [userCommand] RasPi4 (192.168.138.139:22, id: ip, description: ): response stdout: 192.168.138.139
                                  2020-08-15 16:06:06.302 - debug: linux-control.0 (19029) [userCommand] RasPi4 (192.168.138.139:22, id: cpu-temp, description: ): send command: 'vcgencmd measure_temp | awk '{print substr($1, length($0)-5,4)}''
                                  2020-08-15 16:06:06.318 - debug: linux-control.0 (19029) [userCommand] RasPi4 (192.168.138.139:22, id: cpu-temp, description: ): response stdout: 51.0
                                  2020-08-15 16:06:06.371 - info: linux-control.0 (19029) successful received data from RasPi4 (192.168.138.139:22)
                                  2020-08-15 16:06:06.372 - info: linux-control.0 (19029) getting data from NUC_VM (192.168.138.123:22)
                                  2020-08-15 16:06:06.457 - debug: linux-control.0 (19029) [getConnection] Host 'NUC_VM' (192.168.138.123:22): using sudo for authentification
                                  2020-08-15 16:06:06.510 - debug: linux-control.0 (19029) [distributionInfo] NUC_VM (192.168.138.123:22): send command: 'cat /etc/os-release'
                                  2020-08-15 16:06:06.574 - debug: linux-control.0 (19029) [distributionInfo] NUC_VM (192.168.138.123:22): response stdout: PRETTY_NAME="Debian GNU/Linux 10 (buster)"
                                  NAME="Debian GNU/Linux"
                                  VERSION_ID="10"
                                  VERSION="10 (buster)"
                                  VERSION_CODENAME=buster
                                  ID=debian
                                  HOME_URL="https://www.debian.org/"
                                  SUPPORT_URL="https://www.debian.org/support"
                                  BUG_REPORT_URL="https://bugs.debian.org/"
                                  2020-08-15 16:06:06.578 - debug: linux-control.0 (19029) [distributionInfo] NUC_VM (192.168.138.123:22): csvToJson result: [{"prop":"PRETTY_NAME","val":"Debian GNU/Linux 10 (buster)"},{"prop":"NAME","val":"Debian GNU/Linux"},{"prop":"VERSION_ID","val":"10"},{"prop":"VERSION","val":"10 (buster)"},{"prop":"VERSION_CODENAME","val":"buster"},{"prop":"ID","val":"debian"},{"prop":"HOME_URL","val":"https://www.debian.org/"},{"prop":"SUPPORT_URL","val":"https://www.debian.org/support"},{"prop":"BUG_REPORT_URL","val":"https://bugs.debian.org/"}]
                                  2020-08-15 16:06:06.594 - debug: linux-control.0 (19029) [cmdAptUpdate] NUC_VM (192.168.138.123:22): no datapoints selected -> removing existing datapoints
                                  2020-08-15 16:06:06.598 - debug: linux-control.0 (19029) [servicesInfo] NUC_VM (192.168.138.123:22): send command: 'systemctl list-units --type service --all --no-legend | awk '{out=""; for(i=5;i<=NF;i++){out=out" "$i}; print $1","$2","$3","$4","out}''
                                  2020-08-15 16:06:06.610 - debug: linux-control.0 (19029) [servicesInfo] NUC_VM (192.168.138.123:22): response stdout: apache2.service,loaded,active,running, The Apache HTTP Server
                                  apparmor.service,loaded,active,exited, Load AppArmor profiles
                                  apt-daily-upgrade.service,loaded,inactive,dead, Daily apt upgrade and clean activities
                                  apt-daily.service,loaded,inactive,dead, Daily apt download activities
                                  auditd.service,not-found,inactive,dead, auditd.service
                                  auth-rpcgss-module.service,loaded,inactive,dead, Kernel Module supporting RPCSEC_GSS
                                  avahi-daemon.service,loaded,active,running, Avahi mDNS/DNS-SD Stack
                                  clamav-daemon.service,not-found,inactive,dead, clamav-daemon.service
                                  connman.service,not-found,inactive,dead, connman.service
                                  console-screen.service,not-found,inactive,dead, console-screen.service
                                  console-setup.service,loaded,active,exited, Set console font and keymap
                                  cron.service,loaded,active,running, Regular background program processing daemon
                                  cups-browsed.service,loaded,failed,failed, Make remote CUPS printers available locally
                                  cups.service,loaded,active,running, CUPS Scheduler
                                  dbus.service,loaded,active,running, D-Bus System Message Bus
                                  display-manager.service,not-found,inactive,dead, display-manager.service
                                  emergency.service,loaded,inactive,dead, Emergency Shell
                                  exim4.service,loaded,active,running, LSB: exim Mail Transport Agent
                                  getty-static.service,loaded,inactive,dead, getty on tty2-tty6 if dbus and logind are not available
                                  getty@tty1.service,loaded,active,running, Getty on tty1
                                  greylist.service,not-found,inactive,dead, greylist.service
                                  gssproxy.service,not-found,inactive,dead, gssproxy.service
                                  ifup@ens18.service,loaded,active,exited, ifup for ens18
                                  ifupdown-pre.service,loaded,active,exited, Helper to synchronize boot up for ifupdown
                                  influxdb.service,not-found,inactive,dead, influxdb.service
                                  iobroker.service,loaded,active,running, ioBroker Server
                                  irqbalance.service,loaded,active,running, irqbalance daemon
                                  kbd.service,not-found,inactive,dead, kbd.service
                                  keyboard-setup.service,loaded,active,exited, Set the console keyboard layout
                                  kmod-static-nodes.service,loaded,active,exited, Create list of required static device nodes for the current kernel
                                  logrotate.service,loaded,inactive,dead, Rotate log files
                                  man-db.service,loaded,inactive,dead, Daily man-db regeneration
                                  mariadb-server.service,not-found,inactive,dead, mariadb-server.service
                                  mysql-server.service,not-found,inactive,dead, mysql-server.service
                                  mysql.service,not-found,inactive,dead, mysql.service
                                  networking.service,loaded,active,exited, Raise network interfaces
                                  NetworkManager.service,not-found,inactive,dead, NetworkManager.service
                                  nfs-blkmap.service,not-found,inactive,dead, nfs-blkmap.service
                                  nfs-config.service,loaded,inactive,dead, Preprocess NFS configuration
                                  nfs-server.service,not-found,inactive,dead, nfs-server.service
                                  nfs-utils.service,loaded,inactive,dead, NFS server and client services
                                  ntp.service,loaded,active,running, Network Time Service
                                  plymouth-quit-wait.service,not-found,inactive,dead, plymouth-quit-wait.service
                                  plymouth-start.service,not-found,inactive,dead, plymouth-start.service
                                  postgresql.service,not-found,inactive,dead, postgresql.service
                                  rc-local.service,loaded,inactive,dead, /etc/rc.local Compatibility
                                  redis.service,not-found,inactive,dead, redis.service
                                  rescue.service,loaded,inactive,dead, Rescue Shell
                                  rpc-gssd.service,loaded,inactive,dead, RPC security service for NFS client and server
                                  rpc-svcgssd.service,loaded,inactive,dead, RPC security service for NFS server
                                  rpcbind.service,loaded,active,running, RPC bind portmap service
                                  rsync.service,loaded,inactive,dead, fast remote file copy program daemon
                                  rsyslog.service,loaded,active,running, System Logging Service
                                  spamassassin.service,not-found,inactive,dead, spamassassin.service
                                  ssh.service,loaded,active,running, OpenBSD Secure Shell server
                                  systemd-ask-password-console.service,loaded,inactive,dead, Dispatch Password Requests to Console
                                  systemd-ask-password-wall.service,loaded,inactive,dead, Forward Password Requests to Wall
                                  systemd-binfmt.service,loaded,inactive,dead, Set Up Additional Binary Formats
                                  systemd-fsck-root.service,loaded,inactive,dead, File System Check on Root Device
                                  systemd-fsckd.service,loaded,inactive,dead, File System Check Daemon to report status
                                  systemd-hwdb-update.service,loaded,inactive,dead, Rebuild Hardware Database
                                  systemd-initctl.service,loaded,inactive,dead, initctl Compatibility Daemon
                                  systemd-journal-flush.service,loaded,active,exited, Flush Journal to Persistent Storage
                                  systemd-journald.service,loaded,active,running, Journal Service
                                  systemd-logind.service,loaded,active,running, Login Service
                                  systemd-machine-id-commit.service,loaded,inactive,dead, Commit a transient machine-id on disk
                                  systemd-modules-load.service,loaded,active,exited, Load Kernel Modules
                                  systemd-networkd.service,loaded,inactive,dead, Network Service
                                  systemd-random-seed.service,loaded,active,exited, Load/Save Random Seed
                                  systemd-remount-fs.service,loaded,active,exited, Remount Root and Kernel File Systems
                                  systemd-sysctl.service,loaded,active,exited, Apply Kernel Variables
                                  systemd-sysusers.service,loaded,active,exited, Create System Users
                                  systemd-timesyncd.service,loaded,inactive,dead, Network Time Synchronization
                                  systemd-tmpfiles-clean.service,loaded,inactive,dead, Cleanup of Temporary Directories
                                  systemd-tmpfiles-setup-dev.service,loaded,active,exited, Create Static Device Nodes in /dev
                                  systemd-tmpfiles-setup.service,loaded,active,exited, Create Volatile Files and Directories
                                  systemd-udev-trigger.service,loaded,active,exited, udev Coldplug all Devices
                                  systemd-udevd.service,loaded,active,running, udev Kernel Device Manager
                                  systemd-update-done.service,not-found,inactive,dead, systemd-update-done.service
                                  systemd-update-utmp-runlevel.service,loaded,inactive,dead, Update UTMP about System Runlevel Changes
                                  systemd-update-utmp.service,loaded,active,exited, Update UTMP about System Boot/Shutdown
                                  systemd-user-sessions.service,loaded,active,exited, Permit User Sessions
                                  systemd-vconsole-setup.service,not-found,inactive,dead, systemd-vconsole-setup.service
                                  user-runtime-dir@1000.service,loaded,active,exited, User Runtime Directory /run/user/1000
                                  user@1000.service,loaded,active,running, User Manager for UID 1000
                                  2020-08-15 16:06:06.615 - debug: linux-control.0 (19029) [servicesInfo] NUC_VM (192.168.138.123:22): csvToJson result: [{"id":"apache2.service","load":"loaded","active":"active","running":"running","description":"The Apache HTTP Server"},{"id":"apparmor.service","load":"loaded","active":"active","running":"exited","description":"Load AppArmor profiles"},{"id":"apt-daily-upgrade.service","load":"loaded","active":"inactive","running":"dead","description":"Daily apt upgrade and clean activities"},{"id":"apt-daily.service","load":"loaded","active":"inactive","running":"dead","description":"Daily apt download activities"},{"id":"auditd.service","load":"not-found","active":"inactive","running":"dead","description":"auditd.service"},{"id":"auth-rpcgss-module.service","load":"loaded","active":"inactive","running":"dead","description":"Kernel Module supporting RPCSEC_GSS"},{"id":"avahi-daemon.service","load":"loaded","active":"active","running":"running","description":"Avahi mDNS/DNS-SD Stack"},{"id":"clamav-daemon.service","load":"not-found","active":"inactive","running":"dead","description":"clamav-daemon.service"},{"id":"connman.service","load":"not-found","active":"inactive","running":"dead","description":"connman.service"},{"id":"console-screen.service","load":"not-found","active":"inactive","running":"dead","description":"console-screen.service"},{"id":"console-setup.service","load":"loaded","active":"active","running":"exited","description":"Set console font and keymap"},{"id":"cron.service","load":"loaded","active":"active","running":"running","description":"Regular background program processing daemon"},{"id":"cups-browsed.service","load":"loaded","active":"failed","running":"failed","description":"Make remote CUPS printers available locally"},{"id":"cups.service","load":"loaded","active":"active","running":"running","description":"CUPS Scheduler"},{"id":"dbus.service","load":"loaded","active":"active","running":"running","description":"D-Bus System Message Bus"},{"id":"display-manager.service","load":"not-found","active":"inactive","running":"dead","description":"display-manager.service"},{"id":"emergency.service","load":"loaded","active":"inactive","running":"dead","description":"Emergency Shell"},{"id":"exim4.service","load":"loaded","active":"active","running":"running","description":"LSB: exim Mail Transport Agent"},{"id":"getty-static.service","load":"loaded","active":"inactive","running":"dead","description":"getty on tty2-tty6 if dbus and logind are not available"},{"id":"getty@tty1.service","load":"loaded","active":"active","running":"running","description":"Getty on tty1"},{"id":"greylist.service","load":"not-found","active":"inactive","running":"dead","description":"greylist.service"},{"id":"gssproxy.service","load":"not-found","active":"inactive","running":"dead","description":"gssproxy.service"},{"id":"ifup@ens18.service","load":"loaded","active":"active","running":"exited","description":"ifup for ens18"},{"id":"ifupdown-pre.service","load":"loaded","active":"active","running":"exited","description":"Helper to synchronize boot up for ifupdown"},{"id":"influxdb.service","load":"not-found","active":"inactive","running":"dead","description":"influxdb.service"},{"id":"iobroker.service","load":"loaded","active":"active","running":"running","description":"ioBroker Server"},{"id":"irqbalance.service","load":"loaded","active":"active","running":"running","description":"irqbalance daemon"},{"id":"kbd.service","load":"not-found","active":"inactive","running":"dead","description":"kbd.service"},{"id":"keyboard-setup.service","load":"loaded","active":"active","running":"exited","description":"Set the console keyboard layout"},{"id":"kmod-static-nodes.service","load":"loaded","active":"active","running":"exited","description":"Create list of required static device nodes for the current kernel"},{"id":"logrotate.service","load":"loaded","active":"inactive","running":"dead","description":"Rotate log files"},{"id":"man-db.service","load":"loaded","active":"inactive","running":"dead","description":"Daily man-db regeneration"},{"id":"mariadb-server.service","load":"not-found","active":"inactive","running":"dead","description":"mariadb-server.service"},{"id":"mysql-server.service","load":"not-found","active":"inactive","running":"dead","description":"mysql-server.service"},{"id":"mysql.service","load":"not-found","active":"inactive","running":"dead","description":"mysql.service"},{"id":"networking.service","load":"loaded","active":"active","running":"exited","description":"Raise network interfaces"},{"id":"NetworkManager.service","load":"not-found","active":"inactive","running":"dead","description":"NetworkManager.service"},{"id":"nfs-blkmap.service","load":"not-found","active":"inactive","running":"dead","description":"nfs-blkmap.service"},{"id":"nfs-config.service","load":"loaded","active":"inactive","running":"dead","description":"Preprocess NFS configuration"},{"id":"nfs-server.service","load":"not-found","active":"inactive","running":"dead","description":"nfs-server.service"},{"id":"nfs-utils.service","load":"loaded","active":"inactive","running":"dead","description":"NFS server and client services"},{"id":"ntp.service","load":"loaded","active":"active","running":"running","description":"Network Time Service"},{"id":"plymouth-quit-wait.service","load":"not-found","active":"inactive","running":"dead","description":"plymouth-quit-wait.service"},{"id":"plymouth-start.service","load":"not-found","active":"inactive","running":"dead","description":"plymouth-start.service"},{"id":"postgresql.service","load":"not-found","active":"inactive","running":"dead","description":"postgresql.service"},{"id":"rc-local.service","load":"loaded","active":"inactive","running":"dead","description":"/etc/rc.local Compatibility"},{"id":"redis.service","load":"not-found","active":"inactive","running":"dead","description":"redis.service"},{"id":"rescue.service","load":"loaded","active":"inactive","running":"dead","description":"Rescue Shell"},{"id":"rpc-gssd.service","load":"loaded","active":"inactive","running":"dead","description":"RPC security service for NFS client and server"},{"id":"rpc-svcgssd.service","load":"loaded","active":"inactive","running":"dead","description":"RPC security service for NFS server"},{"id":"rpcbind.service","load":"loaded","active":"active","running":"running","description":"RPC bind portmap service"},{"id":"rsync.service","load":"loaded","active":"inactive","running":"dead","description":"fast remote file copy program daemon"},{"id":"rsyslog.service","load":"loaded","active":"active","running":"running","description":"System Logging Service"},{"id":"spamassassin.service","load":"not-found","active":"inactive","running":"dead","description":"spamassassin.service"},{"id":"ssh.service","load":"loaded","active":"active","running":"running","description":"OpenBSD Secure Shell server"},{"id":"systemd-ask-password-console.service","load":"loaded","active":"inactive","running":"dead","description":"Dispatch Password Requests to Console"},{"id":"systemd-ask-password-wall.service","load":"loaded","active":"inactive","running":"dead","description":"Forward Password Requests to Wall"},{"id":"systemd-binfmt.service","load":"loaded","active":"inactive","running":"dead","description":"Set Up Additional Binary Formats"},{"id":"systemd-fsck-root.service","load":"loaded","active":"inactive","running":"dead","description":"File System Check on Root Device"},{"id":"systemd-fsckd.service","load":"loaded","active":"inactive","running":"dead","description":"File System Check Daemon to report status"},{"id":"systemd-hwdb-update.service","load":"loaded","active":"inactive","running":"dead","description":"Rebuild Hardware Database"},{"id":"systemd-initctl.service","load":"loaded","active":"inactive","running":"dead","description":"initctl Compatibility Daemon"},{"id":"systemd-journal-flush.service","load":"loaded","active":"active","running":"exited","description":"Flush Journal to Persistent Storage"},{"id":"systemd-journald.service","load":"loaded","active":"active","running":"running","description":"Journal Service"},{"id":"systemd-logind.service","load":"loaded","active":"active","running":"running","description":"Login Service"},{"id":"systemd-machine-id-commit.service","load":"loaded","active":"inactive","running":"dead","description":"Commit a transient machine-id on disk"},{"id":"systemd-modules-load.service","load":"loaded","active":"active","running":"exited","description":"Load Kernel Modules"},{"id":"systemd-networkd.service","load":"loaded","active":"inactive","running":"dead","description":"Network Service"},{"id":"systemd-random-seed.service","load":"loaded","active":"active","running":"exited","description":"Load/Save Random Seed"},{"id":"systemd-remount-fs.service","load":"loaded","active":"active","running":"exited","description":"Remount Root and Kernel File Systems"},{"id":"systemd-sysctl.service","load":"loaded","active":"active","running":"exited","description":"Apply Kernel Variables"},{"id":"systemd-sysusers.service","load":"loaded","active":"active","running":"exited","description":"Create System Users"},{"id":"systemd-timesyncd.service","load":"loaded","active":"inactive","running":"dead","description":"Network Time Synchronization"},{"id":"systemd-tmpfiles-clean.service","load":"loaded","active":"inactive","running":"dead","description":"Cleanup of Temporary Directories"},{"id":"systemd-tmpfiles-setup-dev.service","load":"loaded","active":"active","running":"exited","description":"Create Static Device Nodes in /dev"},{"id":"systemd-tmpfiles-setup.service","load":"loaded","active":"active","running":"exited","description":"Create Volatile Files and Directories"},{"id":"systemd-udev-trigger.service","load":"loaded","active":"active","running":"exited","description":"udev Coldplug all Devices"},{"id":"systemd-udevd.service","load":"loaded","active":"active","running":"running","description":"udev Kernel Device Manager"},{"id":"systemd-update-done.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-update-done.service"},{"id":"systemd-update-utmp-runlevel.service","load":"loaded","active":"inactive","running":"dead","description":"Update UTMP about System Runlevel Changes"},{"id":"systemd-update-utmp.service","load":"loaded","active":"active","running":"exited","description":"Update UTMP about System Boot/Shutdown"},{"id":"systemd-user-sessions.service","load":"loaded","active":"active","running":"exited","description":"Permit User Sessions"},{"id":"systemd-vconsole-setup.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-vconsole-setup.service"},{"id":"user-runtime-dir@1000.service","load":"loaded","active":"active","running":"exited","description":"User Runtime Directory /run/user/1000"},{"id":"user@1000.service","load":"loaded","active":"active","running":"running","description":"User Manager for UID 1000"}]
                                  2020-08-15 16:06:06.984 - debug: linux-control.0 (19029) [needrestart] NUC_VM (192.168.138.123:22): no datapoints selected -> removing existing datapoints
                                  2020-08-15 16:06:07.002 - debug: linux-control.0 (19029) [folderSizes] NUC_VM (192.168.138.123:22): send command: 'sudo du -sk /opt/iobroker/iobroker-data/history | awk '{ print $1 /1024 }''
                                  2020-08-15 16:06:07.316 - debug: linux-control.0 (19029) [folderSizes] NUC_VM (192.168.138.123:22): response stdout:
                                  [sudo] Passwort für pi:
                                  13499.5
                                  2020-08-15 16:06:07.319 - debug: linux-control.0 (19029) [folderSizes] NUC_VM (192.168.138.123:22): NUC_VM.folders.history.size: NaN MB
                                  2020-08-15 16:06:07.369 - debug: linux-control.0 (19029) [folderSizes] NUC_VM (192.168.138.123:22): send command: 'sudo find /opt/iobroker/iobroker-data/history -name "*" | wc -l'
                                  2020-08-15 16:06:07.578 - debug: linux-control.0 (19029) [folderSizes] NUC_VM (192.168.138.123:22): response stdout:
                                  [sudo] Passwort für pi:
                                  112349
                                  2020-08-15 16:06:07.581 - debug: linux-control.0 (19029) [folderSizes] NUC_VM (192.168.138.123:22): NUC_VM.folders.history.files: NaN Dateien
                                  2020-08-15 16:06:07.629 - debug: linux-control.0 (19029) [folderSizes] NUC_VM (192.168.138.123:22): send command: 'tmp=$(sudo find /opt/iobroker/iobroker-data/history -name "*" -type f -exec stat -c "%Y %n" -- {} \; | sort -nr | head -n1 | awk '{print $2}') && date +%s -r $tmp'
                                  2020-08-15 16:06:17.713 - info: web.0 (22824) ==>Connected system.user.admin from ::ffff:192.168.138.145
                                  2020-08-15 16:06:19.906 - info: web.0 (22824) <==Disconnect system.user.admin from ::ffff:192.168.138.145
                                  2020-08-15 16:08:25.229 - debug: linux-control.0 (19029) [folderSizes] NUC_VM (192.168.138.123:22): response stdout:
                                  [sudo] Passwort für pi:
                                  1597500492
                                  2020-08-15 16:08:25.232 - debug: linux-control.0 (19029) [folderSizes] NUC_VM (192.168.138.123:22): NUC_VM.folders.history.lastChange: NaN ->
                                  2020-08-15 16:08:25.279 - debug: linux-control.0 (19029) [userCommand] NUC_VM (192.168.138.123:22, id: root, description: ): send command: 'df / | grep / | awk '{ print $5}' | sed 's/%//g''
                                  2020-08-15 16:08:25.291 - debug: linux-control.0 (19029) [userCommand] NUC_VM (192.168.138.123:22, id: root, description: ): response stdout: 55
                                  2020-08-15 16:08:25.314 - debug: linux-control.0 (19029) [userCommand] NUC_VM (192.168.138.123:22, id: ip, description: ): send command: 'hostname -I | cut -d' ' -f1'
                                  2020-08-15 16:08:25.323 - debug: linux-control.0 (19029) [userCommand] NUC_VM (192.168.138.123:22, id: ip, description: ): response stdout: 192.168.138.123
                                  2020-08-15 16:08:25.371 - debug: linux-control.0 (19029) [userCommand] NUC_VM (192.168.138.123:22): datapoint-id: 'cpu-temp', description: '' -> is not enabled!
                                  2020-08-15 16:08:25.371 - debug: linux-control.0 (19029) [userCommand] NUC_VM (192.168.138.123:22, id: Ordner, description: ): send command: 'du -c /opt/iobroker/iobroker-data/history | tail -1 | awk '{printf $1MB}''
                                  2020-08-15 16:08:25.671 - debug: linux-control.0 (19029) [userCommand] NUC_VM (192.168.138.123:22, id: Ordner, description: ): response stdout: 13823576
                                  2020-08-15 16:08:25.676 - info: linux-control.0 (19029) successful received data from NUC_VM (192.168.138.123:22)
                                  2020-08-15 16:08:25.676 - info: linux-control.0 (19029) getting data from Tinker (192.168.138.74:22)
                                  2020-08-15 16:08:25.742 - debug: linux-control.0 (19029) [getConnection] Host 'Tinker' (192.168.138.74:22): using sudo for authentification
                                  2020-08-15 16:08:25.970 - debug: linux-control.0 (19029) [distributionInfo] Tinker (192.168.138.74:22): send command: 'cat /etc/os-release'
                                  2020-08-15 16:08:26.280 - debug: linux-control.0 (19029) [distributionInfo] Tinker (192.168.138.74:22): response stdout: NAME="Ubuntu"
                                  VERSION="18.04.4 LTS (Bionic Beaver)"
                                  ID=ubuntu
                                  ID_LIKE=debian
                                  PRETTY_NAME="Ubuntu 18.04.4 LTS"
                                  VERSION_ID="18.04"
                                  HOME_URL="https://www.ubuntu.com/"
                                  SUPPORT_URL="https://help.ubuntu.com/"
                                  BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
                                  PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
                                  VERSION_CODENAME=bionic
                                  UBUNTU_CODENAME=bionic
                                  2020-08-15 16:08:26.285 - debug: linux-control.0 (19029) [distributionInfo] Tinker (192.168.138.74:22): csvToJson result: [{"prop":"NAME","val":"Ubuntu"},{"prop":"VERSION","val":"18.04.4 LTS (Bionic Beaver)"},{"prop":"ID","val":"ubuntu"},{"prop":"ID_LIKE","val":"debian"},{"prop":"PRETTY_NAME","val":"Ubuntu 18.04.4 LTS"},{"prop":"VERSION_ID","val":"18.04"},{"prop":"HOME_URL","val":"https://www.ubuntu.com/"},{"prop":"SUPPORT_URL","val":"https://help.ubuntu.com/"},{"prop":"BUG_REPORT_URL","val":"https://bugs.launchpad.net/ubuntu/"},{"prop":"PRIVACY_POLICY_URL","val":"https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"},{"prop":"VERSION_CODENAME","val":"bionic"},{"prop":"UBUNTU_CODENAME","val":"bionic"}]
                                  2020-08-15 16:08:26.362 - debug: linux-control.0 (19029) [cmdAptUpdate] Tinker (192.168.138.74:22): no datapoints selected -> removing existing datapoints
                                  2020-08-15 16:08:26.369 - debug: linux-control.0 (19029) [servicesInfo] Tinker (192.168.138.74:22): send command: 'systemctl list-units --type service --all --no-legend | awk '{out=""; for(i=5;i<=NF;i++){out=out" "$i}; print $1","$2","$3","$4","out}''
                                  2020-08-15 16:08:26.391 - debug: linux-control.0 (19029) [servicesInfo] Tinker (192.168.138.74:22): response stdout: alsa-restore.service,loaded,active,exited, Save/Restore Sound Card State
                                  alsa-state.service,loaded,inactive,dead, Manage Sound Card State (restore and store)
                                  apparmor.service,not-found,inactive,dead, apparmor.service
                                  apt-daily-upgrade.service,loaded,inactive,dead, Daily apt upgrade and clean activities
                                  apt-daily.service,loaded,inactive,dead, Daily apt download activities
                                  armbian-firstrun-config.service,loaded,inactive,dead, Armbian first run optional user configuration
                                  armbian-hardware-monitor.service,loaded,active,exited, Armbian hardware monitoring
                                  armbian-hardware-optimize.service,loaded,active,exited, Armbian hardware optimization
                                  armbian-ramlog.service,loaded,active,exited, Armbian memory supported logging
                                  armbian-zram-config.service,loaded,active,exited, Armbian ZRAM config
                                  armian-ramlog.service,not-found,inactive,dead, armian-ramlog.service
                                  auditd.service,not-found,inactive,dead, auditd.service
                                  bluetooth.service,loaded,active,running, Bluetooth service
                                  chrony.service,loaded,active,running, chrony, an NTP client/server
                                  connman.service,not-found,inactive,dead, connman.service
                                  console-screen.service,not-found,inactive,dead, console-screen.service
                                  console-setup.service,loaded,active,exited, Set console font and keymap
                                  cpufrequtils.service,loaded,active,exited, LSB: set CPUFreq kernel parameters
                                  cron.service,loaded,active,running, Regular background program processing daemon
                                  dbus.service,loaded,active,running, D-Bus System Message Bus
                                  display-manager.service,not-found,inactive,dead, display-manager.service
                                  emergency.service,loaded,inactive,dead, Emergency Shell
                                  fake-hwclock.service,loaded,active,exited, Restore / save the current clock
                                  fstrim.service,loaded,inactive,dead, Discard unused blocks
                                  getty-static.service,loaded,inactive,dead, getty on tty2-tty6 if dbus and logind are not available
                                  getty@tty1.service,loaded,active,running, Getty on tty1
                                  haveged.service,loaded,active,running, Entropy daemon using the HAVEGE algorithm
                                  hostapd.service,loaded,active,exited, LSB: Advanced IEEE 802.11 management daemon
                                  influxdb.service,not-found,inactive,dead, influxdb.service
                                  iobroker.service,loaded,active,running, ioBroker Server
                                  kbd.service,not-found,inactive,dead, kbd.service
                                  keyboard-setup.service,loaded,active,exited, Set the console keyboard layout
                                  kmod-static-nodes.service,loaded,active,exited, Create list of required static device nodes for the current kernel
                                  loadcpufreq.service,loaded,active,exited, LSB: Load kernel modules needed to enable cpufreq scaling
                                  mariadb-server.service,not-found,inactive,dead, mariadb-server.service
                                  motd-news.service,loaded,inactive,dead, Message of the Day
                                  mountkernfs.service,masked,inactive,dead, mountkernfs.service
                                  mysql-server.service,not-found,inactive,dead, mysql-server.service
                                  networkd-dispatcher.service,loaded,active,running, Dispatcher daemon for systemd-networkd
                                  networking.service,loaded,active,exited, Raise network interfaces
                                  NetworkManager-wait-online.service,loaded,active,exited, Network Manager Wait Online
                                  NetworkManager.service,loaded,active,running, Network Manager
                                  ondemand.service,masked,inactive,dead, ondemand.service
                                  openntpd.service,not-found,inactive,dead, openntpd.service
                                  plymouth-quit-wait.service,not-found,inactive,dead, plymouth-quit-wait.service
                                  plymouth-start.service,not-found,inactive,dead, plymouth-start.service
                                  polkit.service,loaded,active,running, Authorization Manager
                                  rc-local.service,loaded,active,exited, /etc/rc.local Compatibility
                                  redis.service,not-found,inactive,dead, redis.service
                                  rescue.service,loaded,inactive,dead, Rescue Shell
                                  resolvconf-pull-resolved.service,loaded,inactive,dead, resolvconf-pull-resolved.service
                                  resolvconf.service,loaded,active,exited, Nameserver information manager
                                  rng-tools.service,loaded,active,running, rng-tools.service
                                  rsync.service,loaded,inactive,dead, fast remote file copy program daemon
                                  rsyslog.service,loaded,active,running, System Logging Service
                                  serial-getty@ttyS2.service,loaded,active,running, Serial Getty on ttyS2
                                  setvtrgb.service,loaded,active,exited, Set console scheme
                                  ssh.service,loaded,active,running, OpenBSD Secure Shell server
                                  sysfsutils.service,loaded,active,exited, LSB: Set sysfs variables from /etc/sysfs.conf
                                  sysstat.service,loaded,active,exited, Resets System Activity Data Collector
                                  systemd-ask-password-console.service,loaded,inactive,dead, Dispatch Password Requests to Console
                                  systemd-ask-password-wall.service,loaded,inactive,dead, Forward Password Requests to Wall
                                  systemd-binfmt.service,loaded,inactive,dead, Set Up Additional Binary Formats
                                  systemd-fsck-root.service,loaded,inactive,dead, File System Check on Root Device
                                  systemd-fsckd.service,loaded,inactive,dead, File System Check Daemon to report status
                                  systemd-hwdb-update.service,loaded,inactive,dead, Rebuild Hardware Database
                                  systemd-initctl.service,loaded,inactive,dead, /dev/initctl Compatibility Daemon
                                  systemd-journal-flush.service,loaded,active,exited, Flush Journal to Persistent Storage
                                  systemd-journald.service,loaded,active,running, Journal Service
                                  systemd-logind.service,loaded,active,running, Login Service
                                  systemd-machine-id-commit.service,loaded,inactive,dead, Commit a transient machine-id on disk
                                  systemd-modules-load.service,loaded,active,exited, Load Kernel Modules
                                  systemd-networkd.service,loaded,inactive,dead, Network Service
                                  systemd-random-seed.service,loaded,active,exited, Load/Save Random Seed
                                  systemd-remount-fs.service,loaded,active,exited, Remount Root and Kernel File Systems
                                  systemd-resolved.service,loaded,active,running, Network Name Resolution
                                  systemd-rfkill.service,loaded,inactive,dead, Load/Save RF Kill Switch Status
                                  systemd-sysctl.service,loaded,active,exited, Apply Kernel Variables
                                  systemd-sysusers.service,not-found,inactive,dead, systemd-sysusers.service
                                  systemd-timesyncd.service,loaded,inactive,dead, Network Time Synchronization
                                  systemd-tmpfiles-clean.service,loaded,inactive,dead, Cleanup of Temporary Directories
                                  systemd-tmpfiles-setup-dev.service,loaded,active,exited, Create Static Device Nodes in /dev
                                  systemd-tmpfiles-setup.service,loaded,active,exited, Create Volatile Files and Directories
                                  systemd-udev-trigger.service,loaded,active,exited, udev Coldplug all Devices
                                  systemd-udevd.service,loaded,active,running, udev Kernel Device Manager
                                  systemd-update-done.service,not-found,inactive,dead, systemd-update-done.service
                                  systemd-update-utmp-runlevel.service,loaded,inactive,dead, Update UTMP about System Runlevel Changes
                                  systemd-update-utmp.service,loaded,active,exited, Update UTMP about System Boot/Shutdown
                                  systemd-user-sessions.service,loaded,active,exited, Permit User Sessions
                                  systemd-vconsole-setup.service,not-found,inactive,dead, systemd-vconsole-setup.service
                                  tinker-bluetooth.service,loaded,active,running, Realtek H5 bluetooth support
                                  unattended-upgrades.service,loaded,active,running, Unattended Upgrades Shutdown
                                  user@1002.service,loaded,active,running, User Manager for UID 1002
                                  wpa_supplicant.service,loaded,active,running, WPA supplicant
                                  2020-08-15 16:08:26.403 - debug: linux-control.0 (19029) [servicesInfo] Tinker (192.168.138.74:22): csvToJson result: [{"id":"alsa-restore.service","load":"loaded","active":"active","running":"exited","description":"Save/Restore Sound Card State"},{"id":"alsa-state.service","load":"loaded","active":"inactive","running":"dead","description":"Manage Sound Card State (restore and store)"},{"id":"apparmor.service","load":"not-found","active":"inactive","running":"dead","description":"apparmor.service"},{"id":"apt-daily-upgrade.service","load":"loaded","active":"inactive","running":"dead","description":"Daily apt upgrade and clean activities"},{"id":"apt-daily.service","load":"loaded","active":"inactive","running":"dead","description":"Daily apt download activities"},{"id":"armbian-firstrun-config.service","load":"loaded","active":"inactive","running":"dead","description":"Armbian first run optional user configuration"},{"id":"armbian-hardware-monitor.service","load":"loaded","active":"active","running":"exited","description":"Armbian hardware monitoring"},{"id":"armbian-hardware-optimize.service","load":"loaded","active":"active","running":"exited","description":"Armbian hardware optimization"},{"id":"armbian-ramlog.service","load":"loaded","active":"active","running":"exited","description":"Armbian memory supported logging"},{"id":"armbian-zram-config.service","load":"loaded","active":"active","running":"exited","description":"Armbian ZRAM config"},{"id":"armian-ramlog.service","load":"not-found","active":"inactive","running":"dead","description":"armian-ramlog.service"},{"id":"auditd.service","load":"not-found","active":"inactive","running":"dead","description":"auditd.service"},{"id":"bluetooth.service","load":"loaded","active":"active","running":"running","description":"Bluetooth service"},{"id":"chrony.service","load":"loaded","active":"active","running":"running","description":"chrony","field6":"an NTP client/server"},{"id":"connman.service","load":"not-found","active":"inactive","running":"dead","description":"connman.service"},{"id":"console-screen.service","load":"not-found","active":"inactive","running":"dead","description":"console-screen.service"},{"id":"console-setup.service","load":"loaded","active":"active","running":"exited","description":"Set console font and keymap"},{"id":"cpufrequtils.service","load":"loaded","active":"active","running":"exited","description":"LSB: set CPUFreq kernel parameters"},{"id":"cron.service","load":"loaded","active":"active","running":"running","description":"Regular background program processing daemon"},{"id":"dbus.service","load":"loaded","active":"active","running":"running","description":"D-Bus System Message Bus"},{"id":"display-manager.service","load":"not-found","active":"inactive","running":"dead","description":"display-manager.service"},{"id":"emergency.service","load":"loaded","active":"inactive","running":"dead","description":"Emergency Shell"},{"id":"fake-hwclock.service","load":"loaded","active":"active","running":"exited","description":"Restore / save the current clock"},{"id":"fstrim.service","load":"loaded","active":"inactive","running":"dead","description":"Discard unused blocks"},{"id":"getty-static.service","load":"loaded","active":"inactive","running":"dead","description":"getty on tty2-tty6 if dbus and logind are not available"},{"id":"getty@tty1.service","load":"loaded","active":"active","running":"running","description":"Getty on tty1"},{"id":"haveged.service","load":"loaded","active":"active","running":"running","description":"Entropy daemon using the HAVEGE algorithm"},{"id":"hostapd.service","load":"loaded","active":"active","running":"exited","description":"LSB: Advanced IEEE 802.11 management daemon"},{"id":"influxdb.service","load":"not-found","active":"inactive","running":"dead","description":"influxdb.service"},{"id":"iobroker.service","load":"loaded","active":"active","running":"running","description":"ioBroker Server"},{"id":"kbd.service","load":"not-found","active":"inactive","running":"dead","description":"kbd.service"},{"id":"keyboard-setup.service","load":"loaded","active":"active","running":"exited","description":"Set the console keyboard layout"},{"id":"kmod-static-nodes.service","load":"loaded","active":"active","running":"exited","description":"Create list of required static device nodes for the current kernel"},{"id":"loadcpufreq.service","load":"loaded","active":"active","running":"exited","description":"LSB: Load kernel modules needed to enable cpufreq scaling"},{"id":"mariadb-server.service","load":"not-found","active":"inactive","running":"dead","description":"mariadb-server.service"},{"id":"motd-news.service","load":"loaded","active":"inactive","running":"dead","description":"Message of the Day"},{"id":"mountkernfs.service","load":"masked","active":"inactive","running":"dead","description":"mountkernfs.service"},{"id":"mysql-server.service","load":"not-found","active":"inactive","running":"dead","description":"mysql-server.service"},{"id":"networkd-dispatcher.service","load":"loaded","active":"active","running":"running","description":"Dispatcher daemon for systemd-networkd"},{"id":"networking.service","load":"loaded","active":"active","running":"exited","description":"Raise network interfaces"},{"id":"NetworkManager-wait-online.service","load":"loaded","active":"active","running":"exited","description":"Network Manager Wait Online"},{"id":"NetworkManager.service","load":"loaded","active":"active","running":"running","description":"Network Manager"},{"id":"ondemand.service","load":"masked","active":"inactive","running":"dead","description":"ondemand.service"},{"id":"openntpd.service","load":"not-found","active":"inactive","running":"dead","description":"openntpd.service"},{"id":"plymouth-quit-wait.service","load":"not-found","active":"inactive","running":"dead","description":"plymouth-quit-wait.service"},{"id":"plymouth-start.service","load":"not-found","active":"inactive","running":"dead","description":"plymouth-start.service"},{"id":"polkit.service","load":"loaded","active":"active","running":"running","description":"Authorization Manager"},{"id":"rc-local.service","load":"loaded","active":"active","running":"exited","description":"/etc/rc.local Compatibility"},{"id":"redis.service","load":"not-found","active":"inactive","running":"dead","description":"redis.service"},{"id":"rescue.service","load":"loaded","active":"inactive","running":"dead","description":"Rescue Shell"},{"id":"resolvconf-pull-resolved.service","load":"loaded","active":"inactive","running":"dead","description":"resolvconf-pull-resolved.service"},{"id":"resolvconf.service","load":"loaded","active":"active","running":"exited","description":"Nameserver information manager"},{"id":"rng-tools.service","load":"loaded","active":"active","running":"running","description":"rng-tools.service"},{"id":"rsync.service","load":"loaded","active":"inactive","running":"dead","description":"fast remote file copy program daemon"},{"id":"rsyslog.service","load":"loaded","active":"active","running":"running","description":"System Logging Service"},{"id":"serial-getty@ttyS2.service","load":"loaded","active":"active","running":"running","description":"Serial Getty on ttyS2"},{"id":"setvtrgb.service","load":"loaded","active":"active","running":"exited","description":"Set console scheme"},{"id":"ssh.service","load":"loaded","active":"active","running":"running","description":"OpenBSD Secure Shell server"},{"id":"sysfsutils.service","load":"loaded","active":"active","running":"exited","description":"LSB: Set sysfs variables from /etc/sysfs.conf"},{"id":"sysstat.service","load":"loaded","active":"active","running":"exited","description":"Resets System Activity Data Collector"},{"id":"systemd-ask-password-console.service","load":"loaded","active":"inactive","running":"dead","description":"Dispatch Password Requests to Console"},{"id":"systemd-ask-password-wall.service","load":"loaded","active":"inactive","running":"dead","description":"Forward Password Requests to Wall"},{"id":"systemd-binfmt.service","load":"loaded","active":"inactive","running":"dead","description":"Set Up Additional Binary Formats"},{"id":"systemd-fsck-root.service","load":"loaded","active":"inactive","running":"dead","description":"File System Check on Root Device"},{"id":"systemd-fsckd.service","load":"loaded","active":"inactive","running":"dead","description":"File System Check Daemon to report status"},{"id":"systemd-hwdb-update.service","load":"loaded","active":"inactive","running":"dead","description":"Rebuild Hardware Database"},{"id":"systemd-initctl.service","load":"loaded","active":"inactive","running":"dead","description":"/dev/initctl Compatibility Daemon"},{"id":"systemd-journal-flush.service","load":"loaded","active":"active","running":"exited","description":"Flush Journal to Persistent Storage"},{"id":"systemd-journald.service","load":"loaded","active":"active","running":"running","description":"Journal Service"},{"id":"systemd-logind.service","load":"loaded","active":"active","running":"running","description":"Login Service"},{"id":"systemd-machine-id-commit.service","load":"loaded","active":"inactive","running":"dead","description":"Commit a transient machine-id on disk"},{"id":"systemd-modules-load.service","load":"loaded","active":"active","running":"exited","description":"Load Kernel Modules"},{"id":"systemd-networkd.service","load":"loaded","active":"inactive","running":"dead","description":"Network Service"},{"id":"systemd-random-seed.service","load":"loaded","active":"active","running":"exited","description":"Load/Save Random Seed"},{"id":"systemd-remount-fs.service","load":"loaded","active":"active","running":"exited","description":"Remount Root and Kernel File Systems"},{"id":"systemd-resolved.service","load":"loaded","active":"active","running":"running","description":"Network Name Resolution"},{"id":"systemd-rfkill.service","load":"loaded","active":"inactive","running":"dead","description":"Load/Save RF Kill Switch Status"},{"id":"systemd-sysctl.service","load":"loaded","active":"active","running":"exited","description":"Apply Kernel Variables"},{"id":"systemd-sysusers.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-sysusers.service"},{"id":"systemd-timesyncd.service","load":"loaded","active":"inactive","running":"dead","description":"Network Time Synchronization"},{"id":"systemd-tmpfiles-clean.service","load":"loaded","active":"inactive","running":"dead","description":"Cleanup of Temporary Directories"},{"id":"systemd-tmpfiles-setup-dev.service","load":"loaded","active":"active","running":"exited","description":"Create Static Device Nodes in /dev"},{"id":"systemd-tmpfiles-setup.service","load":"loaded","active":"active","running":"exited","description":"Create Volatile Files and Directories"},{"id":"systemd-udev-trigger.service","load":"loaded","active":"active","running":"exited","description":"udev Coldplug all Devices"},{"id":"systemd-udevd.service","load":"loaded","active":"active","running":"running","description":"udev Kernel Device Manager"},{"id":"systemd-update-done.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-update-done.service"},{"id":"systemd-update-utmp-runlevel.service","load":"loaded","active":"inactive","running":"dead","description":"Update UTMP about System Runlevel Changes"},{"id":"systemd-update-utmp.service","load":"loaded","active":"active","running":"exited","description":"Update UTMP about System Boot/Shutdown"},{"id":"systemd-user-sessions.service","load":"loaded","active":"active","running":"exited","description":"Permit User Sessions"},{"id":"systemd-vconsole-setup.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-vconsole-setup.service"},{"id":"tinker-bluetooth.service","load":"loaded","active":"active","running":"running","description":"Realtek H5 bluetooth support"},{"id":"unattended-upgrades.service","load":"loaded","active":"active","running":"running","description":"Unattended Upgrades Shutdown"},{"id":"user@1002.service","load":"loaded","active":"active","running":"running","description":"User Manager for UID 1002"},{"id":"wpa_supplicant.service","load":"loaded","active":"active","running":"running","description":"WPA supplicant"}]
                                  2020-08-15 16:08:26.816 - debug: linux-control.0 (19029) [needrestart] Tinker (192.168.138.74:22): no datapoints selected -> removing existing datapoints
                                  2020-08-15 16:08:26.837 - debug: linux-control.0 (19029) [folderSizes] Tinker (192.168.138.74:22): send command: 'sudo du -sk /opt/iobroker/iobroker-data | awk '{ print $1 /1024 }''
                                  2020-08-15 16:08:26.904 - debug: linux-control.0 (19029) [folderSizes] Tinker (192.168.138.74:22): response stdout:
                                  Sorry, user pi is not allowed to execute '/usr/bin/du -sk /opt/iobroker/iobroker-data' as root on localhost.
                                  2020-08-15 16:08:26.906 - debug: linux-control.0 (19029) [folderSizes] Tinker (192.168.138.74:22): Tinker.folders.iobroker.size: NaN MB
                                  2020-08-15 16:08:26.948 - debug: linux-control.0 (19029) [folderSizes] Tinker (192.168.138.74:22): send command: 'sudo find /opt/iobroker/iobroker-data -name "*" | wc -l'
                                  2020-08-15 16:08:27.154 - debug: linux-control.0 (19029) [folderSizes] Tinker (192.168.138.74:22): response stdout:
                                  Sorry, user pi is not allowed to execute '/usr/bin/find /opt/iobroker/iobroker-data -name *' as root on localhost.
                                  0
                                  2020-08-15 16:08:27.157 - debug: linux-control.0 (19029) [folderSizes] Tinker (192.168.138.74:22): Tinker.folders.iobroker.files: NaN Dateien
                                  2020-08-15 16:08:27.208 - debug: linux-control.0 (19029) [folderSizes] Tinker (192.168.138.74:22): send command: 'tmp=$(sudo find /opt/iobroker/iobroker-data -name "*" -type f -exec stat -c "%Y %n" -- {} \; | sort -nr | head -n1 | awk '{print $2}') && date +%s -r $tmp'
                                  2020-08-15 16:08:27.315 - debug: linux-control.0 (19029) [folderSizes] Tinker (192.168.138.74:22): response stdout:
                                  Sorry, user pi is not allowed to execute '/usr/bin/find /opt/iobroker/iobroker-data -name * -type f -exec stat -c %Y %n -- {} ;' as root on localhost.
                                  date: option requires an argument -- 'r'
                                  Try 'date --help' for more information.
                                  2020-08-15 16:08:27.318 - debug: linux-control.0 (19029) [folderSizes] Tinker (192.168.138.74:22): Tinker.folders.iobroker.lastChange: NaN ->
                                  2020-08-15 16:08:27.369 - debug: linux-control.0 (19029) [userCommand] Tinker (192.168.138.74:22, id: root, description: ): send command: 'df / | grep / | awk '{ print $5}' | sed 's/%//g''
                                  2020-08-15 16:08:27.415 - debug: linux-control.0 (19029) [userCommand] Tinker (192.168.138.74:22, id: root, description: ): response stdout: 5
                                  2020-08-15 16:08:27.423 - debug: linux-control.0 (19029) [userCommand] Tinker (192.168.138.74:22, id: ip, description: ): send command: 'hostname -I | cut -d' ' -f1'
                                  2020-08-15 16:08:27.467 - debug: linux-control.0 (19029) [userCommand] Tinker (192.168.138.74:22, id: ip, description: ): response stdout: 192.168.138.74
                                  2020-08-15 16:08:27.476 - debug: linux-control.0 (19029) [userCommand] Tinker (192.168.138.74:22, id: cpu-temp, description: ): send command: 'cat /sys/devices/virtual/thermal/thermal_zone0/temp | awk '{print substr($1, length($0)-5,3)}''
                                  2020-08-15 16:08:27.519 - debug: linux-control.0 (19029) [userCommand] Tinker (192.168.138.74:22, id: cpu-temp, description: ): response stdout: 46
                                  2020-08-15 16:08:27.527 - info: linux-control.0 (19029) successful received data from Tinker (192.168.138.74:22)
                                  

                                  scheint ein seltsames Problem mit dem Passwort bei sudo zu sein.
                                  Beim Raspi kann man auch auf der Konsole Befehle mit sudo ohne weitere Passworteingabe durchführen. das geht weder beim Tinker (Armbian) noch beim der VM (Debian)

                                  seltsamerweise funktioniert es aber bei "meine Befehle".
                                  bei der NUC_VM habe ich den gleichen Befehl (du -c /opt/iobroker/iobroker-data/history | tail -1 | awk '{printf $1MB}') nochmals unter "eigene Befehle" ausgeführt:
                                  Ordner_Befehl.png

                                  da klappt es:
                                  Ordner.png

                                  kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                  ScroungerS 1 Reply Last reply
                                  0
                                  • HomoranH Homoran

                                    @Scrounger sagte in Test Adapter Linux Control v0.x.x:

                                    Version 0.2.5 bei github verügbar, bitte darauf updaten.

                                    @Homoran
                                    Adapter auf debug stellen und dann bitte das log posten.

                                    erledigt: aber noch mit der alten Version:

                                    2020-08-15 16:04:21.514 - info: host.raspberrypi Do not restart adapter system.adapter.linux-control.0 because desired by instance
                                    2020-08-15 16:04:22.317 - debug: linux-control.0 (19029) Redis Objects: Use Redis connection: 127.0.0.1:9001
                                    2020-08-15 16:04:22.356 - debug: linux-control.0 (19029) Objects client ready ... initialize now
                                    2020-08-15 16:04:22.370 - debug: linux-control.0 (19029) Objects create System PubSub Client
                                    2020-08-15 16:04:22.371 - debug: linux-control.0 (19029) Objects create User PubSub Client
                                    2020-08-15 16:04:22.372 - debug: linux-control.0 (19029) Objects client initialize lua scripts
                                    2020-08-15 16:04:22.393 - debug: linux-control.0 (19029) Objects connected to redis: 127.0.0.1:9001
                                    2020-08-15 16:04:22.402 - debug: linux-control.0 (19029) objectDB connected
                                    2020-08-15 16:04:22.404 - debug: linux-control.0 (19029) Redis States: Use Redis connection: 127.0.0.1:9000
                                    2020-08-15 16:04:22.416 - debug: linux-control.0 (19029) States create User PubSub Client
                                    2020-08-15 16:04:22.419 - debug: linux-control.0 (19029) States create System PubSub Client
                                    2020-08-15 16:04:22.438 - debug: linux-control.0 (19029) States connected to redis: 127.0.0.1:9000
                                    2020-08-15 16:04:22.439 - debug: linux-control.0 (19029) statesDB connected
                                    2020-08-15 16:04:24.577 - debug: linux-control.0 (19029) Plugin sentry Initialize Plugin (enabled=true)
                                    2020-08-15 16:04:24.740 - info: linux-control.0 (19029) starting. Version 0.2.4 in /opt/iobroker/node_modules/iobroker.linux-control, node: v10.21.0, js-controller: 3.1.4
                                    2020-08-15 16:04:24.814 - info: linux-control.0 (19029) getting data from RasPi4 (192.168.138.139:22)
                                    2020-08-15 16:04:24.857 - debug: linux-control.0 (19029) [getConnection] Host 'RasPi4' (192.168.138.139:22): using sudo for authentification
                                    2020-08-15 16:04:25.048 - debug: linux-control.0 (19029) [distributionInfo] RasPi4 (192.168.138.139:22): send command: 'cat /etc/os-release'
                                    2020-08-15 16:04:25.389 - debug: linux-control.0 (19029) [distributionInfo] RasPi4 (192.168.138.139:22): response stdout: PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
                                    NAME="Raspbian GNU/Linux"
                                    VERSION_ID="10"
                                    VERSION="10 (buster)"
                                    VERSION_CODENAME=buster
                                    ID=raspbian
                                    ID_LIKE=debian
                                    HOME_URL="http://www.raspbian.org/"
                                    SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                                    BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                                    2020-08-15 16:04:25.413 - debug: linux-control.0 (19029) [distributionInfo] RasPi4 (192.168.138.139:22): csvToJson result: [{"prop":"PRETTY_NAME","val":"Raspbian GNU/Linux 10 (buster)"},{"prop":"NAME","val":"Raspbian GNU/Linux"},{"prop":"VERSION_ID","val":"10"},{"prop":"VERSION","val":"10 (buster)"},{"prop":"VERSION_CODENAME","val":"buster"},{"prop":"ID","val":"raspbian"},{"prop":"ID_LIKE","val":"debian"},{"prop":"HOME_URL","val":"http://www.raspbian.org/"},{"prop":"SUPPORT_URL","val":"http://www.raspbian.org/RaspbianForums"},{"prop":"BUG_REPORT_URL","val":"http://www.raspbian.org/RaspbianBugs"}]
                                    2020-08-15 16:04:25.526 - debug: linux-control.0 (19029) [cmdAptUpdate] RasPi4 (192.168.138.139:22): no datapoints selected -> removing existing datapoints
                                    2020-08-15 16:04:25.637 - debug: linux-control.0 (19029) [servicesInfo] RasPi4 (192.168.138.139:22): send command: 'systemctl list-units --type service --all --no-legend | awk '{out=""; for(i=5;i<=NF;i++){out=out" "$i}; print $1","$2","$3","$4","out}''
                                    2020-08-15 16:04:25.662 - debug: linux-control.0 (19029) [servicesInfo] RasPi4 (192.168.138.139:22): response stdout: alsa-restore.service,loaded,active,exited, Save/Restore Sound Card State
                                    alsa-state.service,loaded,active,running, Manage Sound Card State (restore and store)
                                    apparmor.service,not-found,inactive,dead, apparmor.service
                                    apt-daily-upgrade.service,loaded,inactive,dead, Daily apt upgrade and clean activities
                                    apt-daily.service,loaded,inactive,dead, Daily apt download activities
                                    auditd.service,not-found,inactive,dead, auditd.service
                                    auth-rpcgss-module.service,loaded,inactive,dead, Kernel Module supporting RPCSEC_GSS
                                    avahi-daemon.service,loaded,active,running, Avahi mDNS/DNS-SD Stack
                                    bluetooth.service,loaded,active,running, Bluetooth service
                                    bthelper@hci0.service,loaded,inactive,dead, Raspberry Pi bluetooth helper
                                    connman.service,not-found,inactive,dead, connman.service
                                    console-screen.service,not-found,inactive,dead, console-screen.service
                                    console-setup.service,loaded,active,exited, Set console font and keymap
                                    cron.service,loaded,active,running, Regular background program processing daemon
                                    dbus.service,loaded,active,running, D-Bus System Message Bus
                                    dhcpcd.service,loaded,active,running, dhcpcd on all interfaces
                                    display-manager.service,not-found,inactive,dead, display-manager.service
                                    dphys-swapfile.service,loaded,active,exited, dphys-swapfile - set up, mount/unmount, and delete a swap file
                                    emergency.service,loaded,inactive,dead, Emergency Shell
                                    fake-hwclock.service,loaded,active,exited, Restore / save the current clock
                                    getty-static.service,loaded,inactive,dead, getty on tty2-tty6 if dbus and logind are not available
                                    getty@tty1.service,loaded,active,running, Getty on tty1
                                    gssproxy.service,not-found,inactive,dead, gssproxy.service
                                    hciuart.service,loaded,active,running, Configure Bluetooth Modems connected by UART
                                    ifupdown-pre.service,loaded,active,exited, Helper to synchronize boot up for ifupdown
                                    influxdb.service,not-found,inactive,dead, influxdb.service
                                    iobroker.service,loaded,active,running, ioBroker Server
                                    kbd.service,not-found,inactive,dead, kbd.service
                                    keyboard-setup.service,loaded,active,exited, Set the console keyboard layout
                                    kmod-static-nodes.service,loaded,active,exited, Create list of required static device nodes for the current kernel
                                    logrotate.service,loaded,inactive,dead, Rotate log files
                                    man-db.service,loaded,inactive,dead, Daily man-db regeneration
                                    mariadb-server.service,not-found,inactive,dead, mariadb-server.service
                                    mountkernfs.service,masked,inactive,dead, mountkernfs.service
                                    mysql-server.service,not-found,inactive,dead, mysql-server.service
                                    networking.service,loaded,active,exited, Raise network interfaces
                                    NetworkManager.service,not-found,inactive,dead, NetworkManager.service
                                    nfs-blkmap.service,not-found,inactive,dead, nfs-blkmap.service
                                    nfs-config.service,loaded,inactive,dead, Preprocess NFS configuration
                                    nfs-server.service,not-found,inactive,dead, nfs-server.service
                                    nfs-utils.service,loaded,inactive,dead, NFS server and client services
                                    plymouth-quit-wait.service,not-found,inactive,dead, plymouth-quit-wait.service
                                    plymouth-start.service,not-found,inactive,dead, plymouth-start.service
                                    raspberrypi-net-mods.service,loaded,inactive,dead, Copy user wpa_supplicant.conf
                                    raspi-config.service,loaded,active,exited, LSB: Switch to ondemand cpu governor (unless shift key is pressed)
                                    rc-local.service,loaded,active,exited, /etc/rc.local Compatibility
                                    redis.service,not-found,inactive,dead, redis.service
                                    regenerate_ssh_host_keys.service,loaded,inactive,dead, Regenerate SSH host keys
                                    rescue.service,loaded,inactive,dead, Rescue Shell
                                    rng-tools.service,loaded,active,running, rng-tools.service
                                    rpc-gssd.service,loaded,inactive,dead, RPC security service for NFS client and server
                                    rpc-svcgssd.service,loaded,inactive,dead, RPC security service for NFS server
                                    rpi-eeprom-update.service,loaded,active,exited, Check for Raspberry Pi EEPROM updates
                                    rsync.service,loaded,inactive,dead, fast remote file copy program daemon
                                    rsyslog.service,loaded,active,running, System Logging Service
                                    ssh.service,loaded,active,running, OpenBSD Secure Shell server
                                    sshswitch.service,loaded,inactive,dead, Turn on SSH if /boot/ssh is present
                                    systemd-ask-password-console.service,loaded,inactive,dead, Dispatch Password Requests to Console
                                    systemd-ask-password-wall.service,loaded,inactive,dead, Forward Password Requests to Wall
                                    systemd-binfmt.service,loaded,inactive,dead, Set Up Additional Binary Formats
                                    systemd-fsck-root.service,loaded,active,exited, File System Check on Root Device
                                    systemd-fsck@dev-disk-by\x2dpartuuid-50fbae26\x2d01.service,loaded,active,exited, File System Check on /dev/disk/by-partuuid/50fbae26-01
                                    systemd-fsckd.service,loaded,inactive,dead, File System Check Daemon to report status
                                    systemd-hwdb-update.service,loaded,inactive,dead, Rebuild Hardware Database
                                    systemd-initctl.service,loaded,inactive,dead, initctl Compatibility Daemon
                                    systemd-journal-flush.service,loaded,active,exited, Flush Journal to Persistent Storage
                                    systemd-journald.service,loaded,active,running, Journal Service
                                    systemd-logind.service,loaded,active,running, Login Service
                                    systemd-machine-id-commit.service,loaded,inactive,dead, Commit a transient machine-id on disk
                                    systemd-modules-load.service,loaded,active,exited, Load Kernel Modules
                                    systemd-networkd.service,loaded,inactive,dead, Network Service
                                    systemd-quotacheck.service,loaded,inactive,dead, File System Quota Check
                                    systemd-random-seed.service,loaded,active,exited, Load/Save Random Seed
                                    systemd-remount-fs.service,loaded,active,exited, Remount Root and Kernel File Systems
                                    systemd-rfkill.service,loaded,inactive,dead, Load/Save RF Kill Switch Status
                                    systemd-sysctl.service,loaded,active,exited, Apply Kernel Variables
                                    systemd-sysusers.service,loaded,active,exited, Create System Users
                                    systemd-timesyncd.service,loaded,active,running, Network Time Synchronization
                                    systemd-tmpfiles-clean.service,loaded,inactive,dead, Cleanup of Temporary Directories
                                    systemd-tmpfiles-setup-dev.service,loaded,active,exited, Create Static Device Nodes in /dev
                                    systemd-tmpfiles-setup.service,loaded,active,exited, Create Volatile Files and Directories
                                    systemd-udev-trigger.service,loaded,active,exited, udev Coldplug all Devices
                                    systemd-udevd.service,loaded,active,running, udev Kernel Device Manager
                                    systemd-update-done.service,not-found,inactive,dead, systemd-update-done.service
                                    systemd-update-utmp-runlevel.service,loaded,inactive,dead, Update UTMP about System Runlevel Changes
                                    systemd-update-utmp.service,loaded,active,exited, Update UTMP about System Boot/Shutdown
                                    systemd-user-sessions.service,loaded,active,exited, Permit User Sessions
                                    systemd-vconsole-setup.service,not-found,inactive,dead, systemd-vconsole-setup.service
                                    triggerhappy.service,loaded,active,running, triggerhappy global hotkey daemon
                                    user-runtime-dir@1000.service,loaded,active,exited, User Runtime Directory /run/user/1000
                                    user@1000.service,loaded,active,running, User Manager for UID 1000
                                    wpa_supplicant.service,loaded,active,running, WPA supplicant
                                    2020-08-15 16:04:25.669 - debug: linux-control.0 (19029) [servicesInfo] RasPi4 (192.168.138.139:22): csvToJson result: [{"id":"alsa-restore.service","load":"loaded","active":"active","running":"exited","description":"Save/Restore Sound Card State"},{"id":"alsa-state.service","load":"loaded","active":"active","running":"running","description":"Manage Sound Card State (restore and store)"},{"id":"apparmor.service","load":"not-found","active":"inactive","running":"dead","description":"apparmor.service"},{"id":"apt-daily-upgrade.service","load":"loaded","active":"inactive","running":"dead","description":"Daily apt upgrade and clean activities"},{"id":"apt-daily.service","load":"loaded","active":"inactive","running":"dead","description":"Daily apt download activities"},{"id":"auditd.service","load":"not-found","active":"inactive","running":"dead","description":"auditd.service"},{"id":"auth-rpcgss-module.service","load":"loaded","active":"inactive","running":"dead","description":"Kernel Module supporting RPCSEC_GSS"},{"id":"avahi-daemon.service","load":"loaded","active":"active","running":"running","description":"Avahi mDNS/DNS-SD Stack"},{"id":"bluetooth.service","load":"loaded","active":"active","running":"running","description":"Bluetooth service"},{"id":"bthelper@hci0.service","load":"loaded","active":"inactive","running":"dead","description":"Raspberry Pi bluetooth helper"},{"id":"connman.service","load":"not-found","active":"inactive","running":"dead","description":"connman.service"},{"id":"console-screen.service","load":"not-found","active":"inactive","running":"dead","description":"console-screen.service"},{"id":"console-setup.service","load":"loaded","active":"active","running":"exited","description":"Set console font and keymap"},{"id":"cron.service","load":"loaded","active":"active","running":"running","description":"Regular background program processing daemon"},{"id":"dbus.service","load":"loaded","active":"active","running":"running","description":"D-Bus System Message Bus"},{"id":"dhcpcd.service","load":"loaded","active":"active","running":"running","description":"dhcpcd on all interfaces"},{"id":"display-manager.service","load":"not-found","active":"inactive","running":"dead","description":"display-manager.service"},{"id":"dphys-swapfile.service","load":"loaded","active":"active","running":"exited","description":"dphys-swapfile - set up","field6":"mount/unmount","field7":"and delete a swap file"},{"id":"emergency.service","load":"loaded","active":"inactive","running":"dead","description":"Emergency Shell"},{"id":"fake-hwclock.service","load":"loaded","active":"active","running":"exited","description":"Restore / save the current clock"},{"id":"getty-static.service","load":"loaded","active":"inactive","running":"dead","description":"getty on tty2-tty6 if dbus and logind are not available"},{"id":"getty@tty1.service","load":"loaded","active":"active","running":"running","description":"Getty on tty1"},{"id":"gssproxy.service","load":"not-found","active":"inactive","running":"dead","description":"gssproxy.service"},{"id":"hciuart.service","load":"loaded","active":"active","running":"running","description":"Configure Bluetooth Modems connected by UART"},{"id":"ifupdown-pre.service","load":"loaded","active":"active","running":"exited","description":"Helper to synchronize boot up for ifupdown"},{"id":"influxdb.service","load":"not-found","active":"inactive","running":"dead","description":"influxdb.service"},{"id":"iobroker.service","load":"loaded","active":"active","running":"running","description":"ioBroker Server"},{"id":"kbd.service","load":"not-found","active":"inactive","running":"dead","description":"kbd.service"},{"id":"keyboard-setup.service","load":"loaded","active":"active","running":"exited","description":"Set the console keyboard layout"},{"id":"kmod-static-nodes.service","load":"loaded","active":"active","running":"exited","description":"Create list of required static device nodes for the current kernel"},{"id":"logrotate.service","load":"loaded","active":"inactive","running":"dead","description":"Rotate log files"},{"id":"man-db.service","load":"loaded","active":"inactive","running":"dead","description":"Daily man-db regeneration"},{"id":"mariadb-server.service","load":"not-found","active":"inactive","running":"dead","description":"mariadb-server.service"},{"id":"mountkernfs.service","load":"masked","active":"inactive","running":"dead","description":"mountkernfs.service"},{"id":"mysql-server.service","load":"not-found","active":"inactive","running":"dead","description":"mysql-server.service"},{"id":"networking.service","load":"loaded","active":"active","running":"exited","description":"Raise network interfaces"},{"id":"NetworkManager.service","load":"not-found","active":"inactive","running":"dead","description":"NetworkManager.service"},{"id":"nfs-blkmap.service","load":"not-found","active":"inactive","running":"dead","description":"nfs-blkmap.service"},{"id":"nfs-config.service","load":"loaded","active":"inactive","running":"dead","description":"Preprocess NFS configuration"},{"id":"nfs-server.service","load":"not-found","active":"inactive","running":"dead","description":"nfs-server.service"},{"id":"nfs-utils.service","load":"loaded","active":"inactive","running":"dead","description":"NFS server and client services"},{"id":"plymouth-quit-wait.service","load":"not-found","active":"inactive","running":"dead","description":"plymouth-quit-wait.service"},{"id":"plymouth-start.service","load":"not-found","active":"inactive","running":"dead","description":"plymouth-start.service"},{"id":"raspberrypi-net-mods.service","load":"loaded","active":"inactive","running":"dead","description":"Copy user wpa_supplicant.conf"},{"id":"raspi-config.service","load":"loaded","active":"active","running":"exited","description":"LSB: Switch to ondemand cpu governor (unless shift key is pressed)"},{"id":"rc-local.service","load":"loaded","active":"active","running":"exited","description":"/etc/rc.local Compatibility"},{"id":"redis.service","load":"not-found","active":"inactive","running":"dead","description":"redis.service"},{"id":"regenerate_ssh_host_keys.service","load":"loaded","active":"inactive","running":"dead","description":"Regenerate SSH host keys"},{"id":"rescue.service","load":"loaded","active":"inactive","running":"dead","description":"Rescue Shell"},{"id":"rng-tools.service","load":"loaded","active":"active","running":"running","description":"rng-tools.service"},{"id":"rpc-gssd.service","load":"loaded","active":"inactive","running":"dead","description":"RPC security service for NFS client and server"},{"id":"rpc-svcgssd.service","load":"loaded","active":"inactive","running":"dead","description":"RPC security service for NFS server"},{"id":"rpi-eeprom-update.service","load":"loaded","active":"active","running":"exited","description":"Check for Raspberry Pi EEPROM updates"},{"id":"rsync.service","load":"loaded","active":"inactive","running":"dead","description":"fast remote file copy program daemon"},{"id":"rsyslog.service","load":"loaded","active":"active","running":"running","description":"System Logging Service"},{"id":"ssh.service","load":"loaded","active":"active","running":"running","description":"OpenBSD Secure Shell server"},{"id":"sshswitch.service","load":"loaded","active":"inactive","running":"dead","description":"Turn on SSH if /boot/ssh is present"},{"id":"systemd-ask-password-console.service","load":"loaded","active":"inactive","running":"dead","description":"Dispatch Password Requests to Console"},{"id":"systemd-ask-password-wall.service","load":"loaded","active":"inactive","running":"dead","description":"Forward Password Requests to Wall"},{"id":"systemd-binfmt.service","load":"loaded","active":"inactive","running":"dead","description":"Set Up Additional Binary Formats"},{"id":"systemd-fsck-root.service","load":"loaded","active":"active","running":"exited","description":"File System Check on Root Device"},{"id":"systemd-fsck@dev-disk-by\\x2dpartuuid-50fbae26\\x2d01.service","load":"loaded","active":"active","running":"exited","description":"File System Check on /dev/disk/by-partuuid/50fbae26-01"},{"id":"systemd-fsckd.service","load":"loaded","active":"inactive","running":"dead","description":"File System Check Daemon to report status"},{"id":"systemd-hwdb-update.service","load":"loaded","active":"inactive","running":"dead","description":"Rebuild Hardware Database"},{"id":"systemd-initctl.service","load":"loaded","active":"inactive","running":"dead","description":"initctl Compatibility Daemon"},{"id":"systemd-journal-flush.service","load":"loaded","active":"active","running":"exited","description":"Flush Journal to Persistent Storage"},{"id":"systemd-journald.service","load":"loaded","active":"active","running":"running","description":"Journal Service"},{"id":"systemd-logind.service","load":"loaded","active":"active","running":"running","description":"Login Service"},{"id":"systemd-machine-id-commit.service","load":"loaded","active":"inactive","running":"dead","description":"Commit a transient machine-id on disk"},{"id":"systemd-modules-load.service","load":"loaded","active":"active","running":"exited","description":"Load Kernel Modules"},{"id":"systemd-networkd.service","load":"loaded","active":"inactive","running":"dead","description":"Network Service"},{"id":"systemd-quotacheck.service","load":"loaded","active":"inactive","running":"dead","description":"File System Quota Check"},{"id":"systemd-random-seed.service","load":"loaded","active":"active","running":"exited","description":"Load/Save Random Seed"},{"id":"systemd-remount-fs.service","load":"loaded","active":"active","running":"exited","description":"Remount Root and Kernel File Systems"},{"id":"systemd-rfkill.service","load":"loaded","active":"inactive","running":"dead","description":"Load/Save RF Kill Switch Status"},{"id":"systemd-sysctl.service","load":"loaded","active":"active","running":"exited","description":"Apply Kernel Variables"},{"id":"systemd-sysusers.service","load":"loaded","active":"active","running":"exited","description":"Create System Users"},{"id":"systemd-timesyncd.service","load":"loaded","active":"active","running":"running","description":"Network Time Synchronization"},{"id":"systemd-tmpfiles-clean.service","load":"loaded","active":"inactive","running":"dead","description":"Cleanup of Temporary Directories"},{"id":"systemd-tmpfiles-setup-dev.service","load":"loaded","active":"active","running":"exited","description":"Create Static Device Nodes in /dev"},{"id":"systemd-tmpfiles-setup.service","load":"loaded","active":"active","running":"exited","description":"Create Volatile Files and Directories"},{"id":"systemd-udev-trigger.service","load":"loaded","active":"active","running":"exited","description":"udev Coldplug all Devices"},{"id":"systemd-udevd.service","load":"loaded","active":"active","running":"running","description":"udev Kernel Device Manager"},{"id":"systemd-update-done.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-update-done.service"},{"id":"systemd-update-utmp-runlevel.service","load":"loaded","active":"inactive","running":"dead","description":"Update UTMP about System Runlevel Changes"},{"id":"systemd-update-utmp.service","load":"loaded","active":"active","running":"exited","description":"Update UTMP about System Boot/Shutdown"},{"id":"systemd-user-sessions.service","load":"loaded","active":"active","running":"exited","description":"Permit User Sessions"},{"id":"systemd-vconsole-setup.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-vconsole-setup.service"},{"id":"triggerhappy.service","load":"loaded","active":"active","running":"running","description":"triggerhappy global hotkey daemon"},{"id":"user-runtime-dir@1000.service","load":"loaded","active":"active","running":"exited","description":"User Runtime Directory /run/user/1000"},{"id":"user@1000.service","load":"loaded","active":"active","running":"running","description":"User Manager for UID 1000"},{"id":"wpa_supplicant.service","load":"loaded","active":"active","running":"running","description":"WPA supplicant"}]
                                    2020-08-15 16:04:28.974 - debug: linux-control.0 (19029) [needrestart] RasPi4 (192.168.138.139:22): no datapoints selected -> removing existing datapoints
                                    2020-08-15 16:04:29.018 - debug: linux-control.0 (19029) [folderSizes] RasPi4 (192.168.138.139:22): send command: 'sudo du -sk /opt/iobroker/iobroker-data/history | awk '{ print $1 /1024 }''
                                    2020-08-15 16:04:29.265 - debug: linux-control.0 (19029) [folderSizes] RasPi4 (192.168.138.139:22): response stdout:
                                    194.051
                                    2020-08-15 16:04:29.281 - debug: linux-control.0 (19029) [folderSizes] RasPi4 (192.168.138.139:22): RasPi4.folders.history.size: 194.05 MB
                                    2020-08-15 16:04:29.328 - debug: linux-control.0 (19029) [folderSizes] RasPi4 (192.168.138.139:22): send command: 'sudo find /opt/iobroker/iobroker-data/history -name "*" | wc -l'
                                    2020-08-15 16:04:29.513 - debug: linux-control.0 (19029) [folderSizes] RasPi4 (192.168.138.139:22): response stdout:
                                    22104
                                    2020-08-15 16:04:29.515 - debug: linux-control.0 (19029) [folderSizes] RasPi4 (192.168.138.139:22): RasPi4.folders.history.files: 22104 Dateien
                                    2020-08-15 16:04:29.558 - debug: linux-control.0 (19029) [folderSizes] RasPi4 (192.168.138.139:22): send command: 'tmp=$(sudo find /opt/iobroker/iobroker-data/history -name "*" -type f -exec stat -c "%Y %n" -- {} \; | sort -nr | head -n1 | awk '{print $2}') && date +%s -r $tmp'
                                    2020-08-15 16:05:00.034 - info: host.raspberrypi instance system.adapter.dwd.0 started with pid 25920
                                    2020-08-15 16:05:04.414 - info: dwd.0 (25920) starting. Version 2.5.0 in /opt/iobroker/node_modules/iobroker.dwd, node: v10.21.0, js-controller: 3.1.4
                                    2020-08-15 16:05:08.655 - info: dwd.0 (25920) Terminated (NO_ERROR): Without reason
                                    2020-08-15 16:05:09.175 - info: host.raspberrypi instance system.adapter.dwd.0 terminated with code 0 (NO_ERROR)
                                    2020-08-15 16:06:06.140 - debug: linux-control.0 (19029) [folderSizes] RasPi4 (192.168.138.139:22): response stdout:
                                    1597500265
                                    2020-08-15 16:06:06.153 - debug: linux-control.0 (19029) [folderSizes] RasPi4 (192.168.138.139:22): RasPi4.folders.history.lastChange: 1597500265000 -> 15.08.2020 16:04
                                    2020-08-15 16:06:06.199 - debug: linux-control.0 (19029) [userCommand] RasPi4 (192.168.138.139:22, id: root, description: ): send command: 'df / | grep / | awk '{ print $5}' | sed 's/%//g''
                                    2020-08-15 16:06:06.217 - debug: linux-control.0 (19029) [userCommand] RasPi4 (192.168.138.139:22, id: root, description: ): response stdout: 19
                                    2020-08-15 16:06:06.270 - debug: linux-control.0 (19029) [userCommand] RasPi4 (192.168.138.139:22, id: ip, description: ): send command: 'hostname -I | cut -d' ' -f1'
                                    2020-08-15 16:06:06.297 - debug: linux-control.0 (19029) [userCommand] RasPi4 (192.168.138.139:22, id: ip, description: ): response stdout: 192.168.138.139
                                    2020-08-15 16:06:06.302 - debug: linux-control.0 (19029) [userCommand] RasPi4 (192.168.138.139:22, id: cpu-temp, description: ): send command: 'vcgencmd measure_temp | awk '{print substr($1, length($0)-5,4)}''
                                    2020-08-15 16:06:06.318 - debug: linux-control.0 (19029) [userCommand] RasPi4 (192.168.138.139:22, id: cpu-temp, description: ): response stdout: 51.0
                                    2020-08-15 16:06:06.371 - info: linux-control.0 (19029) successful received data from RasPi4 (192.168.138.139:22)
                                    2020-08-15 16:06:06.372 - info: linux-control.0 (19029) getting data from NUC_VM (192.168.138.123:22)
                                    2020-08-15 16:06:06.457 - debug: linux-control.0 (19029) [getConnection] Host 'NUC_VM' (192.168.138.123:22): using sudo for authentification
                                    2020-08-15 16:06:06.510 - debug: linux-control.0 (19029) [distributionInfo] NUC_VM (192.168.138.123:22): send command: 'cat /etc/os-release'
                                    2020-08-15 16:06:06.574 - debug: linux-control.0 (19029) [distributionInfo] NUC_VM (192.168.138.123:22): response stdout: PRETTY_NAME="Debian GNU/Linux 10 (buster)"
                                    NAME="Debian GNU/Linux"
                                    VERSION_ID="10"
                                    VERSION="10 (buster)"
                                    VERSION_CODENAME=buster
                                    ID=debian
                                    HOME_URL="https://www.debian.org/"
                                    SUPPORT_URL="https://www.debian.org/support"
                                    BUG_REPORT_URL="https://bugs.debian.org/"
                                    2020-08-15 16:06:06.578 - debug: linux-control.0 (19029) [distributionInfo] NUC_VM (192.168.138.123:22): csvToJson result: [{"prop":"PRETTY_NAME","val":"Debian GNU/Linux 10 (buster)"},{"prop":"NAME","val":"Debian GNU/Linux"},{"prop":"VERSION_ID","val":"10"},{"prop":"VERSION","val":"10 (buster)"},{"prop":"VERSION_CODENAME","val":"buster"},{"prop":"ID","val":"debian"},{"prop":"HOME_URL","val":"https://www.debian.org/"},{"prop":"SUPPORT_URL","val":"https://www.debian.org/support"},{"prop":"BUG_REPORT_URL","val":"https://bugs.debian.org/"}]
                                    2020-08-15 16:06:06.594 - debug: linux-control.0 (19029) [cmdAptUpdate] NUC_VM (192.168.138.123:22): no datapoints selected -> removing existing datapoints
                                    2020-08-15 16:06:06.598 - debug: linux-control.0 (19029) [servicesInfo] NUC_VM (192.168.138.123:22): send command: 'systemctl list-units --type service --all --no-legend | awk '{out=""; for(i=5;i<=NF;i++){out=out" "$i}; print $1","$2","$3","$4","out}''
                                    2020-08-15 16:06:06.610 - debug: linux-control.0 (19029) [servicesInfo] NUC_VM (192.168.138.123:22): response stdout: apache2.service,loaded,active,running, The Apache HTTP Server
                                    apparmor.service,loaded,active,exited, Load AppArmor profiles
                                    apt-daily-upgrade.service,loaded,inactive,dead, Daily apt upgrade and clean activities
                                    apt-daily.service,loaded,inactive,dead, Daily apt download activities
                                    auditd.service,not-found,inactive,dead, auditd.service
                                    auth-rpcgss-module.service,loaded,inactive,dead, Kernel Module supporting RPCSEC_GSS
                                    avahi-daemon.service,loaded,active,running, Avahi mDNS/DNS-SD Stack
                                    clamav-daemon.service,not-found,inactive,dead, clamav-daemon.service
                                    connman.service,not-found,inactive,dead, connman.service
                                    console-screen.service,not-found,inactive,dead, console-screen.service
                                    console-setup.service,loaded,active,exited, Set console font and keymap
                                    cron.service,loaded,active,running, Regular background program processing daemon
                                    cups-browsed.service,loaded,failed,failed, Make remote CUPS printers available locally
                                    cups.service,loaded,active,running, CUPS Scheduler
                                    dbus.service,loaded,active,running, D-Bus System Message Bus
                                    display-manager.service,not-found,inactive,dead, display-manager.service
                                    emergency.service,loaded,inactive,dead, Emergency Shell
                                    exim4.service,loaded,active,running, LSB: exim Mail Transport Agent
                                    getty-static.service,loaded,inactive,dead, getty on tty2-tty6 if dbus and logind are not available
                                    getty@tty1.service,loaded,active,running, Getty on tty1
                                    greylist.service,not-found,inactive,dead, greylist.service
                                    gssproxy.service,not-found,inactive,dead, gssproxy.service
                                    ifup@ens18.service,loaded,active,exited, ifup for ens18
                                    ifupdown-pre.service,loaded,active,exited, Helper to synchronize boot up for ifupdown
                                    influxdb.service,not-found,inactive,dead, influxdb.service
                                    iobroker.service,loaded,active,running, ioBroker Server
                                    irqbalance.service,loaded,active,running, irqbalance daemon
                                    kbd.service,not-found,inactive,dead, kbd.service
                                    keyboard-setup.service,loaded,active,exited, Set the console keyboard layout
                                    kmod-static-nodes.service,loaded,active,exited, Create list of required static device nodes for the current kernel
                                    logrotate.service,loaded,inactive,dead, Rotate log files
                                    man-db.service,loaded,inactive,dead, Daily man-db regeneration
                                    mariadb-server.service,not-found,inactive,dead, mariadb-server.service
                                    mysql-server.service,not-found,inactive,dead, mysql-server.service
                                    mysql.service,not-found,inactive,dead, mysql.service
                                    networking.service,loaded,active,exited, Raise network interfaces
                                    NetworkManager.service,not-found,inactive,dead, NetworkManager.service
                                    nfs-blkmap.service,not-found,inactive,dead, nfs-blkmap.service
                                    nfs-config.service,loaded,inactive,dead, Preprocess NFS configuration
                                    nfs-server.service,not-found,inactive,dead, nfs-server.service
                                    nfs-utils.service,loaded,inactive,dead, NFS server and client services
                                    ntp.service,loaded,active,running, Network Time Service
                                    plymouth-quit-wait.service,not-found,inactive,dead, plymouth-quit-wait.service
                                    plymouth-start.service,not-found,inactive,dead, plymouth-start.service
                                    postgresql.service,not-found,inactive,dead, postgresql.service
                                    rc-local.service,loaded,inactive,dead, /etc/rc.local Compatibility
                                    redis.service,not-found,inactive,dead, redis.service
                                    rescue.service,loaded,inactive,dead, Rescue Shell
                                    rpc-gssd.service,loaded,inactive,dead, RPC security service for NFS client and server
                                    rpc-svcgssd.service,loaded,inactive,dead, RPC security service for NFS server
                                    rpcbind.service,loaded,active,running, RPC bind portmap service
                                    rsync.service,loaded,inactive,dead, fast remote file copy program daemon
                                    rsyslog.service,loaded,active,running, System Logging Service
                                    spamassassin.service,not-found,inactive,dead, spamassassin.service
                                    ssh.service,loaded,active,running, OpenBSD Secure Shell server
                                    systemd-ask-password-console.service,loaded,inactive,dead, Dispatch Password Requests to Console
                                    systemd-ask-password-wall.service,loaded,inactive,dead, Forward Password Requests to Wall
                                    systemd-binfmt.service,loaded,inactive,dead, Set Up Additional Binary Formats
                                    systemd-fsck-root.service,loaded,inactive,dead, File System Check on Root Device
                                    systemd-fsckd.service,loaded,inactive,dead, File System Check Daemon to report status
                                    systemd-hwdb-update.service,loaded,inactive,dead, Rebuild Hardware Database
                                    systemd-initctl.service,loaded,inactive,dead, initctl Compatibility Daemon
                                    systemd-journal-flush.service,loaded,active,exited, Flush Journal to Persistent Storage
                                    systemd-journald.service,loaded,active,running, Journal Service
                                    systemd-logind.service,loaded,active,running, Login Service
                                    systemd-machine-id-commit.service,loaded,inactive,dead, Commit a transient machine-id on disk
                                    systemd-modules-load.service,loaded,active,exited, Load Kernel Modules
                                    systemd-networkd.service,loaded,inactive,dead, Network Service
                                    systemd-random-seed.service,loaded,active,exited, Load/Save Random Seed
                                    systemd-remount-fs.service,loaded,active,exited, Remount Root and Kernel File Systems
                                    systemd-sysctl.service,loaded,active,exited, Apply Kernel Variables
                                    systemd-sysusers.service,loaded,active,exited, Create System Users
                                    systemd-timesyncd.service,loaded,inactive,dead, Network Time Synchronization
                                    systemd-tmpfiles-clean.service,loaded,inactive,dead, Cleanup of Temporary Directories
                                    systemd-tmpfiles-setup-dev.service,loaded,active,exited, Create Static Device Nodes in /dev
                                    systemd-tmpfiles-setup.service,loaded,active,exited, Create Volatile Files and Directories
                                    systemd-udev-trigger.service,loaded,active,exited, udev Coldplug all Devices
                                    systemd-udevd.service,loaded,active,running, udev Kernel Device Manager
                                    systemd-update-done.service,not-found,inactive,dead, systemd-update-done.service
                                    systemd-update-utmp-runlevel.service,loaded,inactive,dead, Update UTMP about System Runlevel Changes
                                    systemd-update-utmp.service,loaded,active,exited, Update UTMP about System Boot/Shutdown
                                    systemd-user-sessions.service,loaded,active,exited, Permit User Sessions
                                    systemd-vconsole-setup.service,not-found,inactive,dead, systemd-vconsole-setup.service
                                    user-runtime-dir@1000.service,loaded,active,exited, User Runtime Directory /run/user/1000
                                    user@1000.service,loaded,active,running, User Manager for UID 1000
                                    2020-08-15 16:06:06.615 - debug: linux-control.0 (19029) [servicesInfo] NUC_VM (192.168.138.123:22): csvToJson result: [{"id":"apache2.service","load":"loaded","active":"active","running":"running","description":"The Apache HTTP Server"},{"id":"apparmor.service","load":"loaded","active":"active","running":"exited","description":"Load AppArmor profiles"},{"id":"apt-daily-upgrade.service","load":"loaded","active":"inactive","running":"dead","description":"Daily apt upgrade and clean activities"},{"id":"apt-daily.service","load":"loaded","active":"inactive","running":"dead","description":"Daily apt download activities"},{"id":"auditd.service","load":"not-found","active":"inactive","running":"dead","description":"auditd.service"},{"id":"auth-rpcgss-module.service","load":"loaded","active":"inactive","running":"dead","description":"Kernel Module supporting RPCSEC_GSS"},{"id":"avahi-daemon.service","load":"loaded","active":"active","running":"running","description":"Avahi mDNS/DNS-SD Stack"},{"id":"clamav-daemon.service","load":"not-found","active":"inactive","running":"dead","description":"clamav-daemon.service"},{"id":"connman.service","load":"not-found","active":"inactive","running":"dead","description":"connman.service"},{"id":"console-screen.service","load":"not-found","active":"inactive","running":"dead","description":"console-screen.service"},{"id":"console-setup.service","load":"loaded","active":"active","running":"exited","description":"Set console font and keymap"},{"id":"cron.service","load":"loaded","active":"active","running":"running","description":"Regular background program processing daemon"},{"id":"cups-browsed.service","load":"loaded","active":"failed","running":"failed","description":"Make remote CUPS printers available locally"},{"id":"cups.service","load":"loaded","active":"active","running":"running","description":"CUPS Scheduler"},{"id":"dbus.service","load":"loaded","active":"active","running":"running","description":"D-Bus System Message Bus"},{"id":"display-manager.service","load":"not-found","active":"inactive","running":"dead","description":"display-manager.service"},{"id":"emergency.service","load":"loaded","active":"inactive","running":"dead","description":"Emergency Shell"},{"id":"exim4.service","load":"loaded","active":"active","running":"running","description":"LSB: exim Mail Transport Agent"},{"id":"getty-static.service","load":"loaded","active":"inactive","running":"dead","description":"getty on tty2-tty6 if dbus and logind are not available"},{"id":"getty@tty1.service","load":"loaded","active":"active","running":"running","description":"Getty on tty1"},{"id":"greylist.service","load":"not-found","active":"inactive","running":"dead","description":"greylist.service"},{"id":"gssproxy.service","load":"not-found","active":"inactive","running":"dead","description":"gssproxy.service"},{"id":"ifup@ens18.service","load":"loaded","active":"active","running":"exited","description":"ifup for ens18"},{"id":"ifupdown-pre.service","load":"loaded","active":"active","running":"exited","description":"Helper to synchronize boot up for ifupdown"},{"id":"influxdb.service","load":"not-found","active":"inactive","running":"dead","description":"influxdb.service"},{"id":"iobroker.service","load":"loaded","active":"active","running":"running","description":"ioBroker Server"},{"id":"irqbalance.service","load":"loaded","active":"active","running":"running","description":"irqbalance daemon"},{"id":"kbd.service","load":"not-found","active":"inactive","running":"dead","description":"kbd.service"},{"id":"keyboard-setup.service","load":"loaded","active":"active","running":"exited","description":"Set the console keyboard layout"},{"id":"kmod-static-nodes.service","load":"loaded","active":"active","running":"exited","description":"Create list of required static device nodes for the current kernel"},{"id":"logrotate.service","load":"loaded","active":"inactive","running":"dead","description":"Rotate log files"},{"id":"man-db.service","load":"loaded","active":"inactive","running":"dead","description":"Daily man-db regeneration"},{"id":"mariadb-server.service","load":"not-found","active":"inactive","running":"dead","description":"mariadb-server.service"},{"id":"mysql-server.service","load":"not-found","active":"inactive","running":"dead","description":"mysql-server.service"},{"id":"mysql.service","load":"not-found","active":"inactive","running":"dead","description":"mysql.service"},{"id":"networking.service","load":"loaded","active":"active","running":"exited","description":"Raise network interfaces"},{"id":"NetworkManager.service","load":"not-found","active":"inactive","running":"dead","description":"NetworkManager.service"},{"id":"nfs-blkmap.service","load":"not-found","active":"inactive","running":"dead","description":"nfs-blkmap.service"},{"id":"nfs-config.service","load":"loaded","active":"inactive","running":"dead","description":"Preprocess NFS configuration"},{"id":"nfs-server.service","load":"not-found","active":"inactive","running":"dead","description":"nfs-server.service"},{"id":"nfs-utils.service","load":"loaded","active":"inactive","running":"dead","description":"NFS server and client services"},{"id":"ntp.service","load":"loaded","active":"active","running":"running","description":"Network Time Service"},{"id":"plymouth-quit-wait.service","load":"not-found","active":"inactive","running":"dead","description":"plymouth-quit-wait.service"},{"id":"plymouth-start.service","load":"not-found","active":"inactive","running":"dead","description":"plymouth-start.service"},{"id":"postgresql.service","load":"not-found","active":"inactive","running":"dead","description":"postgresql.service"},{"id":"rc-local.service","load":"loaded","active":"inactive","running":"dead","description":"/etc/rc.local Compatibility"},{"id":"redis.service","load":"not-found","active":"inactive","running":"dead","description":"redis.service"},{"id":"rescue.service","load":"loaded","active":"inactive","running":"dead","description":"Rescue Shell"},{"id":"rpc-gssd.service","load":"loaded","active":"inactive","running":"dead","description":"RPC security service for NFS client and server"},{"id":"rpc-svcgssd.service","load":"loaded","active":"inactive","running":"dead","description":"RPC security service for NFS server"},{"id":"rpcbind.service","load":"loaded","active":"active","running":"running","description":"RPC bind portmap service"},{"id":"rsync.service","load":"loaded","active":"inactive","running":"dead","description":"fast remote file copy program daemon"},{"id":"rsyslog.service","load":"loaded","active":"active","running":"running","description":"System Logging Service"},{"id":"spamassassin.service","load":"not-found","active":"inactive","running":"dead","description":"spamassassin.service"},{"id":"ssh.service","load":"loaded","active":"active","running":"running","description":"OpenBSD Secure Shell server"},{"id":"systemd-ask-password-console.service","load":"loaded","active":"inactive","running":"dead","description":"Dispatch Password Requests to Console"},{"id":"systemd-ask-password-wall.service","load":"loaded","active":"inactive","running":"dead","description":"Forward Password Requests to Wall"},{"id":"systemd-binfmt.service","load":"loaded","active":"inactive","running":"dead","description":"Set Up Additional Binary Formats"},{"id":"systemd-fsck-root.service","load":"loaded","active":"inactive","running":"dead","description":"File System Check on Root Device"},{"id":"systemd-fsckd.service","load":"loaded","active":"inactive","running":"dead","description":"File System Check Daemon to report status"},{"id":"systemd-hwdb-update.service","load":"loaded","active":"inactive","running":"dead","description":"Rebuild Hardware Database"},{"id":"systemd-initctl.service","load":"loaded","active":"inactive","running":"dead","description":"initctl Compatibility Daemon"},{"id":"systemd-journal-flush.service","load":"loaded","active":"active","running":"exited","description":"Flush Journal to Persistent Storage"},{"id":"systemd-journald.service","load":"loaded","active":"active","running":"running","description":"Journal Service"},{"id":"systemd-logind.service","load":"loaded","active":"active","running":"running","description":"Login Service"},{"id":"systemd-machine-id-commit.service","load":"loaded","active":"inactive","running":"dead","description":"Commit a transient machine-id on disk"},{"id":"systemd-modules-load.service","load":"loaded","active":"active","running":"exited","description":"Load Kernel Modules"},{"id":"systemd-networkd.service","load":"loaded","active":"inactive","running":"dead","description":"Network Service"},{"id":"systemd-random-seed.service","load":"loaded","active":"active","running":"exited","description":"Load/Save Random Seed"},{"id":"systemd-remount-fs.service","load":"loaded","active":"active","running":"exited","description":"Remount Root and Kernel File Systems"},{"id":"systemd-sysctl.service","load":"loaded","active":"active","running":"exited","description":"Apply Kernel Variables"},{"id":"systemd-sysusers.service","load":"loaded","active":"active","running":"exited","description":"Create System Users"},{"id":"systemd-timesyncd.service","load":"loaded","active":"inactive","running":"dead","description":"Network Time Synchronization"},{"id":"systemd-tmpfiles-clean.service","load":"loaded","active":"inactive","running":"dead","description":"Cleanup of Temporary Directories"},{"id":"systemd-tmpfiles-setup-dev.service","load":"loaded","active":"active","running":"exited","description":"Create Static Device Nodes in /dev"},{"id":"systemd-tmpfiles-setup.service","load":"loaded","active":"active","running":"exited","description":"Create Volatile Files and Directories"},{"id":"systemd-udev-trigger.service","load":"loaded","active":"active","running":"exited","description":"udev Coldplug all Devices"},{"id":"systemd-udevd.service","load":"loaded","active":"active","running":"running","description":"udev Kernel Device Manager"},{"id":"systemd-update-done.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-update-done.service"},{"id":"systemd-update-utmp-runlevel.service","load":"loaded","active":"inactive","running":"dead","description":"Update UTMP about System Runlevel Changes"},{"id":"systemd-update-utmp.service","load":"loaded","active":"active","running":"exited","description":"Update UTMP about System Boot/Shutdown"},{"id":"systemd-user-sessions.service","load":"loaded","active":"active","running":"exited","description":"Permit User Sessions"},{"id":"systemd-vconsole-setup.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-vconsole-setup.service"},{"id":"user-runtime-dir@1000.service","load":"loaded","active":"active","running":"exited","description":"User Runtime Directory /run/user/1000"},{"id":"user@1000.service","load":"loaded","active":"active","running":"running","description":"User Manager for UID 1000"}]
                                    2020-08-15 16:06:06.984 - debug: linux-control.0 (19029) [needrestart] NUC_VM (192.168.138.123:22): no datapoints selected -> removing existing datapoints
                                    2020-08-15 16:06:07.002 - debug: linux-control.0 (19029) [folderSizes] NUC_VM (192.168.138.123:22): send command: 'sudo du -sk /opt/iobroker/iobroker-data/history | awk '{ print $1 /1024 }''
                                    2020-08-15 16:06:07.316 - debug: linux-control.0 (19029) [folderSizes] NUC_VM (192.168.138.123:22): response stdout:
                                    [sudo] Passwort für pi:
                                    13499.5
                                    2020-08-15 16:06:07.319 - debug: linux-control.0 (19029) [folderSizes] NUC_VM (192.168.138.123:22): NUC_VM.folders.history.size: NaN MB
                                    2020-08-15 16:06:07.369 - debug: linux-control.0 (19029) [folderSizes] NUC_VM (192.168.138.123:22): send command: 'sudo find /opt/iobroker/iobroker-data/history -name "*" | wc -l'
                                    2020-08-15 16:06:07.578 - debug: linux-control.0 (19029) [folderSizes] NUC_VM (192.168.138.123:22): response stdout:
                                    [sudo] Passwort für pi:
                                    112349
                                    2020-08-15 16:06:07.581 - debug: linux-control.0 (19029) [folderSizes] NUC_VM (192.168.138.123:22): NUC_VM.folders.history.files: NaN Dateien
                                    2020-08-15 16:06:07.629 - debug: linux-control.0 (19029) [folderSizes] NUC_VM (192.168.138.123:22): send command: 'tmp=$(sudo find /opt/iobroker/iobroker-data/history -name "*" -type f -exec stat -c "%Y %n" -- {} \; | sort -nr | head -n1 | awk '{print $2}') && date +%s -r $tmp'
                                    2020-08-15 16:06:17.713 - info: web.0 (22824) ==>Connected system.user.admin from ::ffff:192.168.138.145
                                    2020-08-15 16:06:19.906 - info: web.0 (22824) <==Disconnect system.user.admin from ::ffff:192.168.138.145
                                    2020-08-15 16:08:25.229 - debug: linux-control.0 (19029) [folderSizes] NUC_VM (192.168.138.123:22): response stdout:
                                    [sudo] Passwort für pi:
                                    1597500492
                                    2020-08-15 16:08:25.232 - debug: linux-control.0 (19029) [folderSizes] NUC_VM (192.168.138.123:22): NUC_VM.folders.history.lastChange: NaN ->
                                    2020-08-15 16:08:25.279 - debug: linux-control.0 (19029) [userCommand] NUC_VM (192.168.138.123:22, id: root, description: ): send command: 'df / | grep / | awk '{ print $5}' | sed 's/%//g''
                                    2020-08-15 16:08:25.291 - debug: linux-control.0 (19029) [userCommand] NUC_VM (192.168.138.123:22, id: root, description: ): response stdout: 55
                                    2020-08-15 16:08:25.314 - debug: linux-control.0 (19029) [userCommand] NUC_VM (192.168.138.123:22, id: ip, description: ): send command: 'hostname -I | cut -d' ' -f1'
                                    2020-08-15 16:08:25.323 - debug: linux-control.0 (19029) [userCommand] NUC_VM (192.168.138.123:22, id: ip, description: ): response stdout: 192.168.138.123
                                    2020-08-15 16:08:25.371 - debug: linux-control.0 (19029) [userCommand] NUC_VM (192.168.138.123:22): datapoint-id: 'cpu-temp', description: '' -> is not enabled!
                                    2020-08-15 16:08:25.371 - debug: linux-control.0 (19029) [userCommand] NUC_VM (192.168.138.123:22, id: Ordner, description: ): send command: 'du -c /opt/iobroker/iobroker-data/history | tail -1 | awk '{printf $1MB}''
                                    2020-08-15 16:08:25.671 - debug: linux-control.0 (19029) [userCommand] NUC_VM (192.168.138.123:22, id: Ordner, description: ): response stdout: 13823576
                                    2020-08-15 16:08:25.676 - info: linux-control.0 (19029) successful received data from NUC_VM (192.168.138.123:22)
                                    2020-08-15 16:08:25.676 - info: linux-control.0 (19029) getting data from Tinker (192.168.138.74:22)
                                    2020-08-15 16:08:25.742 - debug: linux-control.0 (19029) [getConnection] Host 'Tinker' (192.168.138.74:22): using sudo for authentification
                                    2020-08-15 16:08:25.970 - debug: linux-control.0 (19029) [distributionInfo] Tinker (192.168.138.74:22): send command: 'cat /etc/os-release'
                                    2020-08-15 16:08:26.280 - debug: linux-control.0 (19029) [distributionInfo] Tinker (192.168.138.74:22): response stdout: NAME="Ubuntu"
                                    VERSION="18.04.4 LTS (Bionic Beaver)"
                                    ID=ubuntu
                                    ID_LIKE=debian
                                    PRETTY_NAME="Ubuntu 18.04.4 LTS"
                                    VERSION_ID="18.04"
                                    HOME_URL="https://www.ubuntu.com/"
                                    SUPPORT_URL="https://help.ubuntu.com/"
                                    BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
                                    PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
                                    VERSION_CODENAME=bionic
                                    UBUNTU_CODENAME=bionic
                                    2020-08-15 16:08:26.285 - debug: linux-control.0 (19029) [distributionInfo] Tinker (192.168.138.74:22): csvToJson result: [{"prop":"NAME","val":"Ubuntu"},{"prop":"VERSION","val":"18.04.4 LTS (Bionic Beaver)"},{"prop":"ID","val":"ubuntu"},{"prop":"ID_LIKE","val":"debian"},{"prop":"PRETTY_NAME","val":"Ubuntu 18.04.4 LTS"},{"prop":"VERSION_ID","val":"18.04"},{"prop":"HOME_URL","val":"https://www.ubuntu.com/"},{"prop":"SUPPORT_URL","val":"https://help.ubuntu.com/"},{"prop":"BUG_REPORT_URL","val":"https://bugs.launchpad.net/ubuntu/"},{"prop":"PRIVACY_POLICY_URL","val":"https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"},{"prop":"VERSION_CODENAME","val":"bionic"},{"prop":"UBUNTU_CODENAME","val":"bionic"}]
                                    2020-08-15 16:08:26.362 - debug: linux-control.0 (19029) [cmdAptUpdate] Tinker (192.168.138.74:22): no datapoints selected -> removing existing datapoints
                                    2020-08-15 16:08:26.369 - debug: linux-control.0 (19029) [servicesInfo] Tinker (192.168.138.74:22): send command: 'systemctl list-units --type service --all --no-legend | awk '{out=""; for(i=5;i<=NF;i++){out=out" "$i}; print $1","$2","$3","$4","out}''
                                    2020-08-15 16:08:26.391 - debug: linux-control.0 (19029) [servicesInfo] Tinker (192.168.138.74:22): response stdout: alsa-restore.service,loaded,active,exited, Save/Restore Sound Card State
                                    alsa-state.service,loaded,inactive,dead, Manage Sound Card State (restore and store)
                                    apparmor.service,not-found,inactive,dead, apparmor.service
                                    apt-daily-upgrade.service,loaded,inactive,dead, Daily apt upgrade and clean activities
                                    apt-daily.service,loaded,inactive,dead, Daily apt download activities
                                    armbian-firstrun-config.service,loaded,inactive,dead, Armbian first run optional user configuration
                                    armbian-hardware-monitor.service,loaded,active,exited, Armbian hardware monitoring
                                    armbian-hardware-optimize.service,loaded,active,exited, Armbian hardware optimization
                                    armbian-ramlog.service,loaded,active,exited, Armbian memory supported logging
                                    armbian-zram-config.service,loaded,active,exited, Armbian ZRAM config
                                    armian-ramlog.service,not-found,inactive,dead, armian-ramlog.service
                                    auditd.service,not-found,inactive,dead, auditd.service
                                    bluetooth.service,loaded,active,running, Bluetooth service
                                    chrony.service,loaded,active,running, chrony, an NTP client/server
                                    connman.service,not-found,inactive,dead, connman.service
                                    console-screen.service,not-found,inactive,dead, console-screen.service
                                    console-setup.service,loaded,active,exited, Set console font and keymap
                                    cpufrequtils.service,loaded,active,exited, LSB: set CPUFreq kernel parameters
                                    cron.service,loaded,active,running, Regular background program processing daemon
                                    dbus.service,loaded,active,running, D-Bus System Message Bus
                                    display-manager.service,not-found,inactive,dead, display-manager.service
                                    emergency.service,loaded,inactive,dead, Emergency Shell
                                    fake-hwclock.service,loaded,active,exited, Restore / save the current clock
                                    fstrim.service,loaded,inactive,dead, Discard unused blocks
                                    getty-static.service,loaded,inactive,dead, getty on tty2-tty6 if dbus and logind are not available
                                    getty@tty1.service,loaded,active,running, Getty on tty1
                                    haveged.service,loaded,active,running, Entropy daemon using the HAVEGE algorithm
                                    hostapd.service,loaded,active,exited, LSB: Advanced IEEE 802.11 management daemon
                                    influxdb.service,not-found,inactive,dead, influxdb.service
                                    iobroker.service,loaded,active,running, ioBroker Server
                                    kbd.service,not-found,inactive,dead, kbd.service
                                    keyboard-setup.service,loaded,active,exited, Set the console keyboard layout
                                    kmod-static-nodes.service,loaded,active,exited, Create list of required static device nodes for the current kernel
                                    loadcpufreq.service,loaded,active,exited, LSB: Load kernel modules needed to enable cpufreq scaling
                                    mariadb-server.service,not-found,inactive,dead, mariadb-server.service
                                    motd-news.service,loaded,inactive,dead, Message of the Day
                                    mountkernfs.service,masked,inactive,dead, mountkernfs.service
                                    mysql-server.service,not-found,inactive,dead, mysql-server.service
                                    networkd-dispatcher.service,loaded,active,running, Dispatcher daemon for systemd-networkd
                                    networking.service,loaded,active,exited, Raise network interfaces
                                    NetworkManager-wait-online.service,loaded,active,exited, Network Manager Wait Online
                                    NetworkManager.service,loaded,active,running, Network Manager
                                    ondemand.service,masked,inactive,dead, ondemand.service
                                    openntpd.service,not-found,inactive,dead, openntpd.service
                                    plymouth-quit-wait.service,not-found,inactive,dead, plymouth-quit-wait.service
                                    plymouth-start.service,not-found,inactive,dead, plymouth-start.service
                                    polkit.service,loaded,active,running, Authorization Manager
                                    rc-local.service,loaded,active,exited, /etc/rc.local Compatibility
                                    redis.service,not-found,inactive,dead, redis.service
                                    rescue.service,loaded,inactive,dead, Rescue Shell
                                    resolvconf-pull-resolved.service,loaded,inactive,dead, resolvconf-pull-resolved.service
                                    resolvconf.service,loaded,active,exited, Nameserver information manager
                                    rng-tools.service,loaded,active,running, rng-tools.service
                                    rsync.service,loaded,inactive,dead, fast remote file copy program daemon
                                    rsyslog.service,loaded,active,running, System Logging Service
                                    serial-getty@ttyS2.service,loaded,active,running, Serial Getty on ttyS2
                                    setvtrgb.service,loaded,active,exited, Set console scheme
                                    ssh.service,loaded,active,running, OpenBSD Secure Shell server
                                    sysfsutils.service,loaded,active,exited, LSB: Set sysfs variables from /etc/sysfs.conf
                                    sysstat.service,loaded,active,exited, Resets System Activity Data Collector
                                    systemd-ask-password-console.service,loaded,inactive,dead, Dispatch Password Requests to Console
                                    systemd-ask-password-wall.service,loaded,inactive,dead, Forward Password Requests to Wall
                                    systemd-binfmt.service,loaded,inactive,dead, Set Up Additional Binary Formats
                                    systemd-fsck-root.service,loaded,inactive,dead, File System Check on Root Device
                                    systemd-fsckd.service,loaded,inactive,dead, File System Check Daemon to report status
                                    systemd-hwdb-update.service,loaded,inactive,dead, Rebuild Hardware Database
                                    systemd-initctl.service,loaded,inactive,dead, /dev/initctl Compatibility Daemon
                                    systemd-journal-flush.service,loaded,active,exited, Flush Journal to Persistent Storage
                                    systemd-journald.service,loaded,active,running, Journal Service
                                    systemd-logind.service,loaded,active,running, Login Service
                                    systemd-machine-id-commit.service,loaded,inactive,dead, Commit a transient machine-id on disk
                                    systemd-modules-load.service,loaded,active,exited, Load Kernel Modules
                                    systemd-networkd.service,loaded,inactive,dead, Network Service
                                    systemd-random-seed.service,loaded,active,exited, Load/Save Random Seed
                                    systemd-remount-fs.service,loaded,active,exited, Remount Root and Kernel File Systems
                                    systemd-resolved.service,loaded,active,running, Network Name Resolution
                                    systemd-rfkill.service,loaded,inactive,dead, Load/Save RF Kill Switch Status
                                    systemd-sysctl.service,loaded,active,exited, Apply Kernel Variables
                                    systemd-sysusers.service,not-found,inactive,dead, systemd-sysusers.service
                                    systemd-timesyncd.service,loaded,inactive,dead, Network Time Synchronization
                                    systemd-tmpfiles-clean.service,loaded,inactive,dead, Cleanup of Temporary Directories
                                    systemd-tmpfiles-setup-dev.service,loaded,active,exited, Create Static Device Nodes in /dev
                                    systemd-tmpfiles-setup.service,loaded,active,exited, Create Volatile Files and Directories
                                    systemd-udev-trigger.service,loaded,active,exited, udev Coldplug all Devices
                                    systemd-udevd.service,loaded,active,running, udev Kernel Device Manager
                                    systemd-update-done.service,not-found,inactive,dead, systemd-update-done.service
                                    systemd-update-utmp-runlevel.service,loaded,inactive,dead, Update UTMP about System Runlevel Changes
                                    systemd-update-utmp.service,loaded,active,exited, Update UTMP about System Boot/Shutdown
                                    systemd-user-sessions.service,loaded,active,exited, Permit User Sessions
                                    systemd-vconsole-setup.service,not-found,inactive,dead, systemd-vconsole-setup.service
                                    tinker-bluetooth.service,loaded,active,running, Realtek H5 bluetooth support
                                    unattended-upgrades.service,loaded,active,running, Unattended Upgrades Shutdown
                                    user@1002.service,loaded,active,running, User Manager for UID 1002
                                    wpa_supplicant.service,loaded,active,running, WPA supplicant
                                    2020-08-15 16:08:26.403 - debug: linux-control.0 (19029) [servicesInfo] Tinker (192.168.138.74:22): csvToJson result: [{"id":"alsa-restore.service","load":"loaded","active":"active","running":"exited","description":"Save/Restore Sound Card State"},{"id":"alsa-state.service","load":"loaded","active":"inactive","running":"dead","description":"Manage Sound Card State (restore and store)"},{"id":"apparmor.service","load":"not-found","active":"inactive","running":"dead","description":"apparmor.service"},{"id":"apt-daily-upgrade.service","load":"loaded","active":"inactive","running":"dead","description":"Daily apt upgrade and clean activities"},{"id":"apt-daily.service","load":"loaded","active":"inactive","running":"dead","description":"Daily apt download activities"},{"id":"armbian-firstrun-config.service","load":"loaded","active":"inactive","running":"dead","description":"Armbian first run optional user configuration"},{"id":"armbian-hardware-monitor.service","load":"loaded","active":"active","running":"exited","description":"Armbian hardware monitoring"},{"id":"armbian-hardware-optimize.service","load":"loaded","active":"active","running":"exited","description":"Armbian hardware optimization"},{"id":"armbian-ramlog.service","load":"loaded","active":"active","running":"exited","description":"Armbian memory supported logging"},{"id":"armbian-zram-config.service","load":"loaded","active":"active","running":"exited","description":"Armbian ZRAM config"},{"id":"armian-ramlog.service","load":"not-found","active":"inactive","running":"dead","description":"armian-ramlog.service"},{"id":"auditd.service","load":"not-found","active":"inactive","running":"dead","description":"auditd.service"},{"id":"bluetooth.service","load":"loaded","active":"active","running":"running","description":"Bluetooth service"},{"id":"chrony.service","load":"loaded","active":"active","running":"running","description":"chrony","field6":"an NTP client/server"},{"id":"connman.service","load":"not-found","active":"inactive","running":"dead","description":"connman.service"},{"id":"console-screen.service","load":"not-found","active":"inactive","running":"dead","description":"console-screen.service"},{"id":"console-setup.service","load":"loaded","active":"active","running":"exited","description":"Set console font and keymap"},{"id":"cpufrequtils.service","load":"loaded","active":"active","running":"exited","description":"LSB: set CPUFreq kernel parameters"},{"id":"cron.service","load":"loaded","active":"active","running":"running","description":"Regular background program processing daemon"},{"id":"dbus.service","load":"loaded","active":"active","running":"running","description":"D-Bus System Message Bus"},{"id":"display-manager.service","load":"not-found","active":"inactive","running":"dead","description":"display-manager.service"},{"id":"emergency.service","load":"loaded","active":"inactive","running":"dead","description":"Emergency Shell"},{"id":"fake-hwclock.service","load":"loaded","active":"active","running":"exited","description":"Restore / save the current clock"},{"id":"fstrim.service","load":"loaded","active":"inactive","running":"dead","description":"Discard unused blocks"},{"id":"getty-static.service","load":"loaded","active":"inactive","running":"dead","description":"getty on tty2-tty6 if dbus and logind are not available"},{"id":"getty@tty1.service","load":"loaded","active":"active","running":"running","description":"Getty on tty1"},{"id":"haveged.service","load":"loaded","active":"active","running":"running","description":"Entropy daemon using the HAVEGE algorithm"},{"id":"hostapd.service","load":"loaded","active":"active","running":"exited","description":"LSB: Advanced IEEE 802.11 management daemon"},{"id":"influxdb.service","load":"not-found","active":"inactive","running":"dead","description":"influxdb.service"},{"id":"iobroker.service","load":"loaded","active":"active","running":"running","description":"ioBroker Server"},{"id":"kbd.service","load":"not-found","active":"inactive","running":"dead","description":"kbd.service"},{"id":"keyboard-setup.service","load":"loaded","active":"active","running":"exited","description":"Set the console keyboard layout"},{"id":"kmod-static-nodes.service","load":"loaded","active":"active","running":"exited","description":"Create list of required static device nodes for the current kernel"},{"id":"loadcpufreq.service","load":"loaded","active":"active","running":"exited","description":"LSB: Load kernel modules needed to enable cpufreq scaling"},{"id":"mariadb-server.service","load":"not-found","active":"inactive","running":"dead","description":"mariadb-server.service"},{"id":"motd-news.service","load":"loaded","active":"inactive","running":"dead","description":"Message of the Day"},{"id":"mountkernfs.service","load":"masked","active":"inactive","running":"dead","description":"mountkernfs.service"},{"id":"mysql-server.service","load":"not-found","active":"inactive","running":"dead","description":"mysql-server.service"},{"id":"networkd-dispatcher.service","load":"loaded","active":"active","running":"running","description":"Dispatcher daemon for systemd-networkd"},{"id":"networking.service","load":"loaded","active":"active","running":"exited","description":"Raise network interfaces"},{"id":"NetworkManager-wait-online.service","load":"loaded","active":"active","running":"exited","description":"Network Manager Wait Online"},{"id":"NetworkManager.service","load":"loaded","active":"active","running":"running","description":"Network Manager"},{"id":"ondemand.service","load":"masked","active":"inactive","running":"dead","description":"ondemand.service"},{"id":"openntpd.service","load":"not-found","active":"inactive","running":"dead","description":"openntpd.service"},{"id":"plymouth-quit-wait.service","load":"not-found","active":"inactive","running":"dead","description":"plymouth-quit-wait.service"},{"id":"plymouth-start.service","load":"not-found","active":"inactive","running":"dead","description":"plymouth-start.service"},{"id":"polkit.service","load":"loaded","active":"active","running":"running","description":"Authorization Manager"},{"id":"rc-local.service","load":"loaded","active":"active","running":"exited","description":"/etc/rc.local Compatibility"},{"id":"redis.service","load":"not-found","active":"inactive","running":"dead","description":"redis.service"},{"id":"rescue.service","load":"loaded","active":"inactive","running":"dead","description":"Rescue Shell"},{"id":"resolvconf-pull-resolved.service","load":"loaded","active":"inactive","running":"dead","description":"resolvconf-pull-resolved.service"},{"id":"resolvconf.service","load":"loaded","active":"active","running":"exited","description":"Nameserver information manager"},{"id":"rng-tools.service","load":"loaded","active":"active","running":"running","description":"rng-tools.service"},{"id":"rsync.service","load":"loaded","active":"inactive","running":"dead","description":"fast remote file copy program daemon"},{"id":"rsyslog.service","load":"loaded","active":"active","running":"running","description":"System Logging Service"},{"id":"serial-getty@ttyS2.service","load":"loaded","active":"active","running":"running","description":"Serial Getty on ttyS2"},{"id":"setvtrgb.service","load":"loaded","active":"active","running":"exited","description":"Set console scheme"},{"id":"ssh.service","load":"loaded","active":"active","running":"running","description":"OpenBSD Secure Shell server"},{"id":"sysfsutils.service","load":"loaded","active":"active","running":"exited","description":"LSB: Set sysfs variables from /etc/sysfs.conf"},{"id":"sysstat.service","load":"loaded","active":"active","running":"exited","description":"Resets System Activity Data Collector"},{"id":"systemd-ask-password-console.service","load":"loaded","active":"inactive","running":"dead","description":"Dispatch Password Requests to Console"},{"id":"systemd-ask-password-wall.service","load":"loaded","active":"inactive","running":"dead","description":"Forward Password Requests to Wall"},{"id":"systemd-binfmt.service","load":"loaded","active":"inactive","running":"dead","description":"Set Up Additional Binary Formats"},{"id":"systemd-fsck-root.service","load":"loaded","active":"inactive","running":"dead","description":"File System Check on Root Device"},{"id":"systemd-fsckd.service","load":"loaded","active":"inactive","running":"dead","description":"File System Check Daemon to report status"},{"id":"systemd-hwdb-update.service","load":"loaded","active":"inactive","running":"dead","description":"Rebuild Hardware Database"},{"id":"systemd-initctl.service","load":"loaded","active":"inactive","running":"dead","description":"/dev/initctl Compatibility Daemon"},{"id":"systemd-journal-flush.service","load":"loaded","active":"active","running":"exited","description":"Flush Journal to Persistent Storage"},{"id":"systemd-journald.service","load":"loaded","active":"active","running":"running","description":"Journal Service"},{"id":"systemd-logind.service","load":"loaded","active":"active","running":"running","description":"Login Service"},{"id":"systemd-machine-id-commit.service","load":"loaded","active":"inactive","running":"dead","description":"Commit a transient machine-id on disk"},{"id":"systemd-modules-load.service","load":"loaded","active":"active","running":"exited","description":"Load Kernel Modules"},{"id":"systemd-networkd.service","load":"loaded","active":"inactive","running":"dead","description":"Network Service"},{"id":"systemd-random-seed.service","load":"loaded","active":"active","running":"exited","description":"Load/Save Random Seed"},{"id":"systemd-remount-fs.service","load":"loaded","active":"active","running":"exited","description":"Remount Root and Kernel File Systems"},{"id":"systemd-resolved.service","load":"loaded","active":"active","running":"running","description":"Network Name Resolution"},{"id":"systemd-rfkill.service","load":"loaded","active":"inactive","running":"dead","description":"Load/Save RF Kill Switch Status"},{"id":"systemd-sysctl.service","load":"loaded","active":"active","running":"exited","description":"Apply Kernel Variables"},{"id":"systemd-sysusers.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-sysusers.service"},{"id":"systemd-timesyncd.service","load":"loaded","active":"inactive","running":"dead","description":"Network Time Synchronization"},{"id":"systemd-tmpfiles-clean.service","load":"loaded","active":"inactive","running":"dead","description":"Cleanup of Temporary Directories"},{"id":"systemd-tmpfiles-setup-dev.service","load":"loaded","active":"active","running":"exited","description":"Create Static Device Nodes in /dev"},{"id":"systemd-tmpfiles-setup.service","load":"loaded","active":"active","running":"exited","description":"Create Volatile Files and Directories"},{"id":"systemd-udev-trigger.service","load":"loaded","active":"active","running":"exited","description":"udev Coldplug all Devices"},{"id":"systemd-udevd.service","load":"loaded","active":"active","running":"running","description":"udev Kernel Device Manager"},{"id":"systemd-update-done.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-update-done.service"},{"id":"systemd-update-utmp-runlevel.service","load":"loaded","active":"inactive","running":"dead","description":"Update UTMP about System Runlevel Changes"},{"id":"systemd-update-utmp.service","load":"loaded","active":"active","running":"exited","description":"Update UTMP about System Boot/Shutdown"},{"id":"systemd-user-sessions.service","load":"loaded","active":"active","running":"exited","description":"Permit User Sessions"},{"id":"systemd-vconsole-setup.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-vconsole-setup.service"},{"id":"tinker-bluetooth.service","load":"loaded","active":"active","running":"running","description":"Realtek H5 bluetooth support"},{"id":"unattended-upgrades.service","load":"loaded","active":"active","running":"running","description":"Unattended Upgrades Shutdown"},{"id":"user@1002.service","load":"loaded","active":"active","running":"running","description":"User Manager for UID 1002"},{"id":"wpa_supplicant.service","load":"loaded","active":"active","running":"running","description":"WPA supplicant"}]
                                    2020-08-15 16:08:26.816 - debug: linux-control.0 (19029) [needrestart] Tinker (192.168.138.74:22): no datapoints selected -> removing existing datapoints
                                    2020-08-15 16:08:26.837 - debug: linux-control.0 (19029) [folderSizes] Tinker (192.168.138.74:22): send command: 'sudo du -sk /opt/iobroker/iobroker-data | awk '{ print $1 /1024 }''
                                    2020-08-15 16:08:26.904 - debug: linux-control.0 (19029) [folderSizes] Tinker (192.168.138.74:22): response stdout:
                                    Sorry, user pi is not allowed to execute '/usr/bin/du -sk /opt/iobroker/iobroker-data' as root on localhost.
                                    2020-08-15 16:08:26.906 - debug: linux-control.0 (19029) [folderSizes] Tinker (192.168.138.74:22): Tinker.folders.iobroker.size: NaN MB
                                    2020-08-15 16:08:26.948 - debug: linux-control.0 (19029) [folderSizes] Tinker (192.168.138.74:22): send command: 'sudo find /opt/iobroker/iobroker-data -name "*" | wc -l'
                                    2020-08-15 16:08:27.154 - debug: linux-control.0 (19029) [folderSizes] Tinker (192.168.138.74:22): response stdout:
                                    Sorry, user pi is not allowed to execute '/usr/bin/find /opt/iobroker/iobroker-data -name *' as root on localhost.
                                    0
                                    2020-08-15 16:08:27.157 - debug: linux-control.0 (19029) [folderSizes] Tinker (192.168.138.74:22): Tinker.folders.iobroker.files: NaN Dateien
                                    2020-08-15 16:08:27.208 - debug: linux-control.0 (19029) [folderSizes] Tinker (192.168.138.74:22): send command: 'tmp=$(sudo find /opt/iobroker/iobroker-data -name "*" -type f -exec stat -c "%Y %n" -- {} \; | sort -nr | head -n1 | awk '{print $2}') && date +%s -r $tmp'
                                    2020-08-15 16:08:27.315 - debug: linux-control.0 (19029) [folderSizes] Tinker (192.168.138.74:22): response stdout:
                                    Sorry, user pi is not allowed to execute '/usr/bin/find /opt/iobroker/iobroker-data -name * -type f -exec stat -c %Y %n -- {} ;' as root on localhost.
                                    date: option requires an argument -- 'r'
                                    Try 'date --help' for more information.
                                    2020-08-15 16:08:27.318 - debug: linux-control.0 (19029) [folderSizes] Tinker (192.168.138.74:22): Tinker.folders.iobroker.lastChange: NaN ->
                                    2020-08-15 16:08:27.369 - debug: linux-control.0 (19029) [userCommand] Tinker (192.168.138.74:22, id: root, description: ): send command: 'df / | grep / | awk '{ print $5}' | sed 's/%//g''
                                    2020-08-15 16:08:27.415 - debug: linux-control.0 (19029) [userCommand] Tinker (192.168.138.74:22, id: root, description: ): response stdout: 5
                                    2020-08-15 16:08:27.423 - debug: linux-control.0 (19029) [userCommand] Tinker (192.168.138.74:22, id: ip, description: ): send command: 'hostname -I | cut -d' ' -f1'
                                    2020-08-15 16:08:27.467 - debug: linux-control.0 (19029) [userCommand] Tinker (192.168.138.74:22, id: ip, description: ): response stdout: 192.168.138.74
                                    2020-08-15 16:08:27.476 - debug: linux-control.0 (19029) [userCommand] Tinker (192.168.138.74:22, id: cpu-temp, description: ): send command: 'cat /sys/devices/virtual/thermal/thermal_zone0/temp | awk '{print substr($1, length($0)-5,3)}''
                                    2020-08-15 16:08:27.519 - debug: linux-control.0 (19029) [userCommand] Tinker (192.168.138.74:22, id: cpu-temp, description: ): response stdout: 46
                                    2020-08-15 16:08:27.527 - info: linux-control.0 (19029) successful received data from Tinker (192.168.138.74:22)
                                    

                                    scheint ein seltsames Problem mit dem Passwort bei sudo zu sein.
                                    Beim Raspi kann man auch auf der Konsole Befehle mit sudo ohne weitere Passworteingabe durchführen. das geht weder beim Tinker (Armbian) noch beim der VM (Debian)

                                    seltsamerweise funktioniert es aber bei "meine Befehle".
                                    bei der NUC_VM habe ich den gleichen Befehl (du -c /opt/iobroker/iobroker-data/history | tail -1 | awk '{printf $1MB}') nochmals unter "eigene Befehle" ausgeführt:
                                    Ordner_Befehl.png

                                    da klappt es:
                                    Ordner.png

                                    ScroungerS Offline
                                    ScroungerS Offline
                                    Scrounger
                                    Developer
                                    wrote on last edited by
                                    #32

                                    @Homoran
                                    Hab noch was eingebaut, bitte teste mal die aktuelle github version

                                    <a href="https://github.com/Scrounger/ioBroker.linkeddevices">LinkedDevices Adapter</a>

                                    <a href="https://github.com/Scrounger/ioBroker.vis-materialdesign">Material Design Widgets</a>

                                    HomoranH 1 Reply Last reply
                                    0
                                    • ScroungerS Scrounger

                                      @Homoran
                                      Hab noch was eingebaut, bitte teste mal die aktuelle github version

                                      HomoranH Offline
                                      HomoranH Offline
                                      Homoran
                                      Global Moderator Administrators
                                      wrote on last edited by
                                      #33

                                      @Scrounger sagte in Test Adapter Linux Control v0.x.x:

                                      @Homoran
                                      Hab noch was eingebaut, bitte teste mal die aktuelle github version

                                      Habe neu installiert - upload gemacht und Instanz sicherheitshalber nochmal gestartet.

                                      steht immer noch null drin

                                      Hier das leider sehr umfangreiche debug log:

                                      2020-08-16 10:37:56.204  - info: linux-control.0 (24751) getting data from RasPi4 (192.168.138.139:22)
                                      2020-08-16 10:37:56.257  - debug: linux-control.0 (24751) [getConnection] Host 'RasPi4' (192.168.138.139:22): using sudo for authentification
                                      2020-08-16 10:37:56.428  - debug: linux-control.0 (24751) [distributionInfo] RasPi4 (192.168.138.139:22): send command: 'cat /etc/os-release'
                                      2020-08-16 10:37:56.732  - debug: linux-control.0 (24751) [distributionInfo] RasPi4 (192.168.138.139:22): response stdout: PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
                                      NAME="Raspbian GNU/Linux"
                                      VERSION_ID="10"
                                      VERSION="10 (buster)"
                                      VERSION_CODENAME=buster
                                      ID=raspbian
                                      ID_LIKE=debian
                                      HOME_URL="http://www.raspbian.org/"
                                      SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
                                      BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
                                      2020-08-16 10:37:56.735  - debug: linux-control.0 (24751) [distributionInfo] RasPi4 (192.168.138.139:22): csvToJson result: [{"prop":"PRETTY_NAME","val":"Raspbian GNU/Linux 10 (buster)"},{"prop":"NAME","val":"Raspbian GNU/Linux"},{"prop":"VERSION_ID","val":"10"},{"prop":"VERSION","val":"10 (buster)"},{"prop":"VERSION_CODENAME","val":"buster"},{"prop":"ID","val":"raspbian"},{"prop":"ID_LIKE","val":"debian"},{"prop":"HOME_URL","val":"http://www.raspbian.org/"},{"prop":"SUPPORT_URL","val":"http://www.raspbian.org/RaspbianForums"},{"prop":"BUG_REPORT_URL","val":"http://www.raspbian.org/RaspbianBugs"}]
                                      2020-08-16 10:37:56.752  - debug: linux-control.0 (24751) [cmdAptUpdate] RasPi4 (192.168.138.139:22): no datapoints selected -> removing existing datapoints
                                      2020-08-16 10:37:56.755  - debug: linux-control.0 (24751) [servicesInfo] RasPi4 (192.168.138.139:22): send command: 'systemctl list-units --type service --all --no-legend | awk '{out=""; for(i=5;i<=NF;i++){out=out" "$i}; print $1","$2","$3","$4","out}''
                                      2020-08-16 10:37:56.780  - debug: linux-control.0 (24751) [servicesInfo] RasPi4 (192.168.138.139:22): response stdout: alsa-restore.service,loaded,active,exited, Save/Restore Sound Card State
                                      alsa-state.service,loaded,active,running, Manage Sound Card State (restore and store)
                                      apparmor.service,not-found,inactive,dead, apparmor.service
                                      apt-daily-upgrade.service,loaded,inactive,dead, Daily apt upgrade and clean activities
                                      apt-daily.service,loaded,inactive,dead, Daily apt download activities
                                      auditd.service,not-found,inactive,dead, auditd.service
                                      auth-rpcgss-module.service,loaded,inactive,dead, Kernel Module supporting RPCSEC_GSS
                                      avahi-daemon.service,loaded,active,running, Avahi mDNS/DNS-SD Stack
                                      bluetooth.service,loaded,active,running, Bluetooth service
                                      bthelper@hci0.service,loaded,inactive,dead, Raspberry Pi bluetooth helper
                                      connman.service,not-found,inactive,dead, connman.service
                                      console-screen.service,not-found,inactive,dead, console-screen.service
                                      console-setup.service,loaded,active,exited, Set console font and keymap
                                      cron.service,loaded,active,running, Regular background program processing daemon
                                      dbus.service,loaded,active,running, D-Bus System Message Bus
                                      dhcpcd.service,loaded,active,running, dhcpcd on all interfaces
                                      display-manager.service,not-found,inactive,dead, display-manager.service
                                      dphys-swapfile.service,loaded,active,exited, dphys-swapfile - set up, mount/unmount, and delete a swap file
                                      emergency.service,loaded,inactive,dead, Emergency Shell
                                      fake-hwclock.service,loaded,active,exited, Restore / save the current clock
                                      getty-static.service,loaded,inactive,dead, getty on tty2-tty6 if dbus and logind are not available
                                      getty@tty1.service,loaded,active,running, Getty on tty1
                                      gssproxy.service,not-found,inactive,dead, gssproxy.service
                                      hciuart.service,loaded,active,running, Configure Bluetooth Modems connected by UART
                                      ifupdown-pre.service,loaded,active,exited, Helper to synchronize boot up for ifupdown
                                      influxdb.service,not-found,inactive,dead, influxdb.service
                                      iobroker.service,loaded,active,running, ioBroker Server
                                      kbd.service,not-found,inactive,dead, kbd.service
                                      keyboard-setup.service,loaded,active,exited, Set the console keyboard layout
                                      kmod-static-nodes.service,loaded,active,exited, Create list of required static device nodes for the current kernel
                                      logrotate.service,loaded,inactive,dead, Rotate log files
                                      man-db.service,loaded,inactive,dead, Daily man-db regeneration
                                      mariadb-server.service,not-found,inactive,dead, mariadb-server.service
                                      mountkernfs.service,masked,inactive,dead, mountkernfs.service
                                      mysql-server.service,not-found,inactive,dead, mysql-server.service
                                      networking.service,loaded,active,exited, Raise network interfaces
                                      NetworkManager.service,not-found,inactive,dead, NetworkManager.service
                                      nfs-blkmap.service,not-found,inactive,dead, nfs-blkmap.service
                                      nfs-config.service,loaded,inactive,dead, Preprocess NFS configuration
                                      nfs-server.service,not-found,inactive,dead, nfs-server.service
                                      nfs-utils.service,loaded,inactive,dead, NFS server and client services
                                      plymouth-quit-wait.service,not-found,inactive,dead, plymouth-quit-wait.service
                                      plymouth-start.service,not-found,inactive,dead, plymouth-start.service
                                      raspberrypi-net-mods.service,loaded,inactive,dead, Copy user wpa_supplicant.conf
                                      raspi-config.service,loaded,active,exited, LSB: Switch to ondemand cpu governor (unless shift key is pressed)
                                      rc-local.service,loaded,active,exited, /etc/rc.local Compatibility
                                      redis.service,not-found,inactive,dead, redis.service
                                      regenerate_ssh_host_keys.service,loaded,inactive,dead, Regenerate SSH host keys
                                      rescue.service,loaded,inactive,dead, Rescue Shell
                                      rng-tools.service,loaded,active,running, rng-tools.service
                                      rpc-gssd.service,loaded,inactive,dead, RPC security service for NFS client and server
                                      rpc-svcgssd.service,loaded,inactive,dead, RPC security service for NFS server
                                      rpi-eeprom-update.service,loaded,active,exited, Check for Raspberry Pi EEPROM updates
                                      rsync.service,loaded,inactive,dead, fast remote file copy program daemon
                                      rsyslog.service,loaded,active,running, System Logging Service
                                      ssh.service,loaded,active,running, OpenBSD Secure Shell server
                                      sshswitch.service,loaded,inactive,dead, Turn on SSH if /boot/ssh is present
                                      systemd-ask-password-console.service,loaded,inactive,dead, Dispatch Password Requests to Console
                                      systemd-ask-password-wall.service,loaded,inactive,dead, Forward Password Requests to Wall
                                      systemd-binfmt.service,loaded,inactive,dead, Set Up Additional Binary Formats
                                      systemd-fsck-root.service,loaded,active,exited, File System Check on Root Device
                                      systemd-fsck@dev-disk-by\x2dpartuuid-50fbae26\x2d01.service,loaded,active,exited, File System Check on /dev/disk/by-partuuid/50fbae26-01
                                      systemd-fsckd.service,loaded,inactive,dead, File System Check Daemon to report status
                                      systemd-hwdb-update.service,loaded,inactive,dead, Rebuild Hardware Database
                                      systemd-initctl.service,loaded,inactive,dead, initctl Compatibility Daemon
                                      systemd-journal-flush.service,loaded,active,exited, Flush Journal to Persistent Storage
                                      systemd-journald.service,loaded,active,running, Journal Service
                                      systemd-logind.service,loaded,active,running, Login Service
                                      systemd-machine-id-commit.service,loaded,inactive,dead, Commit a transient machine-id on disk
                                      systemd-modules-load.service,loaded,active,exited, Load Kernel Modules
                                      systemd-networkd.service,loaded,inactive,dead, Network Service
                                      systemd-quotacheck.service,loaded,inactive,dead, File System Quota Check
                                      systemd-random-seed.service,loaded,active,exited, Load/Save Random Seed
                                      systemd-remount-fs.service,loaded,active,exited, Remount Root and Kernel File Systems
                                      systemd-rfkill.service,loaded,inactive,dead, Load/Save RF Kill Switch Status
                                      systemd-sysctl.service,loaded,active,exited, Apply Kernel Variables
                                      systemd-sysusers.service,loaded,active,exited, Create System Users
                                      systemd-timesyncd.service,loaded,active,running, Network Time Synchronization
                                      systemd-tmpfiles-clean.service,loaded,inactive,dead, Cleanup of Temporary Directories
                                      systemd-tmpfiles-setup-dev.service,loaded,active,exited, Create Static Device Nodes in /dev
                                      systemd-tmpfiles-setup.service,loaded,active,exited, Create Volatile Files and Directories
                                      systemd-udev-trigger.service,loaded,active,exited, udev Coldplug all Devices
                                      systemd-udevd.service,loaded,active,running, udev Kernel Device Manager
                                      systemd-update-done.service,not-found,inactive,dead, systemd-update-done.service
                                      systemd-update-utmp-runlevel.service,loaded,inactive,dead, Update UTMP about System Runlevel Changes
                                      systemd-update-utmp.service,loaded,active,exited, Update UTMP about System Boot/Shutdown
                                      systemd-user-sessions.service,loaded,active,exited, Permit User Sessions
                                      systemd-vconsole-setup.service,not-found,inactive,dead, systemd-vconsole-setup.service
                                      triggerhappy.service,loaded,active,running, triggerhappy global hotkey daemon
                                      user-runtime-dir@1000.service,loaded,active,exited, User Runtime Directory /run/user/1000
                                      user@1000.service,loaded,active,running, User Manager for UID 1000
                                      wpa_supplicant.service,loaded,active,running, WPA supplicant
                                      2020-08-16 10:37:56.785  - debug: linux-control.0 (24751) [servicesInfo] RasPi4 (192.168.138.139:22): csvToJson result: [{"id":"alsa-restore.service","load":"loaded","active":"active","running":"exited","description":"Save/Restore Sound Card State"},{"id":"alsa-state.service","load":"loaded","active":"active","running":"running","description":"Manage Sound Card State (restore and store)"},{"id":"apparmor.service","load":"not-found","active":"inactive","running":"dead","description":"apparmor.service"},{"id":"apt-daily-upgrade.service","load":"loaded","active":"inactive","running":"dead","description":"Daily apt upgrade and clean activities"},{"id":"apt-daily.service","load":"loaded","active":"inactive","running":"dead","description":"Daily apt download activities"},{"id":"auditd.service","load":"not-found","active":"inactive","running":"dead","description":"auditd.service"},{"id":"auth-rpcgss-module.service","load":"loaded","active":"inactive","running":"dead","description":"Kernel Module supporting RPCSEC_GSS"},{"id":"avahi-daemon.service","load":"loaded","active":"active","running":"running","description":"Avahi mDNS/DNS-SD Stack"},{"id":"bluetooth.service","load":"loaded","active":"active","running":"running","description":"Bluetooth service"},{"id":"bthelper@hci0.service","load":"loaded","active":"inactive","running":"dead","description":"Raspberry Pi bluetooth helper"},{"id":"connman.service","load":"not-found","active":"inactive","running":"dead","description":"connman.service"},{"id":"console-screen.service","load":"not-found","active":"inactive","running":"dead","description":"console-screen.service"},{"id":"console-setup.service","load":"loaded","active":"active","running":"exited","description":"Set console font and keymap"},{"id":"cron.service","load":"loaded","active":"active","running":"running","description":"Regular background program processing daemon"},{"id":"dbus.service","load":"loaded","active":"active","running":"running","description":"D-Bus System Message Bus"},{"id":"dhcpcd.service","load":"loaded","active":"active","running":"running","description":"dhcpcd on all interfaces"},{"id":"display-manager.service","load":"not-found","active":"inactive","running":"dead","description":"display-manager.service"},{"id":"dphys-swapfile.service","load":"loaded","active":"active","running":"exited","description":"dphys-swapfile - set up","field6":"mount/unmount","field7":"and delete a swap file"},{"id":"emergency.service","load":"loaded","active":"inactive","running":"dead","description":"Emergency Shell"},{"id":"fake-hwclock.service","load":"loaded","active":"active","running":"exited","description":"Restore / save the current clock"},{"id":"getty-static.service","load":"loaded","active":"inactive","running":"dead","description":"getty on tty2-tty6 if dbus and logind are not available"},{"id":"getty@tty1.service","load":"loaded","active":"active","running":"running","description":"Getty on tty1"},{"id":"gssproxy.service","load":"not-found","active":"inactive","running":"dead","description":"gssproxy.service"},{"id":"hciuart.service","load":"loaded","active":"active","running":"running","description":"Configure Bluetooth Modems connected by UART"},{"id":"ifupdown-pre.service","load":"loaded","active":"active","running":"exited","description":"Helper to synchronize boot up for ifupdown"},{"id":"influxdb.service","load":"not-found","active":"inactive","running":"dead","description":"influxdb.service"},{"id":"iobroker.service","load":"loaded","active":"active","running":"running","description":"ioBroker Server"},{"id":"kbd.service","load":"not-found","active":"inactive","running":"dead","description":"kbd.service"},{"id":"keyboard-setup.service","load":"loaded","active":"active","running":"exited","description":"Set the console keyboard layout"},{"id":"kmod-static-nodes.service","load":"loaded","active":"active","running":"exited","description":"Create list of required static device nodes for the current kernel"},{"id":"logrotate.service","load":"loaded","active":"inactive","running":"dead","description":"Rotate log files"},{"id":"man-db.service","load":"loaded","active":"inactive","running":"dead","description":"Daily man-db regeneration"},{"id":"mariadb-server.service","load":"not-found","active":"inactive","running":"dead","description":"mariadb-server.service"},{"id":"mountkernfs.service","load":"masked","active":"inactive","running":"dead","description":"mountkernfs.service"},{"id":"mysql-server.service","load":"not-found","active":"inactive","running":"dead","description":"mysql-server.service"},{"id":"networking.service","load":"loaded","active":"active","running":"exited","description":"Raise network interfaces"},{"id":"NetworkManager.service","load":"not-found","active":"inactive","running":"dead","description":"NetworkManager.service"},{"id":"nfs-blkmap.service","load":"not-found","active":"inactive","running":"dead","description":"nfs-blkmap.service"},{"id":"nfs-config.service","load":"loaded","active":"inactive","running":"dead","description":"Preprocess NFS configuration"},{"id":"nfs-server.service","load":"not-found","active":"inactive","running":"dead","description":"nfs-server.service"},{"id":"nfs-utils.service","load":"loaded","active":"inactive","running":"dead","description":"NFS server and client services"},{"id":"plymouth-quit-wait.service","load":"not-found","active":"inactive","running":"dead","description":"plymouth-quit-wait.service"},{"id":"plymouth-start.service","load":"not-found","active":"inactive","running":"dead","description":"plymouth-start.service"},{"id":"raspberrypi-net-mods.service","load":"loaded","active":"inactive","running":"dead","description":"Copy user wpa_supplicant.conf"},{"id":"raspi-config.service","load":"loaded","active":"active","running":"exited","description":"LSB: Switch to ondemand cpu governor (unless shift key is pressed)"},{"id":"rc-local.service","load":"loaded","active":"active","running":"exited","description":"/etc/rc.local Compatibility"},{"id":"redis.service","load":"not-found","active":"inactive","running":"dead","description":"redis.service"},{"id":"regenerate_ssh_host_keys.service","load":"loaded","active":"inactive","running":"dead","description":"Regenerate SSH host keys"},{"id":"rescue.service","load":"loaded","active":"inactive","running":"dead","description":"Rescue Shell"},{"id":"rng-tools.service","load":"loaded","active":"active","running":"running","description":"rng-tools.service"},{"id":"rpc-gssd.service","load":"loaded","active":"inactive","running":"dead","description":"RPC security service for NFS client and server"},{"id":"rpc-svcgssd.service","load":"loaded","active":"inactive","running":"dead","description":"RPC security service for NFS server"},{"id":"rpi-eeprom-update.service","load":"loaded","active":"active","running":"exited","description":"Check for Raspberry Pi EEPROM updates"},{"id":"rsync.service","load":"loaded","active":"inactive","running":"dead","description":"fast remote file copy program daemon"},{"id":"rsyslog.service","load":"loaded","active":"active","running":"running","description":"System Logging Service"},{"id":"ssh.service","load":"loaded","active":"active","running":"running","description":"OpenBSD Secure Shell server"},{"id":"sshswitch.service","load":"loaded","active":"inactive","running":"dead","description":"Turn on SSH if /boot/ssh is present"},{"id":"systemd-ask-password-console.service","load":"loaded","active":"inactive","running":"dead","description":"Dispatch Password Requests to Console"},{"id":"systemd-ask-password-wall.service","load":"loaded","active":"inactive","running":"dead","description":"Forward Password Requests to Wall"},{"id":"systemd-binfmt.service","load":"loaded","active":"inactive","running":"dead","description":"Set Up Additional Binary Formats"},{"id":"systemd-fsck-root.service","load":"loaded","active":"active","running":"exited","description":"File System Check on Root Device"},{"id":"systemd-fsck@dev-disk-by\\x2dpartuuid-50fbae26\\x2d01.service","load":"loaded","active":"active","running":"exited","description":"File System Check on /dev/disk/by-partuuid/50fbae26-01"},{"id":"systemd-fsckd.service","load":"loaded","active":"inactive","running":"dead","description":"File System Check Daemon to report status"},{"id":"systemd-hwdb-update.service","load":"loaded","active":"inactive","running":"dead","description":"Rebuild Hardware Database"},{"id":"systemd-initctl.service","load":"loaded","active":"inactive","running":"dead","description":"initctl Compatibility Daemon"},{"id":"systemd-journal-flush.service","load":"loaded","active":"active","running":"exited","description":"Flush Journal to Persistent Storage"},{"id":"systemd-journald.service","load":"loaded","active":"active","running":"running","description":"Journal Service"},{"id":"systemd-logind.service","load":"loaded","active":"active","running":"running","description":"Login Service"},{"id":"systemd-machine-id-commit.service","load":"loaded","active":"inactive","running":"dead","description":"Commit a transient machine-id on disk"},{"id":"systemd-modules-load.service","load":"loaded","active":"active","running":"exited","description":"Load Kernel Modules"},{"id":"systemd-networkd.service","load":"loaded","active":"inactive","running":"dead","description":"Network Service"},{"id":"systemd-quotacheck.service","load":"loaded","active":"inactive","running":"dead","description":"File System Quota Check"},{"id":"systemd-random-seed.service","load":"loaded","active":"active","running":"exited","description":"Load/Save Random Seed"},{"id":"systemd-remount-fs.service","load":"loaded","active":"active","running":"exited","description":"Remount Root and Kernel File Systems"},{"id":"systemd-rfkill.service","load":"loaded","active":"inactive","running":"dead","description":"Load/Save RF Kill Switch Status"},{"id":"systemd-sysctl.service","load":"loaded","active":"active","running":"exited","description":"Apply Kernel Variables"},{"id":"systemd-sysusers.service","load":"loaded","active":"active","running":"exited","description":"Create System Users"},{"id":"systemd-timesyncd.service","load":"loaded","active":"active","running":"running","description":"Network Time Synchronization"},{"id":"systemd-tmpfiles-clean.service","load":"loaded","active":"inactive","running":"dead","description":"Cleanup of Temporary Directories"},{"id":"systemd-tmpfiles-setup-dev.service","load":"loaded","active":"active","running":"exited","description":"Create Static Device Nodes in /dev"},{"id":"systemd-tmpfiles-setup.service","load":"loaded","active":"active","running":"exited","description":"Create Volatile Files and Directories"},{"id":"systemd-udev-trigger.service","load":"loaded","active":"active","running":"exited","description":"udev Coldplug all Devices"},{"id":"systemd-udevd.service","load":"loaded","active":"active","running":"running","description":"udev Kernel Device Manager"},{"id":"systemd-update-done.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-update-done.service"},{"id":"systemd-update-utmp-runlevel.service","load":"loaded","active":"inactive","running":"dead","description":"Update UTMP about System Runlevel Changes"},{"id":"systemd-update-utmp.service","load":"loaded","active":"active","running":"exited","description":"Update UTMP about System Boot/Shutdown"},{"id":"systemd-user-sessions.service","load":"loaded","active":"active","running":"exited","description":"Permit User Sessions"},{"id":"systemd-vconsole-setup.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-vconsole-setup.service"},{"id":"triggerhappy.service","load":"loaded","active":"active","running":"running","description":"triggerhappy global hotkey daemon"},{"id":"user-runtime-dir@1000.service","load":"loaded","active":"active","running":"exited","description":"User Runtime Directory /run/user/1000"},{"id":"user@1000.service","load":"loaded","active":"active","running":"running","description":"User Manager for UID 1000"},{"id":"wpa_supplicant.service","load":"loaded","active":"active","running":"running","description":"WPA supplicant"}]
                                      2020-08-16 10:37:57.213  - debug: linux-control.0 (24751) [needrestart] RasPi4 (192.168.138.139:22): no datapoints selected -> removing existing datapoints
                                      2020-08-16 10:37:57.231  - debug: linux-control.0 (24751) [folderSizes] RasPi4 (192.168.138.139:22): send command: 'sudo du -sk /opt/iobroker/iobroker-data/history | awk '{ print $1 /1024 }' | tail -1'
                                      2020-08-16 10:37:57.464  - debug: linux-control.0 (24751) [folderSizes] RasPi4 (192.168.138.139:22): response stdout: 
                                      195.422
                                      2020-08-16 10:37:57.466  - debug: linux-control.0 (24751) [folderSizes] RasPi4 (192.168.138.139:22): RasPi4.folders.history.size: 195.42 MB
                                      2020-08-16 10:37:57.469  - debug: linux-control.0 (24751) [folderSizes] RasPi4 (192.168.138.139:22): send command: 'sudo find /opt/iobroker/iobroker-data/history -name "*" | wc -l | tail -1'
                                      2020-08-16 10:37:57.674  - debug: linux-control.0 (24751) [folderSizes] RasPi4 (192.168.138.139:22): response stdout: 
                                      22286
                                      2020-08-16 10:37:57.675  - debug: linux-control.0 (24751) [folderSizes] RasPi4 (192.168.138.139:22): RasPi4.folders.history.files: 22286 Dateien
                                      2020-08-16 10:37:57.679  - debug: linux-control.0 (24751) [folderSizes] RasPi4 (192.168.138.139:22): send command: 'tmp=$(sudo find /opt/iobroker/iobroker-data/history -name "*" -type f -exec stat -c "%Y %n" -- {} \; | sort -nr | head -n1 | awk '{print $2}' | tail -1) && date +%s -r $tmp'
                                      2020-08-16 10:39:35.043  - debug: linux-control.0 (24751) [folderSizes] RasPi4 (192.168.138.139:22): response stdout: 
                                      1597567063
                                      2020-08-16 10:39:35.044  - debug: linux-control.0 (24751) [folderSizes] RasPi4 (192.168.138.139:22): RasPi4.folders.history.lastChange: 1597567063000 -> 16.08.2020 10:37
                                      2020-08-16 10:39:35.048  - debug: linux-control.0 (24751) [userCommand] RasPi4 (192.168.138.139:22, id: root, description: ): send command: 'df / | grep / | awk '{ print $5}' | sed 's/%//g''
                                      2020-08-16 10:39:35.066  - debug: linux-control.0 (24751) [userCommand] RasPi4 (192.168.138.139:22, id: root, description: ): response stdout: 19
                                      2020-08-16 10:39:35.070  - debug: linux-control.0 (24751) [userCommand] RasPi4 (192.168.138.139:22, id: ip, description: ): send command: 'hostname -I | cut -d' ' -f1'
                                      2020-08-16 10:39:35.091  - debug: linux-control.0 (24751) [userCommand] RasPi4 (192.168.138.139:22, id: ip, description: ): response stdout: 192.168.138.139
                                      2020-08-16 10:39:35.096  - debug: linux-control.0 (24751) [userCommand] RasPi4 (192.168.138.139:22, id: cpu-temp, description: ): send command: 'vcgencmd measure_temp | awk '{print substr($1, length($0)-5,4)}''
                                      2020-08-16 10:39:35.112  - debug: linux-control.0 (24751) [userCommand] RasPi4 (192.168.138.139:22, id: cpu-temp, description: ): response stdout: 55.0
                                      2020-08-16 10:39:35.117  - info: linux-control.0 (24751) successful received data from RasPi4 (192.168.138.139:22)
                                      2020-08-16 10:40:00.035  - info: host.raspberrypi instance system.adapter.dwd.0 started with pid 5509
                                      2020-08-16 10:40:03.867  - info: dwd.0 (5509) starting. Version 2.5.0 in /opt/iobroker/node_modules/iobroker.dwd, node: v10.21.0, js-controller: 3.1.4
                                      2020-08-16 10:40:05.425  - info: dwd.0 (5509) Terminated (NO_ERROR): Without reason
                                      2020-08-16 10:40:05.952  - info: host.raspberrypi instance system.adapter.dwd.0 terminated with code 0 (NO_ERROR)
                                      2020-08-16 10:40:20.852  - info: linux-control.0 (24751) getting data from NUC_VM (192.168.138.123:22)
                                      2020-08-16 10:40:20.886  - debug: linux-control.0 (24751) [getConnection] Host 'NUC_VM' (192.168.138.123:22): using sudo for authentification
                                      2020-08-16 10:40:20.969  - debug: linux-control.0 (24751) [distributionInfo] NUC_VM (192.168.138.123:22): send command: 'cat /etc/os-release'
                                      2020-08-16 10:40:21.025  - debug: linux-control.0 (24751) [distributionInfo] NUC_VM (192.168.138.123:22): response stdout: PRETTY_NAME="Debian GNU/Linux 10 (buster)"
                                      NAME="Debian GNU/Linux"
                                      VERSION_ID="10"
                                      VERSION="10 (buster)"
                                      VERSION_CODENAME=buster
                                      ID=debian
                                      HOME_URL="https://www.debian.org/"
                                      SUPPORT_URL="https://www.debian.org/support"
                                      BUG_REPORT_URL="https://bugs.debian.org/"
                                      2020-08-16 10:40:21.028  - debug: linux-control.0 (24751) [distributionInfo] NUC_VM (192.168.138.123:22): csvToJson result: [{"prop":"PRETTY_NAME","val":"Debian GNU/Linux 10 (buster)"},{"prop":"NAME","val":"Debian GNU/Linux"},{"prop":"VERSION_ID","val":"10"},{"prop":"VERSION","val":"10 (buster)"},{"prop":"VERSION_CODENAME","val":"buster"},{"prop":"ID","val":"debian"},{"prop":"HOME_URL","val":"https://www.debian.org/"},{"prop":"SUPPORT_URL","val":"https://www.debian.org/support"},{"prop":"BUG_REPORT_URL","val":"https://bugs.debian.org/"}]
                                      2020-08-16 10:40:21.045  - debug: linux-control.0 (24751) [cmdAptUpdate] NUC_VM (192.168.138.123:22): no datapoints selected -> removing existing datapoints
                                      2020-08-16 10:40:21.049  - debug: linux-control.0 (24751) [servicesInfo] NUC_VM (192.168.138.123:22): send command: 'systemctl list-units --type service --all --no-legend | awk '{out=""; for(i=5;i<=NF;i++){out=out" "$i}; print $1","$2","$3","$4","out}''
                                      2020-08-16 10:40:21.060  - debug: linux-control.0 (24751) [servicesInfo] NUC_VM (192.168.138.123:22): response stdout: apache2.service,loaded,active,running, The Apache HTTP Server
                                      apparmor.service,loaded,active,exited, Load AppArmor profiles
                                      apt-daily-upgrade.service,loaded,inactive,dead, Daily apt upgrade and clean activities
                                      apt-daily.service,loaded,inactive,dead, Daily apt download activities
                                      auditd.service,not-found,inactive,dead, auditd.service
                                      auth-rpcgss-module.service,loaded,inactive,dead, Kernel Module supporting RPCSEC_GSS
                                      avahi-daemon.service,loaded,active,running, Avahi mDNS/DNS-SD Stack
                                      clamav-daemon.service,not-found,inactive,dead, clamav-daemon.service
                                      connman.service,not-found,inactive,dead, connman.service
                                      console-screen.service,not-found,inactive,dead, console-screen.service
                                      console-setup.service,loaded,active,exited, Set console font and keymap
                                      cron.service,loaded,active,running, Regular background program processing daemon
                                      cups-browsed.service,loaded,failed,failed, Make remote CUPS printers available locally
                                      cups.service,loaded,active,running, CUPS Scheduler
                                      dbus.service,loaded,active,running, D-Bus System Message Bus
                                      display-manager.service,not-found,inactive,dead, display-manager.service
                                      emergency.service,loaded,inactive,dead, Emergency Shell
                                      exim4.service,loaded,active,running, LSB: exim Mail Transport Agent
                                      getty-static.service,loaded,inactive,dead, getty on tty2-tty6 if dbus and logind are not available
                                      getty@tty1.service,loaded,active,running, Getty on tty1
                                      greylist.service,not-found,inactive,dead, greylist.service
                                      gssproxy.service,not-found,inactive,dead, gssproxy.service
                                      ifup@ens18.service,loaded,active,exited, ifup for ens18
                                      ifupdown-pre.service,loaded,active,exited, Helper to synchronize boot up for ifupdown
                                      influxdb.service,not-found,inactive,dead, influxdb.service
                                      iobroker.service,loaded,active,running, ioBroker Server
                                      irqbalance.service,loaded,active,running, irqbalance daemon
                                      kbd.service,not-found,inactive,dead, kbd.service
                                      keyboard-setup.service,loaded,active,exited, Set the console keyboard layout
                                      kmod-static-nodes.service,loaded,active,exited, Create list of required static device nodes for the current kernel
                                      logrotate.service,loaded,inactive,dead, Rotate log files
                                      man-db.service,loaded,inactive,dead, Daily man-db regeneration
                                      mariadb-server.service,not-found,inactive,dead, mariadb-server.service
                                      mysql-server.service,not-found,inactive,dead, mysql-server.service
                                      mysql.service,not-found,inactive,dead, mysql.service
                                      networking.service,loaded,active,exited, Raise network interfaces
                                      NetworkManager.service,not-found,inactive,dead, NetworkManager.service
                                      nfs-blkmap.service,not-found,inactive,dead, nfs-blkmap.service
                                      nfs-config.service,loaded,inactive,dead, Preprocess NFS configuration
                                      nfs-server.service,not-found,inactive,dead, nfs-server.service
                                      nfs-utils.service,loaded,inactive,dead, NFS server and client services
                                      ntp.service,loaded,active,running, Network Time Service
                                      plymouth-quit-wait.service,not-found,inactive,dead, plymouth-quit-wait.service
                                      plymouth-start.service,not-found,inactive,dead, plymouth-start.service
                                      postgresql.service,not-found,inactive,dead, postgresql.service
                                      rc-local.service,loaded,inactive,dead, /etc/rc.local Compatibility
                                      redis.service,not-found,inactive,dead, redis.service
                                      rescue.service,loaded,inactive,dead, Rescue Shell
                                      rpc-gssd.service,loaded,inactive,dead, RPC security service for NFS client and server
                                      rpc-svcgssd.service,loaded,inactive,dead, RPC security service for NFS server
                                      rpcbind.service,loaded,active,running, RPC bind portmap service
                                      rsync.service,loaded,inactive,dead, fast remote file copy program daemon
                                      rsyslog.service,loaded,active,running, System Logging Service
                                      spamassassin.service,not-found,inactive,dead, spamassassin.service
                                      ssh.service,loaded,active,running, OpenBSD Secure Shell server
                                      systemd-ask-password-console.service,loaded,inactive,dead, Dispatch Password Requests to Console
                                      systemd-ask-password-wall.service,loaded,inactive,dead, Forward Password Requests to Wall
                                      systemd-binfmt.service,loaded,inactive,dead, Set Up Additional Binary Formats
                                      systemd-fsck-root.service,loaded,inactive,dead, File System Check on Root Device
                                      systemd-fsckd.service,loaded,inactive,dead, File System Check Daemon to report status
                                      systemd-hwdb-update.service,loaded,inactive,dead, Rebuild Hardware Database
                                      systemd-initctl.service,loaded,inactive,dead, initctl Compatibility Daemon
                                      systemd-journal-flush.service,loaded,active,exited, Flush Journal to Persistent Storage
                                      systemd-journald.service,loaded,active,running, Journal Service
                                      systemd-logind.service,loaded,active,running, Login Service
                                      systemd-machine-id-commit.service,loaded,inactive,dead, Commit a transient machine-id on disk
                                      systemd-modules-load.service,loaded,active,exited, Load Kernel Modules
                                      systemd-networkd.service,loaded,inactive,dead, Network Service
                                      systemd-random-seed.service,loaded,active,exited, Load/Save Random Seed
                                      systemd-remount-fs.service,loaded,active,exited, Remount Root and Kernel File Systems
                                      systemd-sysctl.service,loaded,active,exited, Apply Kernel Variables
                                      systemd-sysusers.service,loaded,active,exited, Create System Users
                                      systemd-timesyncd.service,loaded,inactive,dead, Network Time Synchronization
                                      systemd-tmpfiles-clean.service,loaded,inactive,dead, Cleanup of Temporary Directories
                                      systemd-tmpfiles-setup-dev.service,loaded,active,exited, Create Static Device Nodes in /dev
                                      systemd-tmpfiles-setup.service,loaded,active,exited, Create Volatile Files and Directories
                                      systemd-udev-trigger.service,loaded,active,exited, udev Coldplug all Devices
                                      systemd-udevd.service,loaded,active,running, udev Kernel Device Manager
                                      systemd-update-done.service,not-found,inactive,dead, systemd-update-done.service
                                      systemd-update-utmp-runlevel.service,loaded,inactive,dead, Update UTMP about System Runlevel Changes
                                      systemd-update-utmp.service,loaded,active,exited, Update UTMP about System Boot/Shutdown
                                      systemd-user-sessions.service,loaded,active,exited, Permit User Sessions
                                      systemd-vconsole-setup.service,not-found,inactive,dead, systemd-vconsole-setup.service
                                      user-runtime-dir@1000.service,loaded,active,exited, User Runtime Directory /run/user/1000
                                      user@1000.service,loaded,active,running, User Manager for UID 1000
                                      2020-08-16 10:40:21.065  - debug: linux-control.0 (24751) [servicesInfo] NUC_VM (192.168.138.123:22): csvToJson result: [{"id":"apache2.service","load":"loaded","active":"active","running":"running","description":"The Apache HTTP Server"},{"id":"apparmor.service","load":"loaded","active":"active","running":"exited","description":"Load AppArmor profiles"},{"id":"apt-daily-upgrade.service","load":"loaded","active":"inactive","running":"dead","description":"Daily apt upgrade and clean activities"},{"id":"apt-daily.service","load":"loaded","active":"inactive","running":"dead","description":"Daily apt download activities"},{"id":"auditd.service","load":"not-found","active":"inactive","running":"dead","description":"auditd.service"},{"id":"auth-rpcgss-module.service","load":"loaded","active":"inactive","running":"dead","description":"Kernel Module supporting RPCSEC_GSS"},{"id":"avahi-daemon.service","load":"loaded","active":"active","running":"running","description":"Avahi mDNS/DNS-SD Stack"},{"id":"clamav-daemon.service","load":"not-found","active":"inactive","running":"dead","description":"clamav-daemon.service"},{"id":"connman.service","load":"not-found","active":"inactive","running":"dead","description":"connman.service"},{"id":"console-screen.service","load":"not-found","active":"inactive","running":"dead","description":"console-screen.service"},{"id":"console-setup.service","load":"loaded","active":"active","running":"exited","description":"Set console font and keymap"},{"id":"cron.service","load":"loaded","active":"active","running":"running","description":"Regular background program processing daemon"},{"id":"cups-browsed.service","load":"loaded","active":"failed","running":"failed","description":"Make remote CUPS printers available locally"},{"id":"cups.service","load":"loaded","active":"active","running":"running","description":"CUPS Scheduler"},{"id":"dbus.service","load":"loaded","active":"active","running":"running","description":"D-Bus System Message Bus"},{"id":"display-manager.service","load":"not-found","active":"inactive","running":"dead","description":"display-manager.service"},{"id":"emergency.service","load":"loaded","active":"inactive","running":"dead","description":"Emergency Shell"},{"id":"exim4.service","load":"loaded","active":"active","running":"running","description":"LSB: exim Mail Transport Agent"},{"id":"getty-static.service","load":"loaded","active":"inactive","running":"dead","description":"getty on tty2-tty6 if dbus and logind are not available"},{"id":"getty@tty1.service","load":"loaded","active":"active","running":"running","description":"Getty on tty1"},{"id":"greylist.service","load":"not-found","active":"inactive","running":"dead","description":"greylist.service"},{"id":"gssproxy.service","load":"not-found","active":"inactive","running":"dead","description":"gssproxy.service"},{"id":"ifup@ens18.service","load":"loaded","active":"active","running":"exited","description":"ifup for ens18"},{"id":"ifupdown-pre.service","load":"loaded","active":"active","running":"exited","description":"Helper to synchronize boot up for ifupdown"},{"id":"influxdb.service","load":"not-found","active":"inactive","running":"dead","description":"influxdb.service"},{"id":"iobroker.service","load":"loaded","active":"active","running":"running","description":"ioBroker Server"},{"id":"irqbalance.service","load":"loaded","active":"active","running":"running","description":"irqbalance daemon"},{"id":"kbd.service","load":"not-found","active":"inactive","running":"dead","description":"kbd.service"},{"id":"keyboard-setup.service","load":"loaded","active":"active","running":"exited","description":"Set the console keyboard layout"},{"id":"kmod-static-nodes.service","load":"loaded","active":"active","running":"exited","description":"Create list of required static device nodes for the current kernel"},{"id":"logrotate.service","load":"loaded","active":"inactive","running":"dead","description":"Rotate log files"},{"id":"man-db.service","load":"loaded","active":"inactive","running":"dead","description":"Daily man-db regeneration"},{"id":"mariadb-server.service","load":"not-found","active":"inactive","running":"dead","description":"mariadb-server.service"},{"id":"mysql-server.service","load":"not-found","active":"inactive","running":"dead","description":"mysql-server.service"},{"id":"mysql.service","load":"not-found","active":"inactive","running":"dead","description":"mysql.service"},{"id":"networking.service","load":"loaded","active":"active","running":"exited","description":"Raise network interfaces"},{"id":"NetworkManager.service","load":"not-found","active":"inactive","running":"dead","description":"NetworkManager.service"},{"id":"nfs-blkmap.service","load":"not-found","active":"inactive","running":"dead","description":"nfs-blkmap.service"},{"id":"nfs-config.service","load":"loaded","active":"inactive","running":"dead","description":"Preprocess NFS configuration"},{"id":"nfs-server.service","load":"not-found","active":"inactive","running":"dead","description":"nfs-server.service"},{"id":"nfs-utils.service","load":"loaded","active":"inactive","running":"dead","description":"NFS server and client services"},{"id":"ntp.service","load":"loaded","active":"active","running":"running","description":"Network Time Service"},{"id":"plymouth-quit-wait.service","load":"not-found","active":"inactive","running":"dead","description":"plymouth-quit-wait.service"},{"id":"plymouth-start.service","load":"not-found","active":"inactive","running":"dead","description":"plymouth-start.service"},{"id":"postgresql.service","load":"not-found","active":"inactive","running":"dead","description":"postgresql.service"},{"id":"rc-local.service","load":"loaded","active":"inactive","running":"dead","description":"/etc/rc.local Compatibility"},{"id":"redis.service","load":"not-found","active":"inactive","running":"dead","description":"redis.service"},{"id":"rescue.service","load":"loaded","active":"inactive","running":"dead","description":"Rescue Shell"},{"id":"rpc-gssd.service","load":"loaded","active":"inactive","running":"dead","description":"RPC security service for NFS client and server"},{"id":"rpc-svcgssd.service","load":"loaded","active":"inactive","running":"dead","description":"RPC security service for NFS server"},{"id":"rpcbind.service","load":"loaded","active":"active","running":"running","description":"RPC bind portmap service"},{"id":"rsync.service","load":"loaded","active":"inactive","running":"dead","description":"fast remote file copy program daemon"},{"id":"rsyslog.service","load":"loaded","active":"active","running":"running","description":"System Logging Service"},{"id":"spamassassin.service","load":"not-found","active":"inactive","running":"dead","description":"spamassassin.service"},{"id":"ssh.service","load":"loaded","active":"active","running":"running","description":"OpenBSD Secure Shell server"},{"id":"systemd-ask-password-console.service","load":"loaded","active":"inactive","running":"dead","description":"Dispatch Password Requests to Console"},{"id":"systemd-ask-password-wall.service","load":"loaded","active":"inactive","running":"dead","description":"Forward Password Requests to Wall"},{"id":"systemd-binfmt.service","load":"loaded","active":"inactive","running":"dead","description":"Set Up Additional Binary Formats"},{"id":"systemd-fsck-root.service","load":"loaded","active":"inactive","running":"dead","description":"File System Check on Root Device"},{"id":"systemd-fsckd.service","load":"loaded","active":"inactive","running":"dead","description":"File System Check Daemon to report status"},{"id":"systemd-hwdb-update.service","load":"loaded","active":"inactive","running":"dead","description":"Rebuild Hardware Database"},{"id":"systemd-initctl.service","load":"loaded","active":"inactive","running":"dead","description":"initctl Compatibility Daemon"},{"id":"systemd-journal-flush.service","load":"loaded","active":"active","running":"exited","description":"Flush Journal to Persistent Storage"},{"id":"systemd-journald.service","load":"loaded","active":"active","running":"running","description":"Journal Service"},{"id":"systemd-logind.service","load":"loaded","active":"active","running":"running","description":"Login Service"},{"id":"systemd-machine-id-commit.service","load":"loaded","active":"inactive","running":"dead","description":"Commit a transient machine-id on disk"},{"id":"systemd-modules-load.service","load":"loaded","active":"active","running":"exited","description":"Load Kernel Modules"},{"id":"systemd-networkd.service","load":"loaded","active":"inactive","running":"dead","description":"Network Service"},{"id":"systemd-random-seed.service","load":"loaded","active":"active","running":"exited","description":"Load/Save Random Seed"},{"id":"systemd-remount-fs.service","load":"loaded","active":"active","running":"exited","description":"Remount Root and Kernel File Systems"},{"id":"systemd-sysctl.service","load":"loaded","active":"active","running":"exited","description":"Apply Kernel Variables"},{"id":"systemd-sysusers.service","load":"loaded","active":"active","running":"exited","description":"Create System Users"},{"id":"systemd-timesyncd.service","load":"loaded","active":"inactive","running":"dead","description":"Network Time Synchronization"},{"id":"systemd-tmpfiles-clean.service","load":"loaded","active":"inactive","running":"dead","description":"Cleanup of Temporary Directories"},{"id":"systemd-tmpfiles-setup-dev.service","load":"loaded","active":"active","running":"exited","description":"Create Static Device Nodes in /dev"},{"id":"systemd-tmpfiles-setup.service","load":"loaded","active":"active","running":"exited","description":"Create Volatile Files and Directories"},{"id":"systemd-udev-trigger.service","load":"loaded","active":"active","running":"exited","description":"udev Coldplug all Devices"},{"id":"systemd-udevd.service","load":"loaded","active":"active","running":"running","description":"udev Kernel Device Manager"},{"id":"systemd-update-done.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-update-done.service"},{"id":"systemd-update-utmp-runlevel.service","load":"loaded","active":"inactive","running":"dead","description":"Update UTMP about System Runlevel Changes"},{"id":"systemd-update-utmp.service","load":"loaded","active":"active","running":"exited","description":"Update UTMP about System Boot/Shutdown"},{"id":"systemd-user-sessions.service","load":"loaded","active":"active","running":"exited","description":"Permit User Sessions"},{"id":"systemd-vconsole-setup.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-vconsole-setup.service"},{"id":"user-runtime-dir@1000.service","load":"loaded","active":"active","running":"exited","description":"User Runtime Directory /run/user/1000"},{"id":"user@1000.service","load":"loaded","active":"active","running":"running","description":"User Manager for UID 1000"}]
                                      2020-08-16 10:40:21.427  - debug: linux-control.0 (24751) [needrestart] NUC_VM (192.168.138.123:22): no datapoints selected -> removing existing datapoints
                                      2020-08-16 10:40:21.440  - debug: linux-control.0 (24751) [folderSizes] NUC_VM (192.168.138.123:22): send command: 'sudo du -sk /opt/iobroker/iobroker-data/history | awk '{ print $1 /1024 }' | tail -1'
                                      2020-08-16 10:40:21.766  - debug: linux-control.0 (24751) [folderSizes] NUC_VM (192.168.138.123:22): response stdout: 
                                      [sudo] Passwort für pi: 
                                      13533.4
                                      2020-08-16 10:40:21.768  - debug: linux-control.0 (24751) [folderSizes] NUC_VM (192.168.138.123:22): NUC_VM.folders.history.size: NaN MB
                                      2020-08-16 10:40:21.772  - debug: linux-control.0 (24751) [folderSizes] NUC_VM (192.168.138.123:22): send command: 'sudo find /opt/iobroker/iobroker-data/history -name "*" | wc -l | tail -1'
                                      2020-08-16 10:40:22.085  - debug: linux-control.0 (24751) [folderSizes] NUC_VM (192.168.138.123:22): response stdout: 
                                      [sudo] Passwort für pi: 
                                      112764
                                      2020-08-16 10:40:22.086  - debug: linux-control.0 (24751) [folderSizes] NUC_VM (192.168.138.123:22): NUC_VM.folders.history.files: NaN Dateien
                                      2020-08-16 10:40:22.089  - debug: linux-control.0 (24751) [folderSizes] NUC_VM (192.168.138.123:22): send command: 'tmp=$(sudo find /opt/iobroker/iobroker-data/history -name "*" -type f -exec stat -c "%Y %n" -- {} \; | sort -nr | head -n1 | awk '{print $2}' | tail -1) && date +%s -r $tmp'
                                      2020-08-16 10:40:22.686  - info: linux-control.0 (24751) getting data from Tinker (192.168.138.74:22)
                                      2020-08-16 10:40:22.719  - debug: linux-control.0 (24751) [getConnection] Host 'Tinker' (192.168.138.74:22): using sudo for authentification
                                      2020-08-16 10:40:22.825  - debug: linux-control.0 (24751) [distributionInfo] Tinker (192.168.138.74:22): send command: 'cat /etc/os-release'
                                      2020-08-16 10:40:23.123  - debug: linux-control.0 (24751) [distributionInfo] Tinker (192.168.138.74:22): response stdout: NAME="Ubuntu"
                                      VERSION="18.04.4 LTS (Bionic Beaver)"
                                      ID=ubuntu
                                      ID_LIKE=debian
                                      PRETTY_NAME="Ubuntu 18.04.4 LTS"
                                      VERSION_ID="18.04"
                                      HOME_URL="https://www.ubuntu.com/"
                                      SUPPORT_URL="https://help.ubuntu.com/"
                                      BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
                                      PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
                                      VERSION_CODENAME=bionic
                                      UBUNTU_CODENAME=bionic
                                      2020-08-16 10:40:23.127  - debug: linux-control.0 (24751) [distributionInfo] Tinker (192.168.138.74:22): csvToJson result: [{"prop":"NAME","val":"Ubuntu"},{"prop":"VERSION","val":"18.04.4 LTS (Bionic Beaver)"},{"prop":"ID","val":"ubuntu"},{"prop":"ID_LIKE","val":"debian"},{"prop":"PRETTY_NAME","val":"Ubuntu 18.04.4 LTS"},{"prop":"VERSION_ID","val":"18.04"},{"prop":"HOME_URL","val":"https://www.ubuntu.com/"},{"prop":"SUPPORT_URL","val":"https://help.ubuntu.com/"},{"prop":"BUG_REPORT_URL","val":"https://bugs.launchpad.net/ubuntu/"},{"prop":"PRIVACY_POLICY_URL","val":"https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"},{"prop":"VERSION_CODENAME","val":"bionic"},{"prop":"UBUNTU_CODENAME","val":"bionic"}]
                                      2020-08-16 10:40:23.152  - debug: linux-control.0 (24751) [cmdAptUpdate] Tinker (192.168.138.74:22): no datapoints selected -> removing existing datapoints
                                      2020-08-16 10:40:23.155  - debug: linux-control.0 (24751) [servicesInfo] Tinker (192.168.138.74:22): send command: 'systemctl list-units --type service --all --no-legend | awk '{out=""; for(i=5;i<=NF;i++){out=out" "$i}; print $1","$2","$3","$4","out}''
                                      2020-08-16 10:40:23.178  - debug: linux-control.0 (24751) [servicesInfo] Tinker (192.168.138.74:22): response stdout: alsa-restore.service,loaded,active,exited, Save/Restore Sound Card State
                                      alsa-state.service,loaded,inactive,dead, Manage Sound Card State (restore and store)
                                      apparmor.service,not-found,inactive,dead, apparmor.service
                                      apt-daily-upgrade.service,loaded,inactive,dead, Daily apt upgrade and clean activities
                                      apt-daily.service,loaded,inactive,dead, Daily apt download activities
                                      armbian-firstrun-config.service,loaded,inactive,dead, Armbian first run optional user configuration
                                      armbian-hardware-monitor.service,loaded,active,exited, Armbian hardware monitoring
                                      armbian-hardware-optimize.service,loaded,active,exited, Armbian hardware optimization
                                      armbian-ramlog.service,loaded,active,exited, Armbian memory supported logging
                                      armbian-zram-config.service,loaded,active,exited, Armbian ZRAM config
                                      armian-ramlog.service,not-found,inactive,dead, armian-ramlog.service
                                      auditd.service,not-found,inactive,dead, auditd.service
                                      bluetooth.service,loaded,active,running, Bluetooth service
                                      chrony.service,loaded,active,running, chrony, an NTP client/server
                                      connman.service,not-found,inactive,dead, connman.service
                                      console-screen.service,not-found,inactive,dead, console-screen.service
                                      console-setup.service,loaded,active,exited, Set console font and keymap
                                      cpufrequtils.service,loaded,active,exited, LSB: set CPUFreq kernel parameters
                                      cron.service,loaded,active,running, Regular background program processing daemon
                                      dbus.service,loaded,active,running, D-Bus System Message Bus
                                      display-manager.service,not-found,inactive,dead, display-manager.service
                                      emergency.service,loaded,inactive,dead, Emergency Shell
                                      fake-hwclock.service,loaded,active,exited, Restore / save the current clock
                                      fstrim.service,loaded,inactive,dead, Discard unused blocks
                                      getty-static.service,loaded,inactive,dead, getty on tty2-tty6 if dbus and logind are not available
                                      getty@tty1.service,loaded,active,running, Getty on tty1
                                      haveged.service,loaded,active,running, Entropy daemon using the HAVEGE algorithm
                                      hostapd.service,loaded,active,exited, LSB: Advanced IEEE 802.11 management daemon
                                      influxdb.service,not-found,inactive,dead, influxdb.service
                                      iobroker.service,loaded,active,running, ioBroker Server
                                      kbd.service,not-found,inactive,dead, kbd.service
                                      keyboard-setup.service,loaded,active,exited, Set the console keyboard layout
                                      kmod-static-nodes.service,loaded,active,exited, Create list of required static device nodes for the current kernel
                                      loadcpufreq.service,loaded,active,exited, LSB: Load kernel modules needed to enable cpufreq scaling
                                      mariadb-server.service,not-found,inactive,dead, mariadb-server.service
                                      motd-news.service,loaded,inactive,dead, Message of the Day
                                      mountkernfs.service,masked,inactive,dead, mountkernfs.service
                                      mysql-server.service,not-found,inactive,dead, mysql-server.service
                                      networkd-dispatcher.service,loaded,active,running, Dispatcher daemon for systemd-networkd
                                      networking.service,loaded,active,exited, Raise network interfaces
                                      NetworkManager-wait-online.service,loaded,active,exited, Network Manager Wait Online
                                      NetworkManager.service,loaded,active,running, Network Manager
                                      ondemand.service,masked,inactive,dead, ondemand.service
                                      openntpd.service,not-found,inactive,dead, openntpd.service
                                      plymouth-quit-wait.service,not-found,inactive,dead, plymouth-quit-wait.service
                                      plymouth-start.service,not-found,inactive,dead, plymouth-start.service
                                      polkit.service,loaded,active,running, Authorization Manager
                                      rc-local.service,loaded,active,exited, /etc/rc.local Compatibility
                                      redis.service,not-found,inactive,dead, redis.service
                                      rescue.service,loaded,inactive,dead, Rescue Shell
                                      resolvconf-pull-resolved.service,loaded,inactive,dead, resolvconf-pull-resolved.service
                                      resolvconf.service,loaded,active,exited, Nameserver information manager
                                      rng-tools.service,loaded,active,running, rng-tools.service
                                      rsync.service,loaded,inactive,dead, fast remote file copy program daemon
                                      rsyslog.service,loaded,active,running, System Logging Service
                                      serial-getty@ttyS2.service,loaded,active,running, Serial Getty on ttyS2
                                      setvtrgb.service,loaded,active,exited, Set console scheme
                                      ssh.service,loaded,active,running, OpenBSD Secure Shell server
                                      sysfsutils.service,loaded,active,exited, LSB: Set sysfs variables from /etc/sysfs.conf
                                      sysstat.service,loaded,active,exited, Resets System Activity Data Collector
                                      systemd-ask-password-console.service,loaded,inactive,dead, Dispatch Password Requests to Console
                                      systemd-ask-password-wall.service,loaded,inactive,dead, Forward Password Requests to Wall
                                      systemd-binfmt.service,loaded,inactive,dead, Set Up Additional Binary Formats
                                      systemd-fsck-root.service,loaded,inactive,dead, File System Check on Root Device
                                      systemd-fsckd.service,loaded,inactive,dead, File System Check Daemon to report status
                                      systemd-hwdb-update.service,loaded,inactive,dead, Rebuild Hardware Database
                                      systemd-initctl.service,loaded,inactive,dead, /dev/initctl Compatibility Daemon
                                      systemd-journal-flush.service,loaded,active,exited, Flush Journal to Persistent Storage
                                      systemd-journald.service,loaded,active,running, Journal Service
                                      systemd-logind.service,loaded,active,running, Login Service
                                      systemd-machine-id-commit.service,loaded,inactive,dead, Commit a transient machine-id on disk
                                      systemd-modules-load.service,loaded,active,exited, Load Kernel Modules
                                      systemd-networkd.service,loaded,inactive,dead, Network Service
                                      systemd-random-seed.service,loaded,active,exited, Load/Save Random Seed
                                      systemd-remount-fs.service,loaded,active,exited, Remount Root and Kernel File Systems
                                      systemd-resolved.service,loaded,active,running, Network Name Resolution
                                      systemd-rfkill.service,loaded,inactive,dead, Load/Save RF Kill Switch Status
                                      systemd-sysctl.service,loaded,active,exited, Apply Kernel Variables
                                      systemd-sysusers.service,not-found,inactive,dead, systemd-sysusers.service
                                      systemd-timesyncd.service,loaded,inactive,dead, Network Time Synchronization
                                      systemd-tmpfiles-clean.service,loaded,inactive,dead, Cleanup of Temporary Directories
                                      systemd-tmpfiles-setup-dev.service,loaded,active,exited, Create Static Device Nodes in /dev
                                      systemd-tmpfiles-setup.service,loaded,active,exited, Create Volatile Files and Directories
                                      systemd-udev-trigger.service,loaded,active,exited, udev Coldplug all Devices
                                      systemd-udevd.service,loaded,active,running, udev Kernel Device Manager
                                      systemd-update-done.service,not-found,inactive,dead, systemd-update-done.service
                                      systemd-update-utmp-runlevel.service,loaded,inactive,dead, Update UTMP about System Runlevel Changes
                                      systemd-update-utmp.service,loaded,active,exited, Update UTMP about System Boot/Shutdown
                                      systemd-user-sessions.service,loaded,active,exited, Permit User Sessions
                                      systemd-vconsole-setup.service,not-found,inactive,dead, systemd-vconsole-setup.service
                                      tinker-bluetooth.service,loaded,active,running, Realtek H5 bluetooth support
                                      unattended-upgrades.service,loaded,active,running, Unattended Upgrades Shutdown
                                      user@1002.service,loaded,active,running, User Manager for UID 1002
                                      wpa_supplicant.service,loaded,active,running, WPA supplicant
                                      2020-08-16 10:40:23.186  - debug: linux-control.0 (24751) [servicesInfo] Tinker (192.168.138.74:22): csvToJson result: [{"id":"alsa-restore.service","load":"loaded","active":"active","running":"exited","description":"Save/Restore Sound Card State"},{"id":"alsa-state.service","load":"loaded","active":"inactive","running":"dead","description":"Manage Sound Card State (restore and store)"},{"id":"apparmor.service","load":"not-found","active":"inactive","running":"dead","description":"apparmor.service"},{"id":"apt-daily-upgrade.service","load":"loaded","active":"inactive","running":"dead","description":"Daily apt upgrade and clean activities"},{"id":"apt-daily.service","load":"loaded","active":"inactive","running":"dead","description":"Daily apt download activities"},{"id":"armbian-firstrun-config.service","load":"loaded","active":"inactive","running":"dead","description":"Armbian first run optional user configuration"},{"id":"armbian-hardware-monitor.service","load":"loaded","active":"active","running":"exited","description":"Armbian hardware monitoring"},{"id":"armbian-hardware-optimize.service","load":"loaded","active":"active","running":"exited","description":"Armbian hardware optimization"},{"id":"armbian-ramlog.service","load":"loaded","active":"active","running":"exited","description":"Armbian memory supported logging"},{"id":"armbian-zram-config.service","load":"loaded","active":"active","running":"exited","description":"Armbian ZRAM config"},{"id":"armian-ramlog.service","load":"not-found","active":"inactive","running":"dead","description":"armian-ramlog.service"},{"id":"auditd.service","load":"not-found","active":"inactive","running":"dead","description":"auditd.service"},{"id":"bluetooth.service","load":"loaded","active":"active","running":"running","description":"Bluetooth service"},{"id":"chrony.service","load":"loaded","active":"active","running":"running","description":"chrony","field6":"an NTP client/server"},{"id":"connman.service","load":"not-found","active":"inactive","running":"dead","description":"connman.service"},{"id":"console-screen.service","load":"not-found","active":"inactive","running":"dead","description":"console-screen.service"},{"id":"console-setup.service","load":"loaded","active":"active","running":"exited","description":"Set console font and keymap"},{"id":"cpufrequtils.service","load":"loaded","active":"active","running":"exited","description":"LSB: set CPUFreq kernel parameters"},{"id":"cron.service","load":"loaded","active":"active","running":"running","description":"Regular background program processing daemon"},{"id":"dbus.service","load":"loaded","active":"active","running":"running","description":"D-Bus System Message Bus"},{"id":"display-manager.service","load":"not-found","active":"inactive","running":"dead","description":"display-manager.service"},{"id":"emergency.service","load":"loaded","active":"inactive","running":"dead","description":"Emergency Shell"},{"id":"fake-hwclock.service","load":"loaded","active":"active","running":"exited","description":"Restore / save the current clock"},{"id":"fstrim.service","load":"loaded","active":"inactive","running":"dead","description":"Discard unused blocks"},{"id":"getty-static.service","load":"loaded","active":"inactive","running":"dead","description":"getty on tty2-tty6 if dbus and logind are not available"},{"id":"getty@tty1.service","load":"loaded","active":"active","running":"running","description":"Getty on tty1"},{"id":"haveged.service","load":"loaded","active":"active","running":"running","description":"Entropy daemon using the HAVEGE algorithm"},{"id":"hostapd.service","load":"loaded","active":"active","running":"exited","description":"LSB: Advanced IEEE 802.11 management daemon"},{"id":"influxdb.service","load":"not-found","active":"inactive","running":"dead","description":"influxdb.service"},{"id":"iobroker.service","load":"loaded","active":"active","running":"running","description":"ioBroker Server"},{"id":"kbd.service","load":"not-found","active":"inactive","running":"dead","description":"kbd.service"},{"id":"keyboard-setup.service","load":"loaded","active":"active","running":"exited","description":"Set the console keyboard layout"},{"id":"kmod-static-nodes.service","load":"loaded","active":"active","running":"exited","description":"Create list of required static device nodes for the current kernel"},{"id":"loadcpufreq.service","load":"loaded","active":"active","running":"exited","description":"LSB: Load kernel modules needed to enable cpufreq scaling"},{"id":"mariadb-server.service","load":"not-found","active":"inactive","running":"dead","description":"mariadb-server.service"},{"id":"motd-news.service","load":"loaded","active":"inactive","running":"dead","description":"Message of the Day"},{"id":"mountkernfs.service","load":"masked","active":"inactive","running":"dead","description":"mountkernfs.service"},{"id":"mysql-server.service","load":"not-found","active":"inactive","running":"dead","description":"mysql-server.service"},{"id":"networkd-dispatcher.service","load":"loaded","active":"active","running":"running","description":"Dispatcher daemon for systemd-networkd"},{"id":"networking.service","load":"loaded","active":"active","running":"exited","description":"Raise network interfaces"},{"id":"NetworkManager-wait-online.service","load":"loaded","active":"active","running":"exited","description":"Network Manager Wait Online"},{"id":"NetworkManager.service","load":"loaded","active":"active","running":"running","description":"Network Manager"},{"id":"ondemand.service","load":"masked","active":"inactive","running":"dead","description":"ondemand.service"},{"id":"openntpd.service","load":"not-found","active":"inactive","running":"dead","description":"openntpd.service"},{"id":"plymouth-quit-wait.service","load":"not-found","active":"inactive","running":"dead","description":"plymouth-quit-wait.service"},{"id":"plymouth-start.service","load":"not-found","active":"inactive","running":"dead","description":"plymouth-start.service"},{"id":"polkit.service","load":"loaded","active":"active","running":"running","description":"Authorization Manager"},{"id":"rc-local.service","load":"loaded","active":"active","running":"exited","description":"/etc/rc.local Compatibility"},{"id":"redis.service","load":"not-found","active":"inactive","running":"dead","description":"redis.service"},{"id":"rescue.service","load":"loaded","active":"inactive","running":"dead","description":"Rescue Shell"},{"id":"resolvconf-pull-resolved.service","load":"loaded","active":"inactive","running":"dead","description":"resolvconf-pull-resolved.service"},{"id":"resolvconf.service","load":"loaded","active":"active","running":"exited","description":"Nameserver information manager"},{"id":"rng-tools.service","load":"loaded","active":"active","running":"running","description":"rng-tools.service"},{"id":"rsync.service","load":"loaded","active":"inactive","running":"dead","description":"fast remote file copy program daemon"},{"id":"rsyslog.service","load":"loaded","active":"active","running":"running","description":"System Logging Service"},{"id":"serial-getty@ttyS2.service","load":"loaded","active":"active","running":"running","description":"Serial Getty on ttyS2"},{"id":"setvtrgb.service","load":"loaded","active":"active","running":"exited","description":"Set console scheme"},{"id":"ssh.service","load":"loaded","active":"active","running":"running","description":"OpenBSD Secure Shell server"},{"id":"sysfsutils.service","load":"loaded","active":"active","running":"exited","description":"LSB: Set sysfs variables from /etc/sysfs.conf"},{"id":"sysstat.service","load":"loaded","active":"active","running":"exited","description":"Resets System Activity Data Collector"},{"id":"systemd-ask-password-console.service","load":"loaded","active":"inactive","running":"dead","description":"Dispatch Password Requests to Console"},{"id":"systemd-ask-password-wall.service","load":"loaded","active":"inactive","running":"dead","description":"Forward Password Requests to Wall"},{"id":"systemd-binfmt.service","load":"loaded","active":"inactive","running":"dead","description":"Set Up Additional Binary Formats"},{"id":"systemd-fsck-root.service","load":"loaded","active":"inactive","running":"dead","description":"File System Check on Root Device"},{"id":"systemd-fsckd.service","load":"loaded","active":"inactive","running":"dead","description":"File System Check Daemon to report status"},{"id":"systemd-hwdb-update.service","load":"loaded","active":"inactive","running":"dead","description":"Rebuild Hardware Database"},{"id":"systemd-initctl.service","load":"loaded","active":"inactive","running":"dead","description":"/dev/initctl Compatibility Daemon"},{"id":"systemd-journal-flush.service","load":"loaded","active":"active","running":"exited","description":"Flush Journal to Persistent Storage"},{"id":"systemd-journald.service","load":"loaded","active":"active","running":"running","description":"Journal Service"},{"id":"systemd-logind.service","load":"loaded","active":"active","running":"running","description":"Login Service"},{"id":"systemd-machine-id-commit.service","load":"loaded","active":"inactive","running":"dead","description":"Commit a transient machine-id on disk"},{"id":"systemd-modules-load.service","load":"loaded","active":"active","running":"exited","description":"Load Kernel Modules"},{"id":"systemd-networkd.service","load":"loaded","active":"inactive","running":"dead","description":"Network Service"},{"id":"systemd-random-seed.service","load":"loaded","active":"active","running":"exited","description":"Load/Save Random Seed"},{"id":"systemd-remount-fs.service","load":"loaded","active":"active","running":"exited","description":"Remount Root and Kernel File Systems"},{"id":"systemd-resolved.service","load":"loaded","active":"active","running":"running","description":"Network Name Resolution"},{"id":"systemd-rfkill.service","load":"loaded","active":"inactive","running":"dead","description":"Load/Save RF Kill Switch Status"},{"id":"systemd-sysctl.service","load":"loaded","active":"active","running":"exited","description":"Apply Kernel Variables"},{"id":"systemd-sysusers.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-sysusers.service"},{"id":"systemd-timesyncd.service","load":"loaded","active":"inactive","running":"dead","description":"Network Time Synchronization"},{"id":"systemd-tmpfiles-clean.service","load":"loaded","active":"inactive","running":"dead","description":"Cleanup of Temporary Directories"},{"id":"systemd-tmpfiles-setup-dev.service","load":"loaded","active":"active","running":"exited","description":"Create Static Device Nodes in /dev"},{"id":"systemd-tmpfiles-setup.service","load":"loaded","active":"active","running":"exited","description":"Create Volatile Files and Directories"},{"id":"systemd-udev-trigger.service","load":"loaded","active":"active","running":"exited","description":"udev Coldplug all Devices"},{"id":"systemd-udevd.service","load":"loaded","active":"active","running":"running","description":"udev Kernel Device Manager"},{"id":"systemd-update-done.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-update-done.service"},{"id":"systemd-update-utmp-runlevel.service","load":"loaded","active":"inactive","running":"dead","description":"Update UTMP about System Runlevel Changes"},{"id":"systemd-update-utmp.service","load":"loaded","active":"active","running":"exited","description":"Update UTMP about System Boot/Shutdown"},{"id":"systemd-user-sessions.service","load":"loaded","active":"active","running":"exited","description":"Permit User Sessions"},{"id":"systemd-vconsole-setup.service","load":"not-found","active":"inactive","running":"dead","description":"systemd-vconsole-setup.service"},{"id":"tinker-bluetooth.service","load":"loaded","active":"active","running":"running","description":"Realtek H5 bluetooth support"},{"id":"unattended-upgrades.service","load":"loaded","active":"active","running":"running","description":"Unattended Upgrades Shutdown"},{"id":"user@1002.service","load":"loaded","active":"active","running":"running","description":"User Manager for UID 1002"},{"id":"wpa_supplicant.service","load":"loaded","active":"active","running":"running","description":"WPA supplicant"}]
                                      2020-08-16 10:40:23.874  - debug: linux-control.0 (24751) [needrestart] Tinker (192.168.138.74:22): no datapoints selected -> removing existing datapoints
                                      2020-08-16 10:40:23.886  - debug: linux-control.0 (24751) [folderSizes] Tinker (192.168.138.74:22): send command: 'sudo du -sk /opt/iobroker/iobroker-data | awk '{ print $1 /1024 }' | tail -1'
                                      2020-08-16 10:40:23.987  - debug: linux-control.0 (24751) [folderSizes] Tinker (192.168.138.74:22): response stdout: 
                                      Sorry, user pi is not allowed to execute '/usr/bin/du -sk /opt/iobroker/iobroker-data' as root on localhost.
                                      2020-08-16 10:40:23.988  - debug: linux-control.0 (24751) [folderSizes] Tinker (192.168.138.74:22): Tinker.folders.iobroker.size: NaN MB
                                      2020-08-16 10:40:23.991  - debug: linux-control.0 (24751) [folderSizes] Tinker (192.168.138.74:22): send command: 'sudo find /opt/iobroker/iobroker-data -name "*" | wc -l | tail -1'
                                      2020-08-16 10:40:24.095  - debug: linux-control.0 (24751) [folderSizes] Tinker (192.168.138.74:22): response stdout: 
                                      Sorry, user pi is not allowed to execute '/usr/bin/find /opt/iobroker/iobroker-data -name *' as root on localhost.
                                      0
                                      2020-08-16 10:40:24.097  - debug: linux-control.0 (24751) [folderSizes] Tinker (192.168.138.74:22): Tinker.folders.iobroker.files: NaN Dateien
                                      2020-08-16 10:40:24.099  - debug: linux-control.0 (24751) [folderSizes] Tinker (192.168.138.74:22): send command: 'tmp=$(sudo find /opt/iobroker/iobroker-data -name "*" -type f -exec stat -c "%Y %n" -- {} \; | sort -nr | head -n1 | awk '{print $2}' | tail -1) && date +%s -r $tmp'
                                      2020-08-16 10:40:24.203  - debug: linux-control.0 (24751) [folderSizes] Tinker (192.168.138.74:22): response stdout: 
                                      Sorry, user pi is not allowed to execute '/usr/bin/find /opt/iobroker/iobroker-data -name * -type f -exec stat -c %Y %n -- {} ;' as root on localhost.
                                      date: option requires an argument -- 'r'
                                      Try 'date --help' for more information.
                                      2020-08-16 10:40:24.204  - debug: linux-control.0 (24751) [folderSizes] Tinker (192.168.138.74:22): Tinker.folders.iobroker.lastChange: NaN -> 
                                      2020-08-16 10:40:24.207  - debug: linux-control.0 (24751) [userCommand] Tinker (192.168.138.74:22, id: root, description: ): send command: 'df / | grep / | awk '{ print $5}' | sed 's/%//g''
                                      2020-08-16 10:40:24.235  - debug: linux-control.0 (24751) [userCommand] Tinker (192.168.138.74:22, id: root, description: ): response stdout: 5
                                      2020-08-16 10:40:24.239  - debug: linux-control.0 (24751) [userCommand] Tinker (192.168.138.74:22, id: ip, description: ): send command: 'hostname -I | cut -d' ' -f1'
                                      2020-08-16 10:40:24.250  - debug: linux-control.0 (24751) [userCommand] Tinker (192.168.138.74:22, id: ip, description: ): response stdout: 192.168.138.74
                                      2020-08-16 10:40:24.253  - debug: linux-control.0 (24751) [userCommand] Tinker (192.168.138.74:22, id: cpu-temp, description: ): send command: 'cat /sys/devices/virtual/thermal/thermal_zone0/temp | awk '{print substr($1, length($0)-5,3)}''
                                      2020-08-16 10:40:24.263  - debug: linux-control.0 (24751) [userCommand] Tinker (192.168.138.74:22, id: cpu-temp, description: ): response stdout: 47
                                      2020-08-16 10:40:24.267  - info: linux-control.0 (24751) successful received data from Tinker (192.168.138.74:22)
                                      

                                      ich hoffe es ist alles notwendige drin.
                                      Ich bilde mir ein gestern wäre das log noch formatiert gewesen 😞

                                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                      1 Reply Last reply
                                      0
                                      • WalW Online
                                        WalW Online
                                        Wal
                                        Developer
                                        wrote on last edited by
                                        #34

                                        @Scrounger,
                                        wäre es möglich, das du deinen Adapter mit der Funktion von meinem Adapter erweiterst ? Mein Adapter führt die Befehle aus, wenn das Objekt dazu auf true gesetzt wird. Warum sollte Zeit in 2 fast gleiche Adapter investiert werden.
                                        Hier der Github-Link und der Forums-Link.

                                        Gruß
                                        Walter

                                        DoorIO-Adapter
                                        wioBrowser-Adapter und wioBrowser

                                        liv-in-skyL 1 Reply Last reply
                                        0
                                        • WalW Wal

                                          @Scrounger,
                                          wäre es möglich, das du deinen Adapter mit der Funktion von meinem Adapter erweiterst ? Mein Adapter führt die Befehle aus, wenn das Objekt dazu auf true gesetzt wird. Warum sollte Zeit in 2 fast gleiche Adapter investiert werden.
                                          Hier der Github-Link und der Forums-Link.

                                          liv-in-skyL Offline
                                          liv-in-skyL Offline
                                          liv-in-sky
                                          wrote on last edited by liv-in-sky
                                          #35

                                          @Wal ich denke das geht schon

                                          Image 2.png

                                          Image 1.png

                                          nach einem gelösten Thread wäre es sinnvoll dies in der Überschrift des ersten Posts einzutragen [gelöst]-... Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat. Forum-Tools: PicPick https://picpick.app/en/download/ und ScreenToGif https://www.screentogif.com/downloads.html

                                          WalW 1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          51

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe