Skip to content
  • Home
  • 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
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. Proxmox
  5. ioBroker Umzug von PI4 auf mini PC

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    347

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

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

ioBroker Umzug von PI4 auf mini PC

Scheduled Pinned Locked Moved Proxmox
iobrokerproxmoxvms
172 Posts 10 Posters 21.3k Views 8 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.
  • A Altersrentner

    @crunchip Danke!!
    Hier war ich auch schon.
    Aber an diesem Punkt fangen die Probleme an
    Installieren und starten Sie dann den InfluxDB-Dienst:

    sudo apt-get update && sudo apt-get install influxdb
    
    root@influx1:~# tar xvfz influxdb-1.8.10_linux_amd64.tar.gz
    ./influxdb-1.8.10-1/
    ./influxdb-1.8.10-1/etc/
    ./influxdb-1.8.10-1/etc/logrotate.d/
    ./influxdb-1.8.10-1/etc/logrotate.d/influxdb
    ./influxdb-1.8.10-1/etc/influxdb/
    ./influxdb-1.8.10-1/etc/influxdb/influxdb.conf
    ./influxdb-1.8.10-1/var/
    ./influxdb-1.8.10-1/var/lib/
    ./influxdb-1.8.10-1/var/lib/influxdb/
    ./influxdb-1.8.10-1/var/log/
    ./influxdb-1.8.10-1/var/log/influxdb/
    ./influxdb-1.8.10-1/usr/
    ./influxdb-1.8.10-1/usr/lib/
    ./influxdb-1.8.10-1/usr/lib/influxdb/
    ./influxdb-1.8.10-1/usr/lib/influxdb/scripts/
    ./influxdb-1.8.10-1/usr/lib/influxdb/scripts/influxdb.service
    ./influxdb-1.8.10-1/usr/lib/influxdb/scripts/init.sh
    ./influxdb-1.8.10-1/usr/lib/influxdb/scripts/influxd-systemd-start.sh
    ./influxdb-1.8.10-1/usr/share/
    ./influxdb-1.8.10-1/usr/share/man/
    ./influxdb-1.8.10-1/usr/share/man/man1/
    ./influxdb-1.8.10-1/usr/share/man/man1/influxd.1.gz
    ./influxdb-1.8.10-1/usr/share/man/man1/influxd-version.1.gz
    ./influxdb-1.8.10-1/usr/share/man/man1/influxd-config.1.gz
    ./influxdb-1.8.10-1/usr/share/man/man1/influxd-restore.1.gz
    ./influxdb-1.8.10-1/usr/share/man/man1/influxd-run.1.gz
    ./influxdb-1.8.10-1/usr/share/man/man1/influx.1.gz
    ./influxdb-1.8.10-1/usr/share/man/man1/influxd-backup.1.gz
    ./influxdb-1.8.10-1/usr/share/man/man1/influx_stress.1.gz
    ./influxdb-1.8.10-1/usr/share/man/man1/influx_inspect.1.gz
    ./influxdb-1.8.10-1/usr/bin/
    ./influxdb-1.8.10-1/usr/bin/influx_stress
    ./influxdb-1.8.10-1/usr/bin/influx
    ./influxdb-1.8.10-1/usr/bin/influxd
    ./influxdb-1.8.10-1/usr/bin/influx_inspect
    root@influx1:~# wget -q https://repos.influxdata.com/influxdata-archive_compat.key
    root@influx1:~# echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
    influxdata-archive_compat.key: OK
    root@influx1:~# echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
    deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
    root@influx1:~# sudo apt-get update && sudo apt-get install influxdb
    E: Malformed entry 1 in list file /etc/apt/sources.list.d/influxdb.list (Component)
    E: The list of sources could not be read.
    root@influx1:~# apt-get update
    E: Malformed entry 1 in list file /etc/apt/sources.list.d/influxdb.list (Component)
    E: The list of sources could not be read.
    root@influx1:~# sudo apt-get install influxdb
    E: Malformed entry 1 in list file /etc/apt/sources.list.d/influxdb.list (Component)
    E: The list of sources could not be read.
    root@influx1:~# 
    

    Mehrmals probiert, aber immer ohne Erfolg.
    Hast du eine Idee?
    MfG

    crunchipC Away
    crunchipC Away
    crunchip
    Forum Testing Most Active
    wrote on last edited by crunchip
    #58

    @altersrentner was machst du da?
    Ich Hoff, ich habs am Handy jetzt korrekt rauskopiert

    wget -q https://repos.influxdata.com/influxdata-archive_compat.key
    echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
    echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
    

    Und danach

    sudo apt-get update && sudo apt-get install influxdb
    sudo service influxdb start
    

    umgestiegen von Proxmox auf Unraid

    1 Reply Last reply
    0
    • A Altersrentner

      @crunchip Danke!!
      Hier war ich auch schon.
      Aber an diesem Punkt fangen die Probleme an
      Installieren und starten Sie dann den InfluxDB-Dienst:

      sudo apt-get update && sudo apt-get install influxdb
      
      root@influx1:~# tar xvfz influxdb-1.8.10_linux_amd64.tar.gz
      ./influxdb-1.8.10-1/
      ./influxdb-1.8.10-1/etc/
      ./influxdb-1.8.10-1/etc/logrotate.d/
      ./influxdb-1.8.10-1/etc/logrotate.d/influxdb
      ./influxdb-1.8.10-1/etc/influxdb/
      ./influxdb-1.8.10-1/etc/influxdb/influxdb.conf
      ./influxdb-1.8.10-1/var/
      ./influxdb-1.8.10-1/var/lib/
      ./influxdb-1.8.10-1/var/lib/influxdb/
      ./influxdb-1.8.10-1/var/log/
      ./influxdb-1.8.10-1/var/log/influxdb/
      ./influxdb-1.8.10-1/usr/
      ./influxdb-1.8.10-1/usr/lib/
      ./influxdb-1.8.10-1/usr/lib/influxdb/
      ./influxdb-1.8.10-1/usr/lib/influxdb/scripts/
      ./influxdb-1.8.10-1/usr/lib/influxdb/scripts/influxdb.service
      ./influxdb-1.8.10-1/usr/lib/influxdb/scripts/init.sh
      ./influxdb-1.8.10-1/usr/lib/influxdb/scripts/influxd-systemd-start.sh
      ./influxdb-1.8.10-1/usr/share/
      ./influxdb-1.8.10-1/usr/share/man/
      ./influxdb-1.8.10-1/usr/share/man/man1/
      ./influxdb-1.8.10-1/usr/share/man/man1/influxd.1.gz
      ./influxdb-1.8.10-1/usr/share/man/man1/influxd-version.1.gz
      ./influxdb-1.8.10-1/usr/share/man/man1/influxd-config.1.gz
      ./influxdb-1.8.10-1/usr/share/man/man1/influxd-restore.1.gz
      ./influxdb-1.8.10-1/usr/share/man/man1/influxd-run.1.gz
      ./influxdb-1.8.10-1/usr/share/man/man1/influx.1.gz
      ./influxdb-1.8.10-1/usr/share/man/man1/influxd-backup.1.gz
      ./influxdb-1.8.10-1/usr/share/man/man1/influx_stress.1.gz
      ./influxdb-1.8.10-1/usr/share/man/man1/influx_inspect.1.gz
      ./influxdb-1.8.10-1/usr/bin/
      ./influxdb-1.8.10-1/usr/bin/influx_stress
      ./influxdb-1.8.10-1/usr/bin/influx
      ./influxdb-1.8.10-1/usr/bin/influxd
      ./influxdb-1.8.10-1/usr/bin/influx_inspect
      root@influx1:~# wget -q https://repos.influxdata.com/influxdata-archive_compat.key
      root@influx1:~# echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
      influxdata-archive_compat.key: OK
      root@influx1:~# echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
      deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
      root@influx1:~# sudo apt-get update && sudo apt-get install influxdb
      E: Malformed entry 1 in list file /etc/apt/sources.list.d/influxdb.list (Component)
      E: The list of sources could not be read.
      root@influx1:~# apt-get update
      E: Malformed entry 1 in list file /etc/apt/sources.list.d/influxdb.list (Component)
      E: The list of sources could not be read.
      root@influx1:~# sudo apt-get install influxdb
      E: Malformed entry 1 in list file /etc/apt/sources.list.d/influxdb.list (Component)
      E: The list of sources could not be read.
      root@influx1:~# 
      

      Mehrmals probiert, aber immer ohne Erfolg.
      Hast du eine Idee?
      MfG

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by
      #59

      @altersrentner sagte in ioBroker Umzug von PI4 auf mini PC:

      Mehrmals probiert, aber immer ohne Erfolg.

      Du machst es ja auch falsch...
      Man legt das entsprechende Repo an. Ungefähr so:

      sudo rm /etc/apt/sources.list.d/influ*
      wget -q https://repos.influxdata.com/influxdata-archive_compat.key
      echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
      echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
      rm influxdata-archive_compat.key
      

      Und dann verwendet man seinen Paketmanager. Immer unter Linux.

      sudo apt update
      sudo apt install influxdb
      

      Und man meldet sich auch NIE als root an. Nie wie in GAR NICHT.

      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 A 2 Replies Last reply
      0
      • Thomas BraunT Thomas Braun

        @altersrentner sagte in ioBroker Umzug von PI4 auf mini PC:

        Mehrmals probiert, aber immer ohne Erfolg.

        Du machst es ja auch falsch...
        Man legt das entsprechende Repo an. Ungefähr so:

        sudo rm /etc/apt/sources.list.d/influ*
        wget -q https://repos.influxdata.com/influxdata-archive_compat.key
        echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
        echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
        rm influxdata-archive_compat.key
        

        Und dann verwendet man seinen Paketmanager. Immer unter Linux.

        sudo apt update
        sudo apt install influxdb
        

        Und man meldet sich auch NIE als root an. Nie wie in GAR NICHT.

        crunchipC Away
        crunchipC Away
        crunchip
        Forum Testing Most Active
        wrote on last edited by
        #60

        @thomas-braun sagte in ioBroker Umzug von PI4 auf mini PC:

        Und man meldet sich auch NIE als root an

        eigentlich dachte ich, es wurde aufmerksam gelesen

        @altersrentner sagte in ioBroker Umzug von PI4 auf mini PC:

        Jetzt habe ich auf ioBroker.net eine super Anleitung gefunden.

        umgestiegen von Proxmox auf Unraid

        1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @altersrentner sagte in ioBroker Umzug von PI4 auf mini PC:

          Mehrmals probiert, aber immer ohne Erfolg.

          Du machst es ja auch falsch...
          Man legt das entsprechende Repo an. Ungefähr so:

          sudo rm /etc/apt/sources.list.d/influ*
          wget -q https://repos.influxdata.com/influxdata-archive_compat.key
          echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
          echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
          rm influxdata-archive_compat.key
          

          Und dann verwendet man seinen Paketmanager. Immer unter Linux.

          sudo apt update
          sudo apt install influxdb
          

          Und man meldet sich auch NIE als root an. Nie wie in GAR NICHT.

          A Offline
          A Offline
          Altersrentner
          wrote on last edited by
          #61

          @thomas-braun sagte in ioBroker Umzug von PI4 auf mini PC:

          Nie wie in GAR NICHT.

          Danke!:anguished:
          wieder was gelernt:blush:
          Morgen dann der nächste Versuch.
          Wünsche einen schönen Abend
          MfG Michael

          crunchipC 1 Reply Last reply
          0
          • A Altersrentner

            @thomas-braun sagte in ioBroker Umzug von PI4 auf mini PC:

            Nie wie in GAR NICHT.

            Danke!:anguished:
            wieder was gelernt:blush:
            Morgen dann der nächste Versuch.
            Wünsche einen schönen Abend
            MfG Michael

            crunchipC Away
            crunchipC Away
            crunchip
            Forum Testing Most Active
            wrote on last edited by
            #62

            @altersrentner das ist das schöne an Proxmox, lxc löschen, neu aufsetzen, fertig
            Alles andere bleibt unberührt und läuft weiter

            umgestiegen von Proxmox auf Unraid

            A 1 Reply Last reply
            0
            • crunchipC crunchip

              @altersrentner das ist das schöne an Proxmox, lxc löschen, neu aufsetzen, fertig
              Alles andere bleibt unberührt und läuft weiter

              A Offline
              A Offline
              Altersrentner
              wrote on last edited by
              #63

              @crunchip sagte in ioBroker Umzug von PI4 auf mini PC:

              das ist das schöne an Proxmox, lxc löschen, neu aufsetzen, fertig

              Hallo,
              ja so ist es.
              Ich bin jetzt problemlos bis zu diesem Punkt gekommen
              1 Laden Sie den öffentlichen Schlüssel von InfluxData herunter und importieren Sie ihn:

              curl -s https://repos.influxdata.com/influxdata-archive_compat.key | gpg --import
              

              Die Antwort sagt, Schlüsselbox gefunden
              keine gültigen PGP Dateien gefunden

              michael@influx1:~$ sudo systemctl unmask influxdb.service
              michael@influx1:~$ sudo systemctl start influxdb
              michael@influx1:~$ curl -s https://repos.influxdata.com/influxdata-archive_compat.key | gpg --import
              gpg: directory '/home/michael/.gnupg' created
              gpg: keybox '/home/michael/.gnupg/pubring.kbx' created
              gpg: no valid OpenPGP data found.
              gpg: Total number processed: 0
              michael@influx1:~$ 
              

              Für mich :anguished: heist das, jetzt muss der Schlüssel eingegeben werden,
              es sollte der sein

              SHA256:	 ba987abac0d4416ae9cea5fa85a3db2f722f7bc868312221cb7a8805928e6c2a
              

              Wie gebe ich ihn aber ein?
              Möchte jetzt nicht noch einen Fehler machen, denn bis hier her lief alles glatt.
              Kannst du mir sagen wie?
              Danke:blush:

              crunchipC 1 Reply Last reply
              0
              • A Altersrentner

                @crunchip sagte in ioBroker Umzug von PI4 auf mini PC:

                das ist das schöne an Proxmox, lxc löschen, neu aufsetzen, fertig

                Hallo,
                ja so ist es.
                Ich bin jetzt problemlos bis zu diesem Punkt gekommen
                1 Laden Sie den öffentlichen Schlüssel von InfluxData herunter und importieren Sie ihn:

                curl -s https://repos.influxdata.com/influxdata-archive_compat.key | gpg --import
                

                Die Antwort sagt, Schlüsselbox gefunden
                keine gültigen PGP Dateien gefunden

                michael@influx1:~$ sudo systemctl unmask influxdb.service
                michael@influx1:~$ sudo systemctl start influxdb
                michael@influx1:~$ curl -s https://repos.influxdata.com/influxdata-archive_compat.key | gpg --import
                gpg: directory '/home/michael/.gnupg' created
                gpg: keybox '/home/michael/.gnupg/pubring.kbx' created
                gpg: no valid OpenPGP data found.
                gpg: Total number processed: 0
                michael@influx1:~$ 
                

                Für mich :anguished: heist das, jetzt muss der Schlüssel eingegeben werden,
                es sollte der sein

                SHA256:	 ba987abac0d4416ae9cea5fa85a3db2f722f7bc868312221cb7a8805928e6c2a
                

                Wie gebe ich ihn aber ein?
                Möchte jetzt nicht noch einen Fehler machen, denn bis hier her lief alles glatt.
                Kannst du mir sagen wie?
                Danke:blush:

                crunchipC Away
                crunchipC Away
                crunchip
                Forum Testing Most Active
                wrote on last edited by
                #64

                @altersrentner was machst du da mit systemctl, das ist doch gar nicht nötig

                Wenn du nen frischen Lxc aufgesetzt hast, dann genau so eingeben wie ich oben gezeigt hab.
                Solltest du am alten lxc weitermachen, dann so wie Thomas geschrieben

                umgestiegen von Proxmox auf Unraid

                A 1 Reply Last reply
                0
                • crunchipC crunchip

                  @altersrentner was machst du da mit systemctl, das ist doch gar nicht nötig

                  Wenn du nen frischen Lxc aufgesetzt hast, dann genau so eingeben wie ich oben gezeigt hab.
                  Solltest du am alten lxc weitermachen, dann so wie Thomas geschrieben

                  A Offline
                  A Offline
                  Altersrentner
                  wrote on last edited by
                  #65

                  @crunchip sagte in ioBroker Umzug von PI4 auf mini PC:

                  was machst du da mit systemctl, das ist doch gar nicht nötig

                  Ich habe einen neuen LXC aufgesetzt.
                  Muss ich jetzt nochmal neu anfangen?
                  Wie bekomme ich den Schlüssel eingefügt?
                  Danke

                  crunchipC 1 Reply Last reply
                  0
                  • A Altersrentner

                    @crunchip sagte in ioBroker Umzug von PI4 auf mini PC:

                    was machst du da mit systemctl, das ist doch gar nicht nötig

                    Ich habe einen neuen LXC aufgesetzt.
                    Muss ich jetzt nochmal neu anfangen?
                    Wie bekomme ich den Schlüssel eingefügt?
                    Danke

                    crunchipC Away
                    crunchipC Away
                    crunchip
                    Forum Testing Most Active
                    wrote on last edited by
                    #66

                    @altersrentner wenn du einen nagelneuen Lxc hast, dann einfach dies reinkopieren, siehe
                    https://forum.iobroker.net/post/1144530

                    umgestiegen von Proxmox auf Unraid

                    A 1 Reply Last reply
                    0
                    • crunchipC crunchip

                      @altersrentner wenn du einen nagelneuen Lxc hast, dann einfach dies reinkopieren, siehe
                      https://forum.iobroker.net/post/1144530

                      A Offline
                      A Offline
                      Altersrentner
                      wrote on last edited by
                      #67

                      @crunchip sagte in ioBroker Umzug von PI4 auf mini PC:

                      wenn du einen nagelneuen Lxc hast

                      Ein Erfolg ist da.:blush:
                      LXC Verbindung Grafana ist OK. IP xxxx52
                      LXC Verbindung influx ist OK IP xxxx51
                      LXC Verbindung ioBroker influx.0 ist Ok IP xxxx41
                      Auf dem PI waren ja influx und Grafana unter IP xxxx41 konfiguriert.
                      Bei den LXCs geht das nicht, bzw habe ich es nicht hinbekommen.
                      Frage wie kann ich jetzt auf meine alten Dashboards zugreifen
                      oder muss ich die neu anlegen.
                      Ich habe von beiden Instanzen Backups
                      Danke Michael

                      crunchipC 1 Reply Last reply
                      0
                      • A Altersrentner

                        @crunchip sagte in ioBroker Umzug von PI4 auf mini PC:

                        wenn du einen nagelneuen Lxc hast

                        Ein Erfolg ist da.:blush:
                        LXC Verbindung Grafana ist OK. IP xxxx52
                        LXC Verbindung influx ist OK IP xxxx51
                        LXC Verbindung ioBroker influx.0 ist Ok IP xxxx41
                        Auf dem PI waren ja influx und Grafana unter IP xxxx41 konfiguriert.
                        Bei den LXCs geht das nicht, bzw habe ich es nicht hinbekommen.
                        Frage wie kann ich jetzt auf meine alten Dashboards zugreifen
                        oder muss ich die neu anlegen.
                        Ich habe von beiden Instanzen Backups
                        Danke Michael

                        crunchipC Away
                        crunchipC Away
                        crunchip
                        Forum Testing Most Active
                        wrote on last edited by crunchip
                        #68

                        @altersrentner sagte in ioBroker Umzug von PI4 auf mini PC:

                        Bei den LXCs geht das nicht, bzw habe ich es nicht hinbekommen

                        Die können nicht alle unter der selben IP laufen, sind ja unterschiedliche Container, wenn du wie zuvor alles unter einer IP haben wolltest, müsstest du alles in einem Lxc laufen lassen, was allerdings ja den Sinn an Proxmox verfehlen würde.

                        Zu deinem IP "Problem"
                        Du musst ja, je nachdem wo du etwas hinterlegt hast, die IP's entsprechend anpassen. Z. B im backitup Adapter, folgedessen dann ebenfalls in der Influx. conf und granafa.ini, weil ja eben nicht mehr alles local auf einem System läuft.
                        Wenn du alles angepasst hast, kannst du die Backups via backitup einspielen
                        Seh dir am besten nochmal das Wiki dazu im backitup Adapter an.

                        umgestiegen von Proxmox auf Unraid

                        A 1 Reply Last reply
                        0
                        • crunchipC crunchip

                          @altersrentner sagte in ioBroker Umzug von PI4 auf mini PC:

                          Bei den LXCs geht das nicht, bzw habe ich es nicht hinbekommen

                          Die können nicht alle unter der selben IP laufen, sind ja unterschiedliche Container, wenn du wie zuvor alles unter einer IP haben wolltest, müsstest du alles in einem Lxc laufen lassen, was allerdings ja den Sinn an Proxmox verfehlen würde.

                          Zu deinem IP "Problem"
                          Du musst ja, je nachdem wo du etwas hinterlegt hast, die IP's entsprechend anpassen. Z. B im backitup Adapter, folgedessen dann ebenfalls in der Influx. conf und granafa.ini, weil ja eben nicht mehr alles local auf einem System läuft.
                          Wenn du alles angepasst hast, kannst du die Backups via backitup einspielen
                          Seh dir am besten nochmal das Wiki dazu im backitup Adapter an.

                          A Offline
                          A Offline
                          Altersrentner
                          wrote on last edited by
                          #69

                          @crunchip

                          Seh dir am besten nochmal das Wiki dazu im backitup Adapter an.

                          Hallo,
                          Habe ich gemacht, aber leider zu meinem Bedauern nicht viel verstanden:anguished:
                          Bitte, was muss ich in der influx.conf anpassen bzw. eintragen

                          ## Welcome to the InfluxDB configuration file.
                          
                          # The values in this file override the default values used by the system if
                          # a config option is not specified. The commented out lines are the configuration
                          # field and the default value used. Uncommenting a line and changing the value
                          # will change the value used at runtime when the process is restarted.
                          
                          # Once every 24 hours InfluxDB will report usage data to usage.influxdata.com
                          # The data includes a random ID, os, arch, version, the number of series and other
                          # usage data. No data from user databases is ever transmitted.
                          # Change this option to true to disable reporting.
                          # reporting-disabled = false
                          
                          # Bind address to use for the RPC service for backup and restore.
                          # bind-address = "127.0.0.1:8088"
                          
                          ###
                          ### [meta]
                          ###
                          ### Controls the parameters for the Raft consensus group that stores metadata
                          

                          Wenn ich richtig verstanden habe muss ich die bind-adresse auskommentieren,
                          etwa so:

                          bind-address = "127.0.0.1:8088"
                          

                          Was muss jetzt noch eingetragen werden.
                          Ich möchte, wenn möglich die Daten unter Google Drive im Ordner

                          backup_influx151_LXC
                          

                          sichern.
                          Danke

                          crunchipC 1 Reply Last reply
                          0
                          • A Altersrentner

                            @crunchip

                            Seh dir am besten nochmal das Wiki dazu im backitup Adapter an.

                            Hallo,
                            Habe ich gemacht, aber leider zu meinem Bedauern nicht viel verstanden:anguished:
                            Bitte, was muss ich in der influx.conf anpassen bzw. eintragen

                            ## Welcome to the InfluxDB configuration file.
                            
                            # The values in this file override the default values used by the system if
                            # a config option is not specified. The commented out lines are the configuration
                            # field and the default value used. Uncommenting a line and changing the value
                            # will change the value used at runtime when the process is restarted.
                            
                            # Once every 24 hours InfluxDB will report usage data to usage.influxdata.com
                            # The data includes a random ID, os, arch, version, the number of series and other
                            # usage data. No data from user databases is ever transmitted.
                            # Change this option to true to disable reporting.
                            # reporting-disabled = false
                            
                            # Bind address to use for the RPC service for backup and restore.
                            # bind-address = "127.0.0.1:8088"
                            
                            ###
                            ### [meta]
                            ###
                            ### Controls the parameters for the Raft consensus group that stores metadata
                            

                            Wenn ich richtig verstanden habe muss ich die bind-adresse auskommentieren,
                            etwa so:

                            bind-address = "127.0.0.1:8088"
                            

                            Was muss jetzt noch eingetragen werden.
                            Ich möchte, wenn möglich die Daten unter Google Drive im Ordner

                            backup_influx151_LXC
                            

                            sichern.
                            Danke

                            crunchipC Away
                            crunchipC Away
                            crunchip
                            Forum Testing Most Active
                            wrote on last edited by
                            #70

                            @altersrentner sagte in ioBroker Umzug von PI4 auf mini PC:

                            Wenn ich richtig verstanden habe muss ich die bind-adresse auskommentieren,
                            etwa so:

                            nein, so

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

                            und es muss ebenfalls influxdb auch deinem iobroker installiert werden

                            umgestiegen von Proxmox auf Unraid

                            A 2 Replies Last reply
                            0
                            • crunchipC crunchip

                              @altersrentner sagte in ioBroker Umzug von PI4 auf mini PC:

                              Wenn ich richtig verstanden habe muss ich die bind-adresse auskommentieren,
                              etwa so:

                              nein, so

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

                              und es muss ebenfalls influxdb auch deinem iobroker installiert werden

                              A Offline
                              A Offline
                              Altersrentner
                              wrote on last edited by
                              #71

                              @crunchip sagte in ioBroker Umzug von PI4 auf mini PC:

                              und es muss ebenfalls influxdb auch deinem iobroker installiert werden

                              das heißt auf meinem LXC ioBroker muss ich influx installieren.
                              Ich denke unter meinem usernamen
                              mit folgenden Befehlen

                              1 wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add -
                              2 source /etc/os-release
                              3 echo "deb https://repos.influxdata.com/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
                               
                              1 sudo apt update
                              2 sudo apt install -y influxdb
                              
                              1 exit
                              
                              
                              Thomas BraunT crunchipC 2 Replies Last reply
                              0
                              • A Altersrentner

                                @crunchip sagte in ioBroker Umzug von PI4 auf mini PC:

                                und es muss ebenfalls influxdb auch deinem iobroker installiert werden

                                das heißt auf meinem LXC ioBroker muss ich influx installieren.
                                Ich denke unter meinem usernamen
                                mit folgenden Befehlen

                                1 wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add -
                                2 source /etc/os-release
                                3 echo "deb https://repos.influxdata.com/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
                                 
                                1 sudo apt update
                                2 sudo apt install -y influxdb
                                
                                1 exit
                                
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                wrote on last edited by
                                #72

                                @altersrentner

                                Besser so das Repo anlegen:

                                sudo rm /etc/apt/sources.list.d/influ*
                                wget -q https://repos.influxdata.com/influxdata-archive_compat.key
                                echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
                                echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
                                rm influxdata-archive_compat.key
                                

                                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 Reply Last reply
                                0
                                • A Altersrentner

                                  @crunchip sagte in ioBroker Umzug von PI4 auf mini PC:

                                  und es muss ebenfalls influxdb auch deinem iobroker installiert werden

                                  das heißt auf meinem LXC ioBroker muss ich influx installieren.
                                  Ich denke unter meinem usernamen
                                  mit folgenden Befehlen

                                  1 wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add -
                                  2 source /etc/os-release
                                  3 echo "deb https://repos.influxdata.com/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
                                   
                                  1 sudo apt update
                                  2 sudo apt install -y influxdb
                                  
                                  1 exit
                                  
                                  
                                  crunchipC Away
                                  crunchipC Away
                                  crunchip
                                  Forum Testing Most Active
                                  wrote on last edited by
                                  #73

                                  @altersrentner so wie du auch deinen influx LXC installiert hast, nur das keine Datenbank angelegt wird( wird benötigt damit das backup funktioniert). Die Datenbank läuft ja in deinem Influxdb LXC.

                                  umgestiegen von Proxmox auf Unraid

                                  1 Reply Last reply
                                  0
                                  • crunchipC crunchip

                                    @altersrentner sagte in ioBroker Umzug von PI4 auf mini PC:

                                    Wenn ich richtig verstanden habe muss ich die bind-adresse auskommentieren,
                                    etwa so:

                                    nein, so

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

                                    und es muss ebenfalls influxdb auch deinem iobroker installiert werden

                                    A Offline
                                    A Offline
                                    Altersrentner
                                    wrote on last edited by Altersrentner
                                    #74

                                    habe den Beitrag entfernt
                                    MfG Michael

                                    A 1 Reply Last reply
                                    0
                                    • A Altersrentner

                                      habe den Beitrag entfernt
                                      MfG Michael

                                      A Offline
                                      A Offline
                                      Altersrentner
                                      wrote on last edited by Altersrentner
                                      #75

                                      @altersrentner Frohe Ostern.
                                      nachdem mir gestern mein LXC influx abgestürzt ist habe ich ihn heute neu aufgesetzt.

                                      michael@influxdbv1:~$ sudo rm /etc/apt/sources.list.d/influ*
                                      michael@influxdbv1:~$ wget -q https://repos.influxdata.com/influxdata-archive_compat.key
                                      michael@influxdbv1:~$ echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
                                      influxdata-archive_compat.key: OK
                                      michael@influxdbv1:~$ echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
                                      deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
                                      michael@influxdbv1:~$ rm influxdata-archive_compat.key
                                      michael@influxdbv1:~$ sudo apt-get update && sudo apt-get install influxdb
                                      Hit:1 http://security.debian.org bookworm-security InRelease
                                      Hit:2 http://deb.debian.org/debian bookworm InRelease                                           
                                      Hit:3 http://deb.debian.org/debian bookworm-updates InRelease                                                            
                                      Hit:4 https://repos.influxdata.com/debian stable InRelease                                                               
                                      Hit:5 https://deb.nodesource.com/node_14.x bookworm InRelease                                                            
                                      Reading package lists... Done
                                      Reading package lists... Done
                                      Building dependency tree... Done
                                      Reading state information... Done
                                      influxdb is already the newest version (1.8.10-1).
                                      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                                      michael@influxdbv1:~$ sudo service influxdb start
                                      michael@influxdbv1:~$ sudo service influxdb status
                                      * influxdb.service - InfluxDB is an open-source, distributed, time series database
                                           Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; preset: enabled)
                                           Active: active (running) since Sun 2024-03-31 10:12:07 CEST; 28min ago
                                             Docs: https://docs.influxdata.com/influxdb/
                                          Process: 11736 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=0/SUCCESS)
                                         Main PID: 11737 (influxd)
                                            Tasks: 10 (limit: 18969)
                                           Memory: 12.7M
                                              CPU: 1.036s
                                           CGroup: /system.slice/influxdb.service
                                                   `-11737 /usr/bin/influxd -config /etc/influxdb/influxdb.conf
                                      
                                      Mar 31 10:40:21 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:21 +0200] "POS>
                                      Mar 31 10:40:31 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:31 +0200] "POS>
                                      Mar 31 10:40:31 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:31 +0200] "POS>
                                      Mar 31 10:40:31 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:31 +0200] "POS>
                                      Mar 31 10:40:41 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:41 +0200] "POS>
                                      Mar 31 10:40:41 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:41 +0200] "POS>
                                      Mar 31 10:40:41 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:41 +0200] "POS>
                                      Mar 31 10:40:51 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:51 +0200] "POS>
                                      Mar 31 10:40:51 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:51 +0200] "POS>
                                      Mar 31 10:40:51 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:51 +0200] "POS>
                                      
                                      michael@influxdbv1:~$ 
                                      

                                      Der Status sagt mir das er läuft.
                                      Wenn ich Influx aber unter der IP aufrufe, kommt folgender Fehler:

                                      404 page not found
                                      

                                      Wie kann ich das Osterei ausbrüten, so das Influx erreichbar ist
                                      Mit freundlichen Ostergrüßen
                                      Michael

                                      Im ioBroker ist die Instanz verbunden und Grafana ist auch verbunden .
                                      Dort im Explorer unter Query /select measurement werden die geloggten Daten angezeigt.
                                      komisch:confused:

                                      Meister MopperM crunchipC 2 Replies Last reply
                                      0
                                      • A Altersrentner

                                        @altersrentner Frohe Ostern.
                                        nachdem mir gestern mein LXC influx abgestürzt ist habe ich ihn heute neu aufgesetzt.

                                        michael@influxdbv1:~$ sudo rm /etc/apt/sources.list.d/influ*
                                        michael@influxdbv1:~$ wget -q https://repos.influxdata.com/influxdata-archive_compat.key
                                        michael@influxdbv1:~$ echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
                                        influxdata-archive_compat.key: OK
                                        michael@influxdbv1:~$ echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
                                        deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
                                        michael@influxdbv1:~$ rm influxdata-archive_compat.key
                                        michael@influxdbv1:~$ sudo apt-get update && sudo apt-get install influxdb
                                        Hit:1 http://security.debian.org bookworm-security InRelease
                                        Hit:2 http://deb.debian.org/debian bookworm InRelease                                           
                                        Hit:3 http://deb.debian.org/debian bookworm-updates InRelease                                                            
                                        Hit:4 https://repos.influxdata.com/debian stable InRelease                                                               
                                        Hit:5 https://deb.nodesource.com/node_14.x bookworm InRelease                                                            
                                        Reading package lists... Done
                                        Reading package lists... Done
                                        Building dependency tree... Done
                                        Reading state information... Done
                                        influxdb is already the newest version (1.8.10-1).
                                        0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                                        michael@influxdbv1:~$ sudo service influxdb start
                                        michael@influxdbv1:~$ sudo service influxdb status
                                        * influxdb.service - InfluxDB is an open-source, distributed, time series database
                                             Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; preset: enabled)
                                             Active: active (running) since Sun 2024-03-31 10:12:07 CEST; 28min ago
                                               Docs: https://docs.influxdata.com/influxdb/
                                            Process: 11736 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=0/SUCCESS)
                                           Main PID: 11737 (influxd)
                                              Tasks: 10 (limit: 18969)
                                             Memory: 12.7M
                                                CPU: 1.036s
                                             CGroup: /system.slice/influxdb.service
                                                     `-11737 /usr/bin/influxd -config /etc/influxdb/influxdb.conf
                                        
                                        Mar 31 10:40:21 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:21 +0200] "POS>
                                        Mar 31 10:40:31 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:31 +0200] "POS>
                                        Mar 31 10:40:31 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:31 +0200] "POS>
                                        Mar 31 10:40:31 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:31 +0200] "POS>
                                        Mar 31 10:40:41 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:41 +0200] "POS>
                                        Mar 31 10:40:41 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:41 +0200] "POS>
                                        Mar 31 10:40:41 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:41 +0200] "POS>
                                        Mar 31 10:40:51 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:51 +0200] "POS>
                                        Mar 31 10:40:51 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:51 +0200] "POS>
                                        Mar 31 10:40:51 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:51 +0200] "POS>
                                        
                                        michael@influxdbv1:~$ 
                                        

                                        Der Status sagt mir das er läuft.
                                        Wenn ich Influx aber unter der IP aufrufe, kommt folgender Fehler:

                                        404 page not found
                                        

                                        Wie kann ich das Osterei ausbrüten, so das Influx erreichbar ist
                                        Mit freundlichen Ostergrüßen
                                        Michael

                                        Im ioBroker ist die Instanz verbunden und Grafana ist auch verbunden .
                                        Dort im Explorer unter Query /select measurement werden die geloggten Daten angezeigt.
                                        komisch:confused:

                                        Meister MopperM Offline
                                        Meister MopperM Offline
                                        Meister Mopper
                                        wrote on last edited by
                                        #76

                                        @altersrentner sagte in ioBroker Umzug von PI4 auf mini PC:

                                        Wenn ich Influx aber unter der IP aufrufe

                                        Wie rufst du den im Browser auf?

                                        Proxmox und HA - dank KI/AI endlich "blocklyfrei"

                                        A 1 Reply Last reply
                                        0
                                        • A Altersrentner

                                          @altersrentner Frohe Ostern.
                                          nachdem mir gestern mein LXC influx abgestürzt ist habe ich ihn heute neu aufgesetzt.

                                          michael@influxdbv1:~$ sudo rm /etc/apt/sources.list.d/influ*
                                          michael@influxdbv1:~$ wget -q https://repos.influxdata.com/influxdata-archive_compat.key
                                          michael@influxdbv1:~$ echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /usr/share/keyrings/influxdata-archive_compat.gpg > /dev/null
                                          influxdata-archive_compat.key: OK
                                          michael@influxdbv1:~$ echo 'deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
                                          deb [signed-by=/usr/share/keyrings/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
                                          michael@influxdbv1:~$ rm influxdata-archive_compat.key
                                          michael@influxdbv1:~$ sudo apt-get update && sudo apt-get install influxdb
                                          Hit:1 http://security.debian.org bookworm-security InRelease
                                          Hit:2 http://deb.debian.org/debian bookworm InRelease                                           
                                          Hit:3 http://deb.debian.org/debian bookworm-updates InRelease                                                            
                                          Hit:4 https://repos.influxdata.com/debian stable InRelease                                                               
                                          Hit:5 https://deb.nodesource.com/node_14.x bookworm InRelease                                                            
                                          Reading package lists... Done
                                          Reading package lists... Done
                                          Building dependency tree... Done
                                          Reading state information... Done
                                          influxdb is already the newest version (1.8.10-1).
                                          0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                                          michael@influxdbv1:~$ sudo service influxdb start
                                          michael@influxdbv1:~$ sudo service influxdb status
                                          * influxdb.service - InfluxDB is an open-source, distributed, time series database
                                               Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; preset: enabled)
                                               Active: active (running) since Sun 2024-03-31 10:12:07 CEST; 28min ago
                                                 Docs: https://docs.influxdata.com/influxdb/
                                              Process: 11736 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=0/SUCCESS)
                                             Main PID: 11737 (influxd)
                                                Tasks: 10 (limit: 18969)
                                               Memory: 12.7M
                                                  CPU: 1.036s
                                               CGroup: /system.slice/influxdb.service
                                                       `-11737 /usr/bin/influxd -config /etc/influxdb/influxdb.conf
                                          
                                          Mar 31 10:40:21 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:21 +0200] "POS>
                                          Mar 31 10:40:31 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:31 +0200] "POS>
                                          Mar 31 10:40:31 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:31 +0200] "POS>
                                          Mar 31 10:40:31 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:31 +0200] "POS>
                                          Mar 31 10:40:41 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:41 +0200] "POS>
                                          Mar 31 10:40:41 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:41 +0200] "POS>
                                          Mar 31 10:40:41 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:41 +0200] "POS>
                                          Mar 31 10:40:51 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:51 +0200] "POS>
                                          Mar 31 10:40:51 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:51 +0200] "POS>
                                          Mar 31 10:40:51 influxdbv1 influxd-systemd-start.sh[11737]: [httpd] 192.168.178.140 - - [31/Mar/2024:10:40:51 +0200] "POS>
                                          
                                          michael@influxdbv1:~$ 
                                          

                                          Der Status sagt mir das er läuft.
                                          Wenn ich Influx aber unter der IP aufrufe, kommt folgender Fehler:

                                          404 page not found
                                          

                                          Wie kann ich das Osterei ausbrüten, so das Influx erreichbar ist
                                          Mit freundlichen Ostergrüßen
                                          Michael

                                          Im ioBroker ist die Instanz verbunden und Grafana ist auch verbunden .
                                          Dort im Explorer unter Query /select measurement werden die geloggten Daten angezeigt.
                                          komisch:confused:

                                          crunchipC Away
                                          crunchipC Away
                                          crunchip
                                          Forum Testing Most Active
                                          wrote on last edited by
                                          #77

                                          @altersrentner sagte in ioBroker Umzug von PI4 auf mini PC:

                                          habe ich ihn heute neu aufgesetzt

                                          dann dürfte sowas eigentlich gar nicht kommen

                                          @altersrentner sagte in ioBroker Umzug von PI4 auf mini PC:

                                          michael@influxdbv1:~$ sudo apt-get update && sudo apt-get install influxdb

                                          @altersrentner sagte in ioBroker Umzug von PI4 auf mini PC:

                                          influxdb is already the newest version (1.8.10-1).

                                          @altersrentner sagte in ioBroker Umzug von PI4 auf mini PC:

                                          nachdem mir gestern mein LXC influx abgestürzt ist

                                          aus welchem Grund?

                                          umgestiegen von Proxmox auf Unraid

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


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          561

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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