Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Influx arbeitet nicht mehr stabil

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    437

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.0k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

Influx arbeitet nicht mehr stabil

Geplant Angeheftet Gesperrt Verschoben Error/Bug
influx grafana vis
214 Beiträge 9 Kommentatoren 22.8k Aufrufe 7 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Thomas BraunT Thomas Braun

    @crunchip

    Aber hier wird doch bei Hausnummer 8086 geklingelt?

    influx 192.168.178.41:8086

    Aber ich hab influxdb auch nicht im Einsatz... Da bin ich besser mal ruhig. :-D

    crunchipC Abwesend
    crunchipC Abwesend
    crunchip
    Forum Testing Most Active
    schrieb am zuletzt editiert von
    #50

    @thomas-braun braucht man fürs backup , z.b mit dem backitup, dafür muss das aktiv sein(in meinem Fall nicht, da ich das nicht nutze)

    # Bind address to use for the RPC service for backup and restore.
    # bind-address = "127.0.0.1:8088"
    
    

    umgestiegen von Proxmox auf Unraid

    A 1 Antwort Letzte Antwort
    0
    • A Altersrentner

      @crunchip sagte in Influx arbeitet nicht mehr stabil:

      @thomas-braun das ist schon richtig, den braucht man doch fürs backup/rdp
      aber es fehlt udp6

      udp6       0      0 :::8089                 :::*                                999        35805      140/influxd
      

      Und was heißt das jetzt?
      MfG Michael

      crunchipC Abwesend
      crunchipC Abwesend
      crunchip
      Forum Testing Most Active
      schrieb am zuletzt editiert von
      #51

      @altersrentner seh mal in der config nach, ein wenig nach unten blättern, bei [http]
      da müsste folgendes stehen

       # The bind address used by the HTTP service.
         bind-address = ":8086"
      
      

      die config rufst du so auf

      nano /etc/influxdb/influxdb.conf
      

      umgestiegen von Proxmox auf Unraid

      1 Antwort Letzte Antwort
      0
      • crunchipC crunchip

        @thomas-braun braucht man fürs backup , z.b mit dem backitup, dafür muss das aktiv sein(in meinem Fall nicht, da ich das nicht nutze)

        # Bind address to use for the RPC service for backup and restore.
        # bind-address = "127.0.0.1:8088"
        
        
        A Offline
        A Offline
        Altersrentner
        schrieb am zuletzt editiert von
        #52

        @crunchip Was soll ich damit machen?
        Backitup ist bei mir nicht aktiviert

        crunchipC 1 Antwort Letzte Antwort
        0
        • A Altersrentner

          @crunchip Was soll ich damit machen?
          Backitup ist bei mir nicht aktiviert

          crunchipC Abwesend
          crunchipC Abwesend
          crunchip
          Forum Testing Most Active
          schrieb am zuletzt editiert von
          #53

          @altersrentner du sollst in die config sehen, ob es so aussieht wie gezeigt

          umgestiegen von Proxmox auf Unraid

          A 1 Antwort Letzte Antwort
          0
          • crunchipC crunchip

            @altersrentner du sollst in die config sehen, ob es so aussieht wie gezeigt

            A Offline
            A Offline
            Altersrentner
            schrieb am zuletzt editiert von
            #54

            @crunchip sagte in Influx arbeitet nicht mehr stabil:

            @altersrentner du sollst in die config sehen, ob es so aussieht wie gezeigt

            [http]
              # Determines whether HTTP endpoint is enabled.
              # enabled = true
            
              # The bind address used by the HTTP service.
              # bind-address = ":8086"
            
              # Determines whether user authentication is enabled over HTTP/HTTPS.
              # auth-enabled = false
            
              # The default realm sent back when issuing a basic auth challenge.
              # realm = "InfluxDB"
            
            
            crunchipC 1 Antwort Letzte Antwort
            0
            • A Altersrentner

              @crunchip sagte in Influx arbeitet nicht mehr stabil:

              @altersrentner du sollst in die config sehen, ob es so aussieht wie gezeigt

              [http]
                # Determines whether HTTP endpoint is enabled.
                # enabled = true
              
                # The bind address used by the HTTP service.
                # bind-address = ":8086"
              
                # Determines whether user authentication is enabled over HTTP/HTTPS.
                # auth-enabled = false
              
                # The default realm sent back when issuing a basic auth challenge.
                # realm = "InfluxDB"
              
              
              crunchipC Abwesend
              crunchipC Abwesend
              crunchip
              Forum Testing Most Active
              schrieb am zuletzt editiert von
              #55

              @altersrentner aus dieser Zeile

              #bind-address = ":8086"

              machst du

              bind-address = ":8086"

              umgestiegen von Proxmox auf Unraid

              Thomas BraunT A 2 Antworten Letzte Antwort
              0
              • crunchipC crunchip

                @altersrentner aus dieser Zeile

                #bind-address = ":8086"

                machst du

                bind-address = ":8086"

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #56

                @Altersrentner

                Und dann influxdb neustarten.

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                crunchipC 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @Altersrentner

                  Und dann influxdb neustarten.

                  crunchipC Abwesend
                  crunchipC Abwesend
                  crunchip
                  Forum Testing Most Active
                  schrieb am zuletzt editiert von
                  #57

                  @Altersrentner

                  sudo service influxdb restart
                  

                  umgestiegen von Proxmox auf Unraid

                  1 Antwort Letzte Antwort
                  0
                  • crunchipC crunchip

                    @altersrentner aus dieser Zeile

                    #bind-address = ":8086"

                    machst du

                    bind-address = ":8086"

                    A Offline
                    A Offline
                    Altersrentner
                    schrieb am zuletzt editiert von
                    #58

                    @crunchip sagte in Influx arbeitet nicht mehr stabil:

                    @altersrentner aus dieser Zeile

                    #bind-address = ":8086"

                    machst du

                    bind-address = ":8086"

                    OK habe ich gemacht,
                    Wie speichern und wie conf verlassen?

                    Thomas BraunT crunchipC 2 Antworten Letzte Antwort
                    0
                    • A Altersrentner

                      @crunchip sagte in Influx arbeitet nicht mehr stabil:

                      @altersrentner aus dieser Zeile

                      #bind-address = ":8086"

                      machst du

                      bind-address = ":8086"

                      OK habe ich gemacht,
                      Wie speichern und wie conf verlassen?

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #59

                      @altersrentner

                      Strg-X, Rückfrage bestätigen.

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      1 Antwort Letzte Antwort
                      0
                      • A Altersrentner

                        @crunchip sagte in Influx arbeitet nicht mehr stabil:

                        @altersrentner aus dieser Zeile

                        #bind-address = ":8086"

                        machst du

                        bind-address = ":8086"

                        OK habe ich gemacht,
                        Wie speichern und wie conf verlassen?

                        crunchipC Abwesend
                        crunchipC Abwesend
                        crunchip
                        Forum Testing Most Active
                        schrieb am zuletzt editiert von
                        #60

                        @altersrentner sehe gerade, diese muss auch aktiviert werden

                         # Determines whether HTTP endpoint is enabled.
                           enabled = true
                        
                        

                        also auch die # davor entfernen

                        umgestiegen von Proxmox auf Unraid

                        A 1 Antwort Letzte Antwort
                        0
                        • crunchipC crunchip

                          @altersrentner sehe gerade, diese muss auch aktiviert werden

                           # Determines whether HTTP endpoint is enabled.
                             enabled = true
                          
                          

                          also auch die # davor entfernen

                          A Offline
                          A Offline
                          Altersrentner
                          schrieb am zuletzt editiert von
                          #61

                          @crunchip
                          Was ich jetzt absolut nicht verstehe.
                          Das war ursprünglich alles aktiviert

                          crunchipC 1 Antwort Letzte Antwort
                          0
                          • A Altersrentner

                            @crunchip
                            Was ich jetzt absolut nicht verstehe.
                            Das war ursprünglich alles aktiviert

                            crunchipC Abwesend
                            crunchipC Abwesend
                            crunchip
                            Forum Testing Most Active
                            schrieb am zuletzt editiert von
                            #62

                            @altersrentner keine Ahnung, das ist eigentlich das, was man bei der Installation als erstes einrichtet

                            umgestiegen von Proxmox auf Unraid

                            A 1 Antwort Letzte Antwort
                            0
                            • crunchipC crunchip

                              @altersrentner keine Ahnung, das ist eigentlich das, was man bei der Installation als erstes einrichtet

                              A Offline
                              A Offline
                              Altersrentner
                              schrieb am zuletzt editiert von
                              #63

                              @crunchip
                              So ist es gewesen
                              Aber influx lauft immer noch nicht stabil
                              Instanzen
                              verbunden mit Host rot
                              Lebenszeichen rot
                              Verbunden mit gerät grün
                              Vorher war es genau umgekehrt

                              crunchipC 1 Antwort Letzte Antwort
                              0
                              • A Altersrentner

                                @crunchip
                                So ist es gewesen
                                Aber influx lauft immer noch nicht stabil
                                Instanzen
                                verbunden mit Host rot
                                Lebenszeichen rot
                                Verbunden mit gerät grün
                                Vorher war es genau umgekehrt

                                crunchipC Abwesend
                                crunchipC Abwesend
                                crunchip
                                Forum Testing Most Active
                                schrieb am zuletzt editiert von crunchip
                                #64

                                @altersrentner
                                hast du den service neu gestartet?
                                ruf nochmal den status ab, ob der auch sicher läuft
                                zeige mal die Einstellungen der Instanz von Influx

                                umgestiegen von Proxmox auf Unraid

                                A 1 Antwort Letzte Antwort
                                0
                                • crunchipC crunchip

                                  @altersrentner
                                  hast du den service neu gestartet?
                                  ruf nochmal den status ab, ob der auch sicher läuft
                                  zeige mal die Einstellungen der Instanz von Influx

                                  A Offline
                                  A Offline
                                  Altersrentner
                                  schrieb am zuletzt editiert von Altersrentner
                                  #65

                                  @crunchip sagte in Influx arbeitet nicht mehr stabil:

                                  @altersrentner
                                  hast du den service neu gestartet?
                                  ruf nochmal den status ab, ob der auch sicher läuft
                                  zeige mal die Einstellungen der Instanz von Influx

                                  pi@raspberrypi:~ $ systemctl status influxdb
                                  ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                                     Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
                                     Active: active (running) since Mon 2021-12-27 19:50:12 CET; 1min 12s ago
                                       Docs: man:influxd(1)
                                   Main PID: 8691 (influxd)
                                      Tasks: 15 (limit: 4915)
                                     CGroup: /system.slice/influxdb.service
                                             └─8691 /usr/bin/influxd -config /etc/influxdb/influxdb.conf
                                  
                                  Dec 27 19:51:23 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:23 +0100] "POST /write?database=
                                  Dec 27 19:51:23 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:23 +0100] "POST /write?database=
                                  Dec 27 19:51:23 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:23 +0100] "POST /write?database=
                                  Dec 27 19:51:23 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:23 +0100] "POST /write?database=
                                  Dec 27 19:51:23 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:23 +0100] "POST /write?database=
                                  Dec 27 19:51:24 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:23 +0100] "POST /write?database=
                                  Dec 27 19:51:24 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:24 +0100] "POST /write?database=
                                  Dec 27 19:51:24 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:24 +0100] "POST /write?database=
                                  Dec 27 19:51:24 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:24 +0100] "POST /write?database=
                                  Dec 27 19:51:24 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:24 +0100] "POST /write?database=
                                  lines 1-19/19 (END)
                                  
                                  

                                  Service wurde vorher gestartet
                                  Muss jetzt erst mal weg.
                                  Meine Chefin hat ein Problem.
                                  Danke, Melde mich wieder
                                  Mit freundlichen Grüßen
                                  Michael

                                  crunchipC 1 Antwort Letzte Antwort
                                  0
                                  • A Altersrentner

                                    @crunchip sagte in Influx arbeitet nicht mehr stabil:

                                    @altersrentner
                                    hast du den service neu gestartet?
                                    ruf nochmal den status ab, ob der auch sicher läuft
                                    zeige mal die Einstellungen der Instanz von Influx

                                    pi@raspberrypi:~ $ systemctl status influxdb
                                    ● influxdb.service - InfluxDB is an open-source, distributed, time series database
                                       Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
                                       Active: active (running) since Mon 2021-12-27 19:50:12 CET; 1min 12s ago
                                         Docs: man:influxd(1)
                                     Main PID: 8691 (influxd)
                                        Tasks: 15 (limit: 4915)
                                       CGroup: /system.slice/influxdb.service
                                               └─8691 /usr/bin/influxd -config /etc/influxdb/influxdb.conf
                                    
                                    Dec 27 19:51:23 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:23 +0100] "POST /write?database=
                                    Dec 27 19:51:23 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:23 +0100] "POST /write?database=
                                    Dec 27 19:51:23 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:23 +0100] "POST /write?database=
                                    Dec 27 19:51:23 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:23 +0100] "POST /write?database=
                                    Dec 27 19:51:23 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:23 +0100] "POST /write?database=
                                    Dec 27 19:51:24 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:23 +0100] "POST /write?database=
                                    Dec 27 19:51:24 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:24 +0100] "POST /write?database=
                                    Dec 27 19:51:24 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:24 +0100] "POST /write?database=
                                    Dec 27 19:51:24 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:24 +0100] "POST /write?database=
                                    Dec 27 19:51:24 raspberrypi influxd[8691]: [httpd] 192.168.178.41 - admin [27/Dec/2021:19:51:24 +0100] "POST /write?database=
                                    lines 1-19/19 (END)
                                    
                                    

                                    Service wurde vorher gestartet
                                    Muss jetzt erst mal weg.
                                    Meine Chefin hat ein Problem.
                                    Danke, Melde mich wieder
                                    Mit freundlichen Grüßen
                                    Michael

                                    crunchipC Abwesend
                                    crunchipC Abwesend
                                    crunchip
                                    Forum Testing Most Active
                                    schrieb am zuletzt editiert von
                                    #66

                                    @altersrentner sagte in Influx arbeitet nicht mehr stabil:

                                    Muss jetzt erst mal weg.
                                    Meine Chefin hat ein Problem.

                                    der Klassiker:grin:

                                    umgestiegen von Proxmox auf Unraid

                                    1 Antwort Letzte Antwort
                                    0
                                    • A Altersrentner

                                      @thomas-braun sagte in Influx arbeitet nicht mehr stabil:

                                      Dann mal im /var/log/syslog nach der Gesundheit der influxdb schauen.
                                      Guten Morgen,
                                      Das ist ein Ausschnitt, ziemlich viel oder?

                                      code_text compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQdK0000 op_name=tsm1_compact_group tsm1_files_n=4
                                      Dec 22 07:34:34 raspberrypi influxd[31563]: ts=2021-12-22T06:34:34.960675Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQdK0000 op_name=tsm1_compact_group tsm1_index=0 tsm1_file=/var/lib/influxdb/data/iobroker/global/294/000000036-000000002.tsm
                                      Dec 22 07:34:34 raspberrypi influxd[31563]: ts=2021-12-22T06:34:34.960698Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQdK0000 op_name=tsm1_compact_group tsm1_index=1 tsm1_file=/var/lib/influxdb/data/iobroker/global/294/000000046-000000002.tsm
                                      Dec 22 07:34:34 raspberrypi influxd[31563]: ts=2021-12-22T06:34:34.960719Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQdK0000 op_name=tsm1_compact_group tsm1_index=2 tsm1_file=/var/lib/influxdb/data/iobroker/global/294/000000062-000000002.tsm
                                      Dec 22 07:34:34 raspberrypi influxd[31563]: ts=2021-12-22T06:34:34.960740Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQdK0000 op_name=tsm1_compact_group tsm1_index=3 tsm1_file=/var/lib/influxdb/data/iobroker/global/294/000000078-000000002.tsm
                                      Dec 22 07:34:34 raspberrypi influxd[31563]: ts=2021-12-22T06:34:34.960850Z lvl=info msg="Aborted compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQdK0000 op_name=tsm1_compact_group error="compaction in progress: open /var/lib/influxdb/data/iobroker/global/294/000000078-000000003.tsm.tmp: file exists"
                                      Dec 22 07:34:34 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:34 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3a7f6883-62f1-11ec-8ce1-000000000000 3501
                                      Dec 22 07:34:34 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:34 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3a803f59-62f1-11ec-8ce2-000000000000 4154
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3a89c9a7-62f1-11ec-8ce3-000000000000 3466
                                      Dec 22 07:34:35 raspberrypi grafana-server[512]: t=2021-12-22T07:34:35+0100 lvl=warn msg="Request Origin is not authorized" logger=live origin=http://192.168.178.41:3000 appUrl=http://localhost:3000/ allowedOrigins=
                                      Dec 22 07:34:35 raspberrypi grafana-server[512]: t=2021-12-22T07:34:35+0100 lvl=info msg="Request Completed" logger=context userId=0 orgId=1 uname= method=GET path=/api/live/ws status=403 remote_addr=192.168.178.92 time_ms=1 size=10 referer=
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3a97e63c-62f1-11ec-8ce4-000000000000 3844
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3aa2fe2c-62f1-11ec-8ce5-000000000000 3235
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3aa3cf3c-62f1-11ec-8ce6-000000000000 11467
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3aa4e041-62f1-11ec-8ce7-000000000000 8204
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3aa525b2-62f1-11ec-8ce8-000000000000 6898
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3aa5f3d4-62f1-11ec-8ce9-000000000000 4446
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3aa702f1-62f1-11ec-8cea-000000000000 3535
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3aa74a3a-62f1-11ec-8ceb-000000000000 4034
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3aeaefd8-62f1-11ec-8cec-000000000000 3261
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3aec643e-62f1-11ec-8ced-000000000000 8482
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3aed2976-62f1-11ec-8cee-000000000000 6574
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3aef03ac-62f1-11ec-8cef-000000000000 3229
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3aefd3e9-62f1-11ec-8cf0-000000000000 3325
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3af52127-62f1-11ec-8cf1-000000000000 5512
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3af6fe0c-62f1-11ec-8cf2-000000000000 3404
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3af7f709-62f1-11ec-8cf3-000000000000 4107
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3af88065-62f1-11ec-8cf4-000000000000 12117
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3af9909d-62f1-11ec-8cf5-000000000000 8219
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3afb1c05-62f1-11ec-8cf6-000000000000 3553
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b03b94a-62f1-11ec-8cf7-000000000000 3844
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b04bea1-62f1-11ec-8cf8-000000000000 4008
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b115dad-62f1-11ec-8cf9-000000000000 3784
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b130390-62f1-11ec-8cfa-000000000000 11361
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b137f12-62f1-11ec-8cfc-000000000000 11242
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b132c44-62f1-11ec-8cfb-000000000000 13381
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: ts=2021-12-22T06:34:35.956937Z lvl=info msg="TSM compaction (end)" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQdJ0000 op_name=tsm1_compact_group op_event=end op_elapsed=1000.526ms
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: ts=2021-12-22T06:34:35.958029Z lvl=info msg="TSM compaction (start)" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQhDW000 op_name=tsm1_compact_group op_event=start
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: ts=2021-12-22T06:34:35.958102Z lvl=info msg="Beginning compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQhDW000 op_name=tsm1_compact_group tsm1_files_n=5
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: ts=2021-12-22T06:34:35.958126Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQhDW000 op_name=tsm1_compact_group tsm1_index=0 tsm1_file=/var/lib/influxdb/data/iobroker/global/270/000000030-000000002.tsm
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: ts=2021-12-22T06:34:35.958148Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQhDW000 op_name=tsm1_compact_group tsm1_index=1 tsm1_file=/var/lib/influxdb/data/iobroker/global/270/000000042-000000002.tsm
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: ts=2021-12-22T06:34:35.958170Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQhDW000 op_name=tsm1_compact_group tsm1_index=2 tsm1_file=/var/lib/influxdb/data/iobroker/global/270/000000044-000000001.tsm
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: ts=2021-12-22T06:34:35.958190Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQhDW000 op_name=tsm1_compact_group tsm1_index=3 tsm1_file=/var/lib/influxdb/data/iobroker/global/270/000000046-000000001.tsm
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: ts=2021-12-22T06:34:35.958480Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQhDW000 op_name=tsm1_compact_group tsm1_index=4 tsm1_file=/var/lib/influxdb/data/iobroker/global/270/000000048-000000001.tsm
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: ts=2021-12-22T06:34:35.958610Z lvl=info msg="Aborted compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQhDW000 op_name=tsm1_compact_group error="compaction in progress: open /var/lib/influxdb/data/iobroker/global/270/000000048-000000002.tsm.tmp: file exists"
                                      Dec 22 07:34:35 raspberrypi influxd[31563]: ts=2021-12-22T06:34:35.961005Z lvl=info msg="TSM compaction (end)" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQdK0000 op_name=tsm1_compact_group op_event=end op_elapsed=1000.428ms
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b1bc730-62f1-11ec-8cfd-000000000000 3858
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:35 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b1c5c30-62f1-11ec-8cfe-000000000000 4427
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b1d80af-62f1-11ec-8cff-000000000000 3450
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b2152c3-62f1-11ec-8d00-000000000000 4369
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b21f948-62f1-11ec-8d01-000000000000 3611
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b22e0ee-62f1-11ec-8d02-000000000000 9026
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b23e04c-62f1-11ec-8d03-000000000000 5506
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b29e177-62f1-11ec-8d04-000000000000 12140
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b2aa249-62f1-11ec-8d05-000000000000 10319
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b2d4a73-62f1-11ec-8d06-000000000000 7427
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b3084c6-62f1-11ec-8d07-000000000000 3401
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b31c366-62f1-11ec-8d08-000000000000 3344
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b32f0ed-62f1-11ec-8d09-000000000000 3354
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b6b478d-62f1-11ec-8d0a-000000000000 142984
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b6c0a0b-62f1-11ec-8d0b-000000000000 141167
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b99fe46-62f1-11ec-8d0c-000000000000 6264
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b9d2ee6-62f1-11ec-8d0d-000000000000 3367
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b9eb8f7-62f1-11ec-8d0e-000000000000 11275
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b9f2d5e-62f1-11ec-8d11-000000000000 11681
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b9f3565-62f1-11ec-8d12-000000000000 11475
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b9ec11a-62f1-11ec-8d0f-000000000000 14475
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:36 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3b9ec4b3-62f1-11ec-8d10-000000000000 14800
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: ts=2021-12-22T06:34:36.955006Z lvl=info msg="TSM compaction (start)" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQl6W000 op_name=tsm1_compact_group op_event=start
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: ts=2021-12-22T06:34:36.955059Z lvl=info msg="Beginning compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQl6W000 op_name=tsm1_compact_group tsm1_files_n=4
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: ts=2021-12-22T06:34:36.955082Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQl6W000 op_name=tsm1_compact_group tsm1_index=0 tsm1_file=/var/lib/influxdb/data/iobroker/global/278/000000027-000000002.tsm
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: ts=2021-12-22T06:34:36.955106Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQl6W000 op_name=tsm1_compact_group tsm1_index=1 tsm1_file=/var/lib/influxdb/data/iobroker/global/278/000000040-000000002.tsm
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: ts=2021-12-22T06:34:36.955128Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQl6W000 op_name=tsm1_compact_group tsm1_index=2 tsm1_file=/var/lib/influxdb/data/iobroker/global/278/000000052-000000002.tsm
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: ts=2021-12-22T06:34:36.955148Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQl6W000 op_name=tsm1_compact_group tsm1_index=3 tsm1_file=/var/lib/influxdb/data/iobroker/global/278/000000068-000000002.tsm
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: ts=2021-12-22T06:34:36.955264Z lvl=info msg="Aborted compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQl6W000 op_name=tsm1_compact_group error="compaction in progress: open /var/lib/influxdb/data/iobroker/global/278/000000068-000000003.tsm.tmp: file exists"
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: ts=2021-12-22T06:34:36.958920Z lvl=info msg="TSM compaction (end)" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQhDW000 op_name=tsm1_compact_group op_event=end op_elapsed=1000.901ms
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: ts=2021-12-22T06:34:36.959193Z lvl=info msg="TSM compaction (start)" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQl7l000 op_name=tsm1_compact_group op_event=start
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: ts=2021-12-22T06:34:36.959226Z lvl=info msg="Beginning compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQl7l000 op_name=tsm1_compact_group tsm1_files_n=4
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: ts=2021-12-22T06:34:36.959248Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQl7l000 op_name=tsm1_compact_group tsm1_index=0 tsm1_file=/var/lib/influxdb/data/iobroker/global/318/000000043-000000002.tsm
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: ts=2021-12-22T06:34:36.959271Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQl7l000 op_name=tsm1_compact_group tsm1_index=1 tsm1_file=/var/lib/influxdb/data/iobroker/global/318/000000058-000000002.tsm
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: ts=2021-12-22T06:34:36.959291Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQl7l000 op_name=tsm1_compact_group tsm1_index=2 tsm1_file=/var/lib/influxdb/data/iobroker/global/318/000000074-000000002.tsm
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: ts=2021-12-22T06:34:36.959312Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQl7l000 op_name=tsm1_compact_group tsm1_index=3 tsm1_file=/var/lib/influxdb/data/iobroker/global/318/000000090-000000002.tsm
                                      Dec 22 07:34:36 raspberrypi influxd[31563]: ts=2021-12-22T06:34:36.959410Z lvl=info msg="Aborted compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQl7l000 op_name=tsm1_compact_group error="compaction in progress: open /var/lib/influxdb/data/iobroker/global/318/000000090-000000003.tsm.tmp: file exists"
                                      Dec 22 07:34:37 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:37 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3bdb1acc-62f1-11ec-8d13-000000000000 3367
                                      Dec 22 07:34:37 raspberrypi influxd[31563]: ts=2021-12-22T06:34:37.955423Z lvl=info msg="TSM compaction (end)" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQl6W000 op_name=tsm1_compact_group op_event=end op_elapsed=1000.423ms
                                      Dec 22 07:34:37 raspberrypi influxd[31563]: ts=2021-12-22T06:34:37.956446Z lvl=info msg="TSM compaction (start)" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQp10000 op_name=tsm1_compact_group op_event=start
                                      Dec 22 07:34:37 raspberrypi influxd[31563]: ts=2021-12-22T06:34:37.956497Z lvl=info msg="Beginning compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQp10000 op_name=tsm1_compact_group tsm1_files_n=3
                                      Dec 22 07:34:37 raspberrypi influxd[31563]: ts=2021-12-22T06:34:37.956519Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQp10000 op_name=tsm1_compact_group tsm1_index=0 tsm1_file=/var/lib/influxdb/data/iobroker/global/326/000000038-000000002.tsm
                                      Dec 22 07:34:37 raspberrypi influxd[31563]: ts=2021-12-22T06:34:37.956541Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQp10000 op_name=tsm1_compact_group tsm1_index=1 tsm1_file=/var/lib/influxdb/data/iobroker/global/326/000000054-000000002.tsm
                                      Dec 22 07:34:37 raspberrypi influxd[31563]: ts=2021-12-22T06:34:37.956563Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQp10000 op_name=tsm1_compact_group tsm1_index=2 tsm1_file=/var/lib/influxdb/data/iobroker/global/326/000000056-000000001.tsm
                                      Dec 22 07:34:37 raspberrypi influxd[31563]: ts=2021-12-22T06:34:37.956667Z lvl=info msg="Aborted compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQp10000 op_name=tsm1_compact_group error="compaction in progress: open /var/lib/influxdb/data/iobroker/global/326/000000056-000000002.tsm.tmp: file exists"
                                      Dec 22 07:34:37 raspberrypi influxd[31563]: ts=2021-12-22T06:34:37.959756Z lvl=info msg="TSM compaction (end)" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQl7l000 op_name=tsm1_compact_group op_event=end op_elapsed=1000.566ms
                                      Dec 22 07:34:37 raspberrypi influxd[31563]: ts=2021-12-22T06:34:37.960485Z lvl=info msg="TSM compaction (start)" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQp20000 op_name=tsm1_compact_group op_event=start
                                      Dec 22 07:34:37 raspberrypi influxd[31563]: ts=2021-12-22T06:34:37.960532Z lvl=info msg="Beginning compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQp20000 op_name=tsm1_compact_group tsm1_files_n=4
                                      Dec 22 07:34:37 raspberrypi influxd[31563]: ts=2021-12-22T06:34:37.960553Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQp20000 op_name=tsm1_compact_group tsm1_index=0 tsm1_file=/var/lib/influxdb/data/iobroker/global/294/000000036-000000002.tsm
                                      Dec 22 07:34:37 raspberrypi influxd[31563]: ts=2021-12-22T06:34:37.960576Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQp20000 op_name=tsm1_compact_group tsm1_index=1 tsm1_file=/var/lib/influxdb/data/iobroker/global/294/000000046-000000002.tsm
                                      Dec 22 07:34:37 raspberrypi influxd[31563]: ts=2021-12-22T06:34:37.960596Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQp20000 op_name=tsm1_compact_group tsm1_index=2 tsm1_file=/var/lib/influxdb/data/iobroker/global/294/000000062-000000002.tsm
                                      Dec 22 07:34:37 raspberrypi influxd[31563]: ts=2021-12-22T06:34:37.960617Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQp20000 op_name=tsm1_compact_group tsm1_index=3 tsm1_file=/var/lib/influxdb/data/iobroker/global/294/000000078-000000002.tsm
                                      Dec 22 07:34:37 raspberrypi influxd[31563]: ts=2021-12-22T06:34:37.960726Z lvl=info msg="Aborted compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQp20000 op_name=tsm1_compact_group error="compaction in progress: open /var/lib/influxdb/data/iobroker/global/294/000000078-000000003.tsm.tmp: file exists"
                                      Dec 22 07:34:38 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:38 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3c7cf862-62f1-11ec-8d14-000000000000 3539
                                      Dec 22 07:34:38 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:38 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3c9e128c-62f1-11ec-8d15-000000000000 10495
                                      Dec 22 07:34:38 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:38 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3c9e3d2d-62f1-11ec-8d16-000000000000 13583
                                      Dec 22 07:34:38 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:38 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3ccffff6-62f1-11ec-8d17-000000000000 11051
                                      Dec 22 07:34:38 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:38 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3cd0e082-62f1-11ec-8d18-000000000000 7961
                                      Dec 22 07:34:38 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:38 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3cd3953c-62f1-11ec-8d19-000000000000 3149
                                      Dec 22 07:34:38 raspberrypi influxd[31563]: ts=2021-12-22T06:34:38.956814Z lvl=info msg="TSM compaction (end)" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQp10000 op_name=tsm1_compact_group op_event=end op_elapsed=1000.373ms
                                      Dec 22 07:34:38 raspberrypi influxd[31563]: ts=2021-12-22T06:34:38.957804Z lvl=info msg="TSM compaction (start)" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQswG000 op_name=tsm1_compact_group op_event=start
                                      Dec 22 07:34:38 raspberrypi influxd[31563]: ts=2021-12-22T06:34:38.957853Z lvl=info msg="Beginning compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQswG000 op_name=tsm1_compact_group tsm1_files_n=5
                                      Dec 22 07:34:38 raspberrypi influxd[31563]: ts=2021-12-22T06:34:38.957875Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQswG000 op_name=tsm1_compact_group tsm1_index=0 tsm1_file=/var/lib/influxdb/data/iobroker/global/270/000000030-000000002.tsm
                                      Dec 22 07:34:38 raspberrypi influxd[31563]: ts=2021-12-22T06:34:38.957897Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQswG000 op_name=tsm1_compact_group tsm1_index=1 tsm1_file=/var/lib/influxdb/data/iobroker/global/270/000000042-000000002.tsm
                                      Dec 22 07:34:38 raspberrypi influxd[31563]: ts=2021-12-22T06:34:38.957918Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQswG000 op_name=tsm1_compact_group tsm1_index=2 tsm1_file=/var/lib/influxdb/data/iobroker/global/270/000000044-000000001.tsm
                                      Dec 22 07:34:38 raspberrypi influxd[31563]: ts=2021-12-22T06:34:38.957938Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQswG000 op_name=tsm1_compact_group tsm1_index=3 tsm1_file=/var/lib/influxdb/data/iobroker/global/270/000000046-000000001.tsm
                                      Dec 22 07:34:38 raspberrypi influxd[31563]: ts=2021-12-22T06:34:38.957959Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQswG000 op_name=tsm1_compact_group tsm1_index=4 tsm1_file=/var/lib/influxdb/data/iobroker/global/270/000000048-000000001.tsm
                                      Dec 22 07:34:38 raspberrypi influxd[31563]: ts=2021-12-22T06:34:38.958068Z lvl=info msg="Aborted compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQswG000 op_name=tsm1_compact_group error="compaction in progress: open /var/lib/influxdb/data/iobroker/global/270/000000048-000000002.tsm.tmp: file exists"
                                      Dec 22 07:34:38 raspberrypi influxd[31563]: ts=2021-12-22T06:34:38.961146Z lvl=info msg="TSM compaction (end)" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQp20000 op_name=tsm1_compact_group op_event=end op_elapsed=1000.665ms
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:39 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3d0888d7-62f1-11ec-8d1a-000000000000 3220
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:39 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3d09f9cf-62f1-11ec-8d1b-000000000000 3873
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:39 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3d0c72fe-62f1-11ec-8d1c-000000000000 3501
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:39 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3d0ec8e8-62f1-11ec-8d1d-000000000000 7941
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:39 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3d0f6f40-62f1-11ec-8d1e-000000000000 6884
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:39 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3d103f8a-62f1-11ec-8d1f-000000000000 4864
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:39 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3d10f67b-62f1-11ec-8d20-000000000000 3240
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:39 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3d1206c4-62f1-11ec-8d21-000000000000 3822
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:39 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3d123871-62f1-11ec-8d22-000000000000 5746
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:39 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3d13979c-62f1-11ec-8d23-000000000000 3566
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:39 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3d146a1e-62f1-11ec-8d24-000000000000 3615
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:39 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3d1651e1-62f1-11ec-8d25-000000000000 3673
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:39 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3d165d0d-62f1-11ec-8d26-000000000000 6925
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:39 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3d23b3e0-62f1-11ec-8d27-000000000000 3463
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:39 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3d320d2b-62f1-11ec-8d28-000000000000 3489
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:39 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3d330b02-62f1-11ec-8d29-000000000000 3618
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:39 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3d584dc2-62f1-11ec-8d2a-000000000000 3726
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: ts=2021-12-22T06:34:39.955059Z lvl=info msg="TSM compaction (start)" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQwpl000 op_name=tsm1_compact_group op_event=start
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: ts=2021-12-22T06:34:39.955111Z lvl=info msg="Beginning compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQwpl000 op_name=tsm1_compact_group tsm1_files_n=4
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: ts=2021-12-22T06:34:39.955134Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQwpl000 op_name=tsm1_compact_group tsm1_index=0 tsm1_file=/var/lib/influxdb/data/iobroker/global/278/000000027-000000002.tsm
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: ts=2021-12-22T06:34:39.955157Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQwpl000 op_name=tsm1_compact_group tsm1_index=1 tsm1_file=/var/lib/influxdb/data/iobroker/global/278/000000040-000000002.tsm
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: ts=2021-12-22T06:34:39.955179Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQwpl000 op_name=tsm1_compact_group tsm1_index=2 tsm1_file=/var/lib/influxdb/data/iobroker/global/278/000000052-000000002.tsm
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: ts=2021-12-22T06:34:39.955201Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQwpl000 op_name=tsm1_compact_group tsm1_index=3 tsm1_file=/var/lib/influxdb/data/iobroker/global/278/000000068-000000002.tsm
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: ts=2021-12-22T06:34:39.955315Z lvl=info msg="Aborted compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQwpl000 op_name=tsm1_compact_group error="compaction in progress: open /var/lib/influxdb/data/iobroker/global/278/000000068-000000003.tsm.tmp: file exists"
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: ts=2021-12-22T06:34:39.958215Z lvl=info msg="TSM compaction (end)" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQswG000 op_name=tsm1_compact_group op_event=end op_elapsed=1000.418ms
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: ts=2021-12-22T06:34:39.958921Z lvl=info msg="TSM compaction (start)" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQwqW000 op_name=tsm1_compact_group op_event=start
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: ts=2021-12-22T06:34:39.958966Z lvl=info msg="Beginning compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQwqW000 op_name=tsm1_compact_group tsm1_files_n=6
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: ts=2021-12-22T06:34:39.958987Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQwqW000 op_name=tsm1_compact_group tsm1_index=0 tsm1_file=/var/lib/influxdb/data/iobroker/global/302/000000031-000000002.tsm
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: ts=2021-12-22T06:34:39.959009Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQwqW000 op_name=tsm1_compact_group tsm1_index=1 tsm1_file=/var/lib/influxdb/data/iobroker/global/302/000000047-000000002.tsm
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: ts=2021-12-22T06:34:39.959030Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQwqW000 op_name=tsm1_compact_group tsm1_index=2 tsm1_file=/var/lib/influxdb/data/iobroker/global/302/000000049-000000001.tsm
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: ts=2021-12-22T06:34:39.959052Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQwqW000 op_name=tsm1_compact_group tsm1_index=3 tsm1_file=/var/lib/influxdb/data/iobroker/global/302/000000051-000000001.tsm
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: ts=2021-12-22T06:34:39.959073Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQwqW000 op_name=tsm1_compact_group tsm1_index=4 tsm1_file=/var/lib/influxdb/data/iobroker/global/302/000000053-000000001.tsm
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: ts=2021-12-22T06:34:39.959093Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQwqW000 op_name=tsm1_compact_group tsm1_index=5 tsm1_file=/var/lib/influxdb/data/iobroker/global/302/000000055-000000001.tsm
                                      Dec 22 07:34:39 raspberrypi influxd[31563]: ts=2021-12-22T06:34:39.959206Z lvl=info msg="Aborted compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_strategy=full tsm1_optimize=false trace_id=0Y_DQwqW000 op_name=tsm1_compact_group error="compaction in progress: open /var/lib/influxdb/data/iobroker/global/302/000000055-000000002.tsm.tmp: file exists"
                                      Dec 22 07:34:40 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:40 +0100] "POST /write?database=iobroker&db=iobroker&p=%5BREDACTED%5D&precision=ms&u=admin HTTP/1.1" 204 0 "-" "-" 3d88d6ba-62f1-11ec-8d2b-000000000000 3631
                                      Dec 22 07:34:40 raspberrypi influxd[31563]: [httpd] 192.168.178.41 - admin [22/Dec/2021:07:34:40 +0100] "POST /write?database=iobroker&db=iobroke
                                      

                                      MfG Michael

                                      OliverIOO Offline
                                      OliverIOO Offline
                                      OliverIO
                                      schrieb am zuletzt editiert von OliverIO
                                      #67

                                      @altersrentner sagte in Influx arbeitet nicht mehr stabil:

                                      Dec 22 07:34:34 raspberrypi influxd[31563]: ts=2021-12-22T06:34:34.960740Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQdK0000 op_name=tsm1_compact_group tsm1_index=3 tsm1_file=/var/lib/influxdb/data/iobroker/global/294/000000078-000000002.tsm
                                      Dec 22 07:34:34 raspberrypi influxd[31563]: ts=2021-12-22T06:34:34.960850Z lvl=info msg="Aborted compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQdK0000 op_name=tsm1_compact_group error="compaction in progress: open /var/lib/influxdb/data/iobroker/global/294/000000078-000000003.tsm.tmp: file exists"
                                      

                                      Ich beziehe mich mal auf die beiden Zeile oben aus dem syslog.
                                      Das scheint hier das eigentliche Problem zu sein.

                                      influxdb arbeitet ja primär im RAM und schreibt nur etwas zeitverzögert die Daten erst auf die Platte/SD/SSD.

                                      Dabei scheint es ein Problem zu geben. Da der Fehler gestaffelt auftritt und weil da schon etwas existiert abgebrochen wird, scheint es sich hier ein OOM-loop (Out Of Memory) zu handeln.

                                      dh. die Datenbank im Speicher läuft voll, möchte die Daten zusammenfassen und auf die Platte schreiben (compacting).
                                      Da das zu lange dauert (SD-Karte?) oder der block ist zu groß (shard)

                                      https://community.influxdata.com/t/aborted-compaction/12144/8

                                      Erklärung und link zur dokumentation ist in diesem Beitrag
                                      https://community.influxdata.com/t/aborted-compaction/12144/10

                                      Evtl reicht auch einfach das RAM des Raspis nicht aus.
                                      Zur Analyse ist ersteinmal nur syslog dein Freund.
                                      In das log von iobroker musst du erstmal nicht schauen, da dort nur die symptome angezeigt werden, die das nicht funktionierende influx erzeugt.
                                      Evtl solltest du mal alles auf dem Rechner beenden und dann nur influxdb starten, so das er seine Aufräumarbeiten (compacting) mal zu Ende bekommt.
                                      Wenn das dann auch nicht funktioniert, dann ist wirklich das RAM am Ende.

                                      Meine Adapter und Widgets
                                      TVProgram, SqueezeboxRPC, OpenLiga, RSSFeed, MyTime,, pi-hole2, vis-json-template, skiinfo, vis-mapwidgets, vis-2-widgets-rssfeed
                                      Links im Profil

                                      A 1 Antwort Letzte Antwort
                                      0
                                      • OliverIOO OliverIO

                                        @altersrentner sagte in Influx arbeitet nicht mehr stabil:

                                        Dec 22 07:34:34 raspberrypi influxd[31563]: ts=2021-12-22T06:34:34.960740Z lvl=info msg="Compacting file" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQdK0000 op_name=tsm1_compact_group tsm1_index=3 tsm1_file=/var/lib/influxdb/data/iobroker/global/294/000000078-000000002.tsm
                                        Dec 22 07:34:34 raspberrypi influxd[31563]: ts=2021-12-22T06:34:34.960850Z lvl=info msg="Aborted compaction" log_id=0Y_Cnnp0000 engine=tsm1 tsm1_level=2 tsm1_strategy=level trace_id=0Y_DQdK0000 op_name=tsm1_compact_group error="compaction in progress: open /var/lib/influxdb/data/iobroker/global/294/000000078-000000003.tsm.tmp: file exists"
                                        

                                        Ich beziehe mich mal auf die beiden Zeile oben aus dem syslog.
                                        Das scheint hier das eigentliche Problem zu sein.

                                        influxdb arbeitet ja primär im RAM und schreibt nur etwas zeitverzögert die Daten erst auf die Platte/SD/SSD.

                                        Dabei scheint es ein Problem zu geben. Da der Fehler gestaffelt auftritt und weil da schon etwas existiert abgebrochen wird, scheint es sich hier ein OOM-loop (Out Of Memory) zu handeln.

                                        dh. die Datenbank im Speicher läuft voll, möchte die Daten zusammenfassen und auf die Platte schreiben (compacting).
                                        Da das zu lange dauert (SD-Karte?) oder der block ist zu groß (shard)

                                        https://community.influxdata.com/t/aborted-compaction/12144/8

                                        Erklärung und link zur dokumentation ist in diesem Beitrag
                                        https://community.influxdata.com/t/aborted-compaction/12144/10

                                        Evtl reicht auch einfach das RAM des Raspis nicht aus.
                                        Zur Analyse ist ersteinmal nur syslog dein Freund.
                                        In das log von iobroker musst du erstmal nicht schauen, da dort nur die symptome angezeigt werden, die das nicht funktionierende influx erzeugt.
                                        Evtl solltest du mal alles auf dem Rechner beenden und dann nur influxdb starten, so das er seine Aufräumarbeiten (compacting) mal zu Ende bekommt.
                                        Wenn das dann auch nicht funktioniert, dann ist wirklich das RAM am Ende.

                                        A Offline
                                        A Offline
                                        Altersrentner
                                        schrieb am zuletzt editiert von
                                        #68

                                        @oliverio Hallo,

                                        1. Ich hatte noch gestern Abend so wie in Deinem Beitrag beschrieben,
                                          alle Instanzen ausgeschaltet und nur Influx.0 auf grün belassen.
                                          Nach einiger Zeit wurden dann alle Instanzen zugeschaltet.
                                          Danach lief Influx.
                                        2. Nach einiger Zeit habe ich über die Konsole
                                          iob stop und iob start gemacht.

                                        Bin mir aber nicht sicher ob die Reihenfolge 1/2 so OK war.

                                        Auf alle Fälle habe ich viel zu viele geloggte Datenpunkte,
                                        die ich jetzt händisch von influx befreie.
                                        Mal sehen wie lange es jetzt gut geht.
                                        Mit freundlichen Grüßen
                                        Michael

                                        crunchipC 1 Antwort Letzte Antwort
                                        0
                                        • A Altersrentner

                                          @oliverio Hallo,

                                          1. Ich hatte noch gestern Abend so wie in Deinem Beitrag beschrieben,
                                            alle Instanzen ausgeschaltet und nur Influx.0 auf grün belassen.
                                            Nach einiger Zeit wurden dann alle Instanzen zugeschaltet.
                                            Danach lief Influx.
                                          2. Nach einiger Zeit habe ich über die Konsole
                                            iob stop und iob start gemacht.

                                          Bin mir aber nicht sicher ob die Reihenfolge 1/2 so OK war.

                                          Auf alle Fälle habe ich viel zu viele geloggte Datenpunkte,
                                          die ich jetzt händisch von influx befreie.
                                          Mal sehen wie lange es jetzt gut geht.
                                          Mit freundlichen Grüßen
                                          Michael

                                          crunchipC Abwesend
                                          crunchipC Abwesend
                                          crunchip
                                          Forum Testing Most Active
                                          schrieb am zuletzt editiert von
                                          #69

                                          @altersrentner sagte in Influx arbeitet nicht mehr stabil:

                                          Auf alle Fälle habe ich viel zu viele geloggte Datenpunkte,
                                          die ich jetzt händisch von influx befreie.

                                          dachte das hast du bereits
                                          https://forum.iobroker.net/post/725155

                                          umgestiegen von Proxmox auf Unraid

                                          A 2 Antworten Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          498

                                          Online

                                          32.7k

                                          Benutzer

                                          82.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe