Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK

    This topic has been deleted. Only users with topic management privileges can see it.
    • Kalle Blomquist
      Kalle Blomquist @GOETSCHHOFER last edited by Kalle Blomquist

      @goetschhofer Der Link bezieht sich auf die 1.8 Influx.

      Hier mal die aktuelle Doku für 2.0

      Link Text

      1 Reply Last reply Reply Quote 1
      • Thomas Braun
        Thomas Braun Most Active @GOETSCHHOFER last edited by

        @goetschhofer

        Was steht denn da nun drin?

        cat /etc/apt/sources.list.d/influxdb.list
        
        G 1 Reply Last reply Reply Quote 1
        • G
          GOETSCHHOFER @Thomas Braun last edited by GOETSCHHOFER

          @thomas-braun said in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

          cat /etc/apt/sources.list.d/influxdb.list

          Ich habe anstatt pve NUC stehen, könnte dies ein Problem sein ?

          login as: karl
          karl@192.168.1.177's password:
          Linux INFLUXDB 5.4.106-1-pve #1 SMP PVE 5.4.106-1 (Fri, 19 Mar 2021 11:08:47 +0100) x86_64
          
          The programs included with the Debian GNU/Linux system are free software;
          the exact distribution terms for each program are described in the
          individual files in /usr/share/doc/*/copyright.
          
          Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
          permitted by applicable law.
          Last login: Sat May  8 18:25:12 2021 from 192.168.1.3
          karl@INFLUXDB:~$ cat /etc/apt/sources.list.d/influxdb.list
          deb https://repos.influxdata.com/debian  stable
          karl@INFLUXDB:~$
          
          

          ce1c816a-c6b6-4fdf-9ad0-7b48d189729d-image.png

          crunchip 1 Reply Last reply Reply Quote 0
          • crunchip
            crunchip Forum Testing Most Active @GOETSCHHOFER last edited by crunchip

            @goetschhofer ggf die

            cat /etc/apt/sources.list.d/influxdb.list
            
            

            editieren
            und ersetzen mit

            "deb https://repos.influxdata.com/debian buster stable"
            

            bzw machs so

            sudo apt update
            sudo apt install -y gnupg2  wget
            wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add -
            echo "deb https://repos.influxdata.com/debian buster stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
            

            installieren

            sudo apt update
            sudo apt install -y influxdb
            

            Dienst aktivieren

            sudo systemctl enable --now influxdb
            

            Status prüfen

            systemctl status influxdb
            
            G 1 Reply Last reply Reply Quote 1
            • G
              GOETSCHHOFER @crunchip last edited by

              @crunchip said in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

              sudo apt update

              Wie kann ich dies editieren und ersetzen ?
              Ich bekomme bei sudo apt update bereits eine Fehlermeldung ?

              karl@INFLUXDB:~$ cat /etc/apt/sources.list.d/influxdb.list
              deb https://repos.influxdata.com/debian  stable
              karl@INFLUXDB:~$ cat /etc/apt/sources.list.d/influxdb.list
              deb https://repos.influxdata.com/debian  stable
              karl@INFLUXDB:~$ sudo apt update
              [sudo] password for karl:
              E: Malformed entry 1 in list file /etc/apt/sources.list.d/influxdb.list (Compone                                                                                                                                                             nt)
              E: The list of sources could not be read.
              karl@INFLUXDB:~$
              
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @GOETSCHHOFER last edited by

                @goetschhofer

                Die Zeile muss so aussehen:

                deb https://repos.influxdata.com/debian buster stable
                

                Kannst du mit

                sudo nano /etc/apt/sources.list.d/influxdb.list
                

                editieren.

                G crunchip 2 Replies Last reply Reply Quote 1
                • G
                  GOETSCHHOFER @Thomas Braun last edited by

                  @thomas-braun @crunchip

                  Ich denke dies war die Lösung des Problems, vielen Dank an Euch beide. 👍 👍

                  Oder seht ihr hier noch ein Problem ?

                  Da ich ein neugieriger Mensch bin und auch dazulernen möchte, würde mich interessieren, warum gerade das Wort buster die Lösung war ?

                  karl@INFLUXDB:~$ wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add -
                  OK
                  karl@INFLUXDB:~$ echo "deb https://repos.influxdata.com/debian buster stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
                  deb https://repos.influxdata.com/debian buster stable
                  karl@INFLUXDB:~$ sudo apt update
                  Hit:1 http://ftp.debian.org/debian buster InRelease
                  Hit:2 http://security.debian.org buster/updates InRelease
                  Hit:3 http://ftp.debian.org/debian buster-updates InRelease
                  Get:4 https://repos.influxdata.com/debian buster InRelease [4737 B]
                  Get:5 https://repos.influxdata.com/debian buster/stable amd64 Packages [1067 B]
                  Fetched 5804 B in 0s (13.7 kB/s)
                  Reading package lists... Done
                  Building dependency tree
                  Reading state information... Done
                  All packages are up to date.
                  karl@INFLUXDB:~$ sudo apt install -y influxdb
                  Reading package lists... Done
                  Building dependency tree
                  Reading state information... Done
                  The following NEW packages will be installed:
                    influxdb
                  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
                  Need to get 64.5 MB of archives.
                  After this operation, 175 MB of additional disk space will be used.
                  Get:1 https://repos.influxdata.com/debian buster/stable amd64 influxdb amd64 1.8.5-1 [64.5 MB]
                  Fetched 64.5 MB in 14s (4579 kB/s)
                  Selecting previously unselected package influxdb.
                  (Reading database ... 20916 files and directories currently installed.)
                  Preparing to unpack .../influxdb_1.8.5-1_amd64.deb ...
                  Unpacking influxdb (1.8.5-1) ...
                  Setting up influxdb (1.8.5-1) ...
                  Created symlink /etc/systemd/system/influxd.service -> /lib/systemd/system/influxdb.service.
                  Created symlink /etc/systemd/system/multi-user.target.wants/influxdb.service -> /lib/systemd/system/influxdb.service.
                  Processing triggers for man-db (2.8.5-2) ...
                  karl@INFLUXDB:~$ sudo systemctl enable --now influxdb
                  karl@INFLUXDB:~$ 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 Sat 2021-05-08 19:25:25 CEST; 14s ago
                       Docs: https://docs.influxdata.com/influxdb/
                   Main PID: 3046 (influxd)
                      Tasks: 10 (limit: 4915)
                     Memory: 10.5M
                     CGroup: /system.slice/influxdb.service
                             `-3046 /usr/bin/influxd -config /etc/influxdb/influxdb.conf
                  karl@INFLUXDB:~$
                  
                  
                  crunchip 1 Reply Last reply Reply Quote 0
                  • crunchip
                    crunchip Forum Testing Most Active @Thomas Braun last edited by

                    @thomas-braun kleine verständnisfrage meinerseits, wenn die Datei editiert ist, fällt doch eigentlich die Zeile weg, da nicht mehr benötigt

                    echo "deb https://repos.influxdata.com/debian buster stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
                    

                    wenn der echo Befehl trotzdem abgesetzt wird, passiert dann nichts, weil schon vorhanden, oder wird die Zeile ein zweites mal eingetragen?

                    Thomas Braun 1 Reply Last reply Reply Quote 1
                    • crunchip
                      crunchip Forum Testing Most Active @GOETSCHHOFER last edited by

                      @goetschhofer passt jetzt und läuft.
                      jetzt sind wir wieder so weit, hehe, dein backup muss da ja jetzt rein

                      G 2 Replies Last reply Reply Quote 1
                      • Thomas Braun
                        Thomas Braun Most Active @crunchip last edited by Thomas Braun

                        @crunchip sagte in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                        wenn der echo Befehl trotzdem abgesetzt wird, passiert dann nichts, weil schon vorhanden, oder wird die Zeile ein zweites mal eingetragen?

                        Weder noch. Die Zieldatei wird mit dem Inhalt vom echo neugefüllt, vorherige Einträge werden überschrieben.
                        Mit -a würde allerdings in der Datei 'angehängt'

                        1 Reply Last reply Reply Quote 1
                        • G
                          GOETSCHHOFER @crunchip last edited by GOETSCHHOFER

                          @crunchip

                          Ja, jetzt ist meine Nase wieder über dem Wasser ! 😀
                          Wieder ein Punkt erledigt.

                          Warum musste ich das alte backup vorher löschen, damit ich ein neues erstellen konnte ?
                          Ist zwar egal, da es sowieso nicht aktuell war.
                          Bei der Fehlermeldung habe ich irgendwas gelesen von erhöhen Anzahl möglicher backups.

                          Reicht eine einfache externe Festplatte als backup oder muss dies eine SSD sein ?

                          08facc2c-5b04-4986-87e9-294940b92c69-image.png

                          crunchip 1 Reply Last reply Reply Quote 0
                          • G
                            GOETSCHHOFER @crunchip last edited by

                            @crunchip

                            Jetzt muss ich noch die influxdb starten und anschließend die influxdb.conf anpassen ?

                            crunchip FORUM TESTING MOST ACTIVE about 23 hours ago
                            @goetschhofer du führst das aus und danach
                            
                            sudo apt-get update && sudo apt-get install influxdb
                            sudo service influxdb start
                             
                            danach noch die "/etc/influxdb/influxdb.conf" anpassen
                            
                            crunchip 1 Reply Last reply Reply Quote 0
                            • crunchip
                              crunchip Forum Testing Most Active @GOETSCHHOFER last edited by

                              @goetschhofer du kannst die max Zahl eingeben, wieviele Backups erstellt werden können/sollen default ist 1
                              bedenke aber wie schon mehrmals geschrieben, achte auf deine local Platte(Speicherplatz)
                              rechenzentrum>storage>platte anklicken, oben auf bearbeiten, aufbewahrte backups, dort kannst du z.b max 2 eintragen

                              @goetschhofer sagte in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                              Reicht eine einfache externe Festplatte als backup oder muss dies eine SSD sein

                              reicht, geht auch ein Stick, dauert halt etwas länger

                              1 Reply Last reply Reply Quote 1
                              • crunchip
                                crunchip Forum Testing Most Active @GOETSCHHOFER last edited by crunchip

                                @goetschhofer sagte in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                                danach noch die "/etc/influxdb/influxdb.conf" anpassen

                                ja
                                müsste so aussehen

                                [http]
                                  # Determines whether HTTP endpoint is enabled.
                                   enabled = true
                                
                                  # Determines whether the Flux query endpoint is enabled.
                                  # flux-enabled = false
                                
                                  # Determines whether the Flux query logging is enabled.
                                  # flux-log-enabled = false
                                
                                  # The bind address used by the HTTP service.
                                   bind-address = ":8086"
                                
                                
                                

                                wenn du auch deinen Proxmox Server mit Grafana überwachen/visualisieren möchtest, musst du noch folgendes aktivieren, den Rest, was noch zu tun ist, erklär ich dir dann, wenn Grafana mal läuft.

                                [[udp]]
                                   enabled = true
                                   bind-address = "0.0.0.0:8089"
                                   database = "proxmox"
                                  # retention-policy = ""
                                
                                

                                was du noch in der influx.conf, aber auf dem PI aktiveren musst, falls noch nicht geschehen(fürs backup erstellen nötig)
                                in der zweite Zeile das # entfernen

                                # Bind address to use for the RPC service for backup and restore.
                                # bind-address = "127.0.0.1:8088"
                                
                                
                                G 2 Replies Last reply Reply Quote 1
                                • G
                                  GOETSCHHOFER @crunchip last edited by

                                  @crunchip

                                  kann ich folgenden Punkt herunterladen öffentlicher Schlüssel vergessen oder wurde dieser eh schon mit den letzten Schritten miterledigt ?
                                  https://docs.influxdata.com/influxdb/v1.8/introduction/install/

                                  Überprüfen der Authentizität der heruntergeladenen Binärdatei (optional)
                                  Führen Sie die folgenden Schritte aus, um die Signatur Ihres InfluxDB-Downloads mit zu überprüfen.gpg
                                  
                                  (Die meisten Betriebssysteme enthalten standardmäßig den Befehl. Falls nicht verfügbar, finden Sie installationsanweisungen auf der GnuPG-Homepage.)gpggpg
                                  
                                  Laden Sie den öffentlichen Schlüssel von InfluxData herunter und importieren Sie ihn:
                                  
                                  curl -s https://repos.influxdata.com/influxdb.key | gpg --import
                                  Laden Sie die Signaturdatei für die Version herunter, indem Sie der Download-URL hinzufügen. Zum Beispiel:.asc
                                  
                                  wget https://dl.influxdata.com/influxdb/releases/influxdb-1.8.5_linux_amd64.tar.gz.asc
                                  Überprüfen Sie die Signatur mit:gpg --verify
                                  
                                  gpg --verify influxdb-1.8.5_linux_amd64.tar.gz.asc influxdb-1.8.5_linux_amd64.tar.gz
                                  Die Ausgabe dieses Befehls sollte Folgendes enthalten:
                                  
                                  gpg: Good signature from "InfluxDB Packaging Service <support@influxdb.com>" [unknown]
                                  
                                  crunchip 1 Reply Last reply Reply Quote 0
                                  • crunchip
                                    crunchip Forum Testing Most Active @GOETSCHHOFER last edited by

                                    @goetschhofer sagte in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                                    (optional)

                                    siehe, brauchst du nicht

                                    1 Reply Last reply Reply Quote 1
                                    • crunchip
                                      crunchip Forum Testing Most Active last edited by crunchip

                                      Grafana CT
                                      kleine Anleitung ( installation fast genauso wie wie influx)

                                      sudo apt update
                                      
                                      sudo apt-get install -y apt-transport-https
                                      sudo apt-get install -y gnupg2 curl software-properties-common wget
                                      curl https://packages.grafana.com/gpg.key | sudo apt-key add -
                                      
                                      echo "deb https://packages.grafana.com/enterprise/deb stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list
                                      
                                      sudo apt-get update
                                      sudo apt-get install grafana
                                      
                                      sudo systemctl daemon-reload
                                      sudo systemctl start grafana-server
                                      sudo systemctl status grafana-server
                                      
                                      sudo systemctl enable grafana-server.service
                                      

                                      anstehende Änderungen der /etc/grafana/grafana.ini (hier musst du anstatt der# das ; entfernen um die Zeile aktiv zu schalten)

                                      [security]
                                      allow_embedding=true
                                      
                                      [auth.anonymous] 
                                      # enable anonymous 
                                      access enabled = true
                                      
                                      # specify organization name that should be used for unauthenticated users
                                      org_name = Deine_Firma
                                      # specify role for unauthenticated users
                                      org_role = Viewer
                                      
                                      

                                      Darauf achten, dass wenn
                                      org_role = Viewer
                                      eingetragen ist, muss der org_name auch in den Einstellungen auf der Weboberfläche vorgenommen werden.

                                      Links Zahnrad, Preferences, Organisation Name „Deine_Firma“

                                      sudo service grafana-server restart
                                      

                                      auch hier muss zum Schluß noch das Backup eingespielt werden

                                      G 2 Replies Last reply Reply Quote 1
                                      • G
                                        GOETSCHHOFER @crunchip last edited by GOETSCHHOFER

                                        @crunchip

                                        Sind bei den Anpassungen in der influxdb.conf in der Zeile vorne die Rautezeichen zu entfernen ?

                                        Ich kann mich so düster beim RSP daran erinnern oder ist dies durch das Entfernen nur die Info, dass man da was verändert hat.

                                        O.k. sehe es gerade, bei entfernen von Raute wird der Text weiß und man sieht, dass man etwas verändert hat.

                                        crunchip 1 Reply Last reply Reply Quote 0
                                        • crunchip
                                          crunchip Forum Testing Most Active @GOETSCHHOFER last edited by

                                          @goetschhofer auf welchen der 3 Eintrag bezogen?
                                          http sollte so aussehen wie gezeigt
                                          udp sollte so aussehen, wenn gewünscht, ansonsten nichts machen
                                          bind-adress bezieht sich auf die config am PI, nicht beim CT, da muss die Raute weg, also so

                                          # Bind address to use for the RPC service for backup and restore
                                            bind-address = "127.0.0.1:8088"
                                          
                                          G 2 Replies Last reply Reply Quote 1
                                          • G
                                            GOETSCHHOFER @crunchip last edited by GOETSCHHOFER

                                            @crunchip

                                            Für mich als Anfänger eine perfekte Checkliste zum Abarbeiten für die Installation Grafana. 👍

                                            crunchip 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            530
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            16
                                            1008
                                            191173
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo