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. InfluxDB
  5. Benötige Hilfe bei Influx DB

NEWS

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

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

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

Benötige Hilfe bei Influx DB

Scheduled Pinned Locked Moved InfluxDB
109 Posts 7 Posters 15.4k Views 5 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.
  • E Einstein67

    @altersrentner said in Benötige Hilfe bei Influx DB:

    Bin ich wieder auf der aktuellen Version

    Jetzt nochmal den Befehl zum installieren ausführen.

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

    @einstein67 sagte in Benötige Hilfe bei Influx DB:

    Jetzt nochmal den Befehl zum installieren ausführen.

    Welchen Befehl

    1 Reply Last reply
    0
    • E Einstein67

      @altersrentner said in Benötige Hilfe bei Influx DB:

      Bin ich wieder auf der aktuellen Version

      Jetzt nochmal den Befehl zum installieren ausführen.

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

      @einstein67 sagte in Benötige Hilfe bei Influx DB:

      Jetzt nochmal den Befehl zum installieren ausführen.

      Das geht nicht

      pi@raspberrypiioBroker:~ $ sudo apt install grafana=6.6.1
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      E: Unable to locate package grafana
      pi@raspberrypiioBroker:~ $
      
      
      Thomas BraunT 1 Reply Last reply
      0
      • A Altersrentner

        @einstein67 sagte in Benötige Hilfe bei Influx DB:

        Jetzt nochmal den Befehl zum installieren ausführen.

        Das geht nicht

        pi@raspberrypiioBroker:~ $ sudo apt install grafana=6.6.1
        Reading package lists... Done
        Building dependency tree... Done
        Reading state information... Done
        E: Unable to locate package grafana
        pi@raspberrypiioBroker:~ $
        
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        wrote on last edited by
        #81

        @altersrentner

        apt policy grafana
        

        wirft dir alle verfügbaren Versionen um die Ohren.

        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

        A 1 Reply Last reply
        0
        • Thomas BraunT Thomas Braun

          @altersrentner

          apt policy grafana
          

          wirft dir alle verfügbaren Versionen um die Ohren.

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

          @thomas-braun sagte in Benötige Hilfe bei Influx DB:

          wirft dir alle verfügbaren Versionen um die Ohren.

          pi@raspberrypiioBroker:~ $ sudo apt install grafana=6.6.1
          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          E: Unable to locate package grafana
          pi@raspberrypiioBroker:~ $ sudo apt-mark hold grafana
          E: Unable to locate package grafana
          E: No packages found
          pi@raspberrypiioBroker:~ $ apt policy grafana
          N: Unable to locate package grafana
          pi@raspberrypiioBroker:~ $
          
          

          Grafana ist nicht vorhanden

          Thomas BraunT 1 Reply Last reply
          0
          • A Altersrentner

            @thomas-braun sagte in Benötige Hilfe bei Influx DB:

            wirft dir alle verfügbaren Versionen um die Ohren.

            pi@raspberrypiioBroker:~ $ sudo apt install grafana=6.6.1
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            E: Unable to locate package grafana
            pi@raspberrypiioBroker:~ $ sudo apt-mark hold grafana
            E: Unable to locate package grafana
            E: No packages found
            pi@raspberrypiioBroker:~ $ apt policy grafana
            N: Unable to locate package grafana
            pi@raspberrypiioBroker:~ $
            
            

            Grafana ist nicht vorhanden

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

            @altersrentner

            Dann ist das Grafana-Repo nicht angelegt.

            sudo apt update
            

            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

            A 1 Reply Last reply
            0
            • Thomas BraunT Thomas Braun

              @altersrentner

              Dann ist das Grafana-Repo nicht angelegt.

              sudo apt update
              
              A Offline
              A Offline
              Altersrentner
              wrote on last edited by
              #84

              @thomas-braun sagte in Benötige Hilfe bei Influx DB:

              Dann ist das Grafana-Repo nicht angelegt.

              pi@raspberrypiioBroker:~ $ sudo apt update
              Hit:1 http://deb.debian.org/debian bullseye InRelease
              Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
              Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
              Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
              Hit:5 https://repos.influxdata.com/debian stretch InRelease
              Reading package lists... Done
              Building dependency tree... Done
              Reading state information... Done
              All packages are up to date.
              pi@raspberrypiioBroker:~ $
              
              
              Thomas BraunT 1 Reply Last reply
              0
              • A Altersrentner

                @thomas-braun sagte in Benötige Hilfe bei Influx DB:

                Dann ist das Grafana-Repo nicht angelegt.

                pi@raspberrypiioBroker:~ $ sudo apt update
                Hit:1 http://deb.debian.org/debian bullseye InRelease
                Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
                Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
                Hit:5 https://repos.influxdata.com/debian stretch InRelease
                Reading package lists... Done
                Building dependency tree... Done
                Reading state information... Done
                All packages are up to date.
                pi@raspberrypiioBroker:~ $
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by Thomas Braun
                #85

                @altersrentner

                Sag ich doch. Kein Repository angelegt.

                Und dein Influxdata-Repository ist auch falsch. Du hast kein 'stretch' laufen sondern offenbar 'bullseye'. Dann muss das auch auf bullseye lauten.

                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

                A 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @altersrentner

                  Sag ich doch. Kein Repository angelegt.

                  Und dein Influxdata-Repository ist auch falsch. Du hast kein 'stretch' laufen sondern offenbar 'bullseye'. Dann muss das auch auf bullseye lauten.

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

                  @thomas-braun sagte in Benötige Hilfe bei Influx DB:

                  Sag ich doch. Kein Repository angelegt.

                  Das habe ich gemacht:

                  pi@raspberrypiioBroker:~ $ sudo apt-get install -y adduser libfontconfig1
                  Reading package lists... Done
                  Building dependency tree... Done
                  Reading state information... Done
                  adduser is already the newest version (3.118).
                  libfontconfig1 is already the newest version (2.13.1-4.2).
                  libfontconfig1 set to manually installed.
                  0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                  pi@raspberrypiioBroker:~ $ wget https://dl.grafana.com/enterprise/release/grafana-enterprise_6.6.1_amd64.deb
                  --2022-08-05 14:59:11--  https://dl.grafana.com/enterprise/release/grafana-enterprise_6.6.1_amd64.deb
                  Resolving dl.grafana.com (dl.grafana.com)... 2a04:4e42:1b::729, 151.101.114.217
                  Connecting to dl.grafana.com (dl.grafana.com)|2a04:4e42:1b::729|:443... connected.
                  HTTP request sent, awaiting response... 200 OK
                  Length: 63940356 (61M) [application/x-debian-package]
                  Saving to: ‘grafana-enterprise_6.6.1_amd64.deb’
                  
                  grafana-enterprise_6.6.1_amd64.d 100%[=========================================================>]  60.98M  6.83MB/s    in 8.9s
                  
                  2022-08-05 14:59:20 (6.81 MB/s) - ‘grafana-enterprise_6.6.1_amd64.deb’ saved [63940356/63940356]
                  
                  pi@raspberrypiioBroker:~ $ sudo dpkg -i grafana-enterprise_6.6.1_amd64.deb
                  dpkg: error processing archive grafana-enterprise_6.6.1_amd64.deb (--install):
                   package architecture (amd64) does not match system (arm64)
                  Errors were encountered while processing:
                   grafana-enterprise_6.6.1_amd64.deb
                  pi@raspberrypiioBroker:~ $ sudo apt install grafana=6.6.1
                  Reading package lists... Done
                  Building dependency tree... Done
                  Reading state information... Done
                  E: Unable to locate package grafana
                  pi@raspberrypiioBroker:~ $ 
                  
                  Thomas BraunT DJMarc75D 2 Replies Last reply
                  0
                  • A Altersrentner

                    @thomas-braun sagte in Benötige Hilfe bei Influx DB:

                    Sag ich doch. Kein Repository angelegt.

                    Das habe ich gemacht:

                    pi@raspberrypiioBroker:~ $ sudo apt-get install -y adduser libfontconfig1
                    Reading package lists... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    adduser is already the newest version (3.118).
                    libfontconfig1 is already the newest version (2.13.1-4.2).
                    libfontconfig1 set to manually installed.
                    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                    pi@raspberrypiioBroker:~ $ wget https://dl.grafana.com/enterprise/release/grafana-enterprise_6.6.1_amd64.deb
                    --2022-08-05 14:59:11--  https://dl.grafana.com/enterprise/release/grafana-enterprise_6.6.1_amd64.deb
                    Resolving dl.grafana.com (dl.grafana.com)... 2a04:4e42:1b::729, 151.101.114.217
                    Connecting to dl.grafana.com (dl.grafana.com)|2a04:4e42:1b::729|:443... connected.
                    HTTP request sent, awaiting response... 200 OK
                    Length: 63940356 (61M) [application/x-debian-package]
                    Saving to: ‘grafana-enterprise_6.6.1_amd64.deb’
                    
                    grafana-enterprise_6.6.1_amd64.d 100%[=========================================================>]  60.98M  6.83MB/s    in 8.9s
                    
                    2022-08-05 14:59:20 (6.81 MB/s) - ‘grafana-enterprise_6.6.1_amd64.deb’ saved [63940356/63940356]
                    
                    pi@raspberrypiioBroker:~ $ sudo dpkg -i grafana-enterprise_6.6.1_amd64.deb
                    dpkg: error processing archive grafana-enterprise_6.6.1_amd64.deb (--install):
                     package architecture (amd64) does not match system (arm64)
                    Errors were encountered while processing:
                     grafana-enterprise_6.6.1_amd64.deb
                    pi@raspberrypiioBroker:~ $ sudo apt install grafana=6.6.1
                    Reading package lists... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    E: Unable to locate package grafana
                    pi@raspberrypiioBroker:~ $ 
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by Thomas Braun
                    #87

                    @altersrentner

                    Damit dübelst du dir 'irgendwas' am Paketmanager vorbei ins System.
                    Finger weg von so einem Blödsinn.

                    amd64 passt auch nicht zu deinem Raspberry Pi, der hat eine andere Prozessorarchitektur. Deswegen auch:

                    package architecture (amd64) does not match system (arm64)
                    

                    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

                      @thomas-braun sagte in Benötige Hilfe bei Influx DB:

                      Sag ich doch. Kein Repository angelegt.

                      Das habe ich gemacht:

                      pi@raspberrypiioBroker:~ $ sudo apt-get install -y adduser libfontconfig1
                      Reading package lists... Done
                      Building dependency tree... Done
                      Reading state information... Done
                      adduser is already the newest version (3.118).
                      libfontconfig1 is already the newest version (2.13.1-4.2).
                      libfontconfig1 set to manually installed.
                      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                      pi@raspberrypiioBroker:~ $ wget https://dl.grafana.com/enterprise/release/grafana-enterprise_6.6.1_amd64.deb
                      --2022-08-05 14:59:11--  https://dl.grafana.com/enterprise/release/grafana-enterprise_6.6.1_amd64.deb
                      Resolving dl.grafana.com (dl.grafana.com)... 2a04:4e42:1b::729, 151.101.114.217
                      Connecting to dl.grafana.com (dl.grafana.com)|2a04:4e42:1b::729|:443... connected.
                      HTTP request sent, awaiting response... 200 OK
                      Length: 63940356 (61M) [application/x-debian-package]
                      Saving to: ‘grafana-enterprise_6.6.1_amd64.deb’
                      
                      grafana-enterprise_6.6.1_amd64.d 100%[=========================================================>]  60.98M  6.83MB/s    in 8.9s
                      
                      2022-08-05 14:59:20 (6.81 MB/s) - ‘grafana-enterprise_6.6.1_amd64.deb’ saved [63940356/63940356]
                      
                      pi@raspberrypiioBroker:~ $ sudo dpkg -i grafana-enterprise_6.6.1_amd64.deb
                      dpkg: error processing archive grafana-enterprise_6.6.1_amd64.deb (--install):
                       package architecture (amd64) does not match system (arm64)
                      Errors were encountered while processing:
                       grafana-enterprise_6.6.1_amd64.deb
                      pi@raspberrypiioBroker:~ $ sudo apt install grafana=6.6.1
                      Reading package lists... Done
                      Building dependency tree... Done
                      Reading state information... Done
                      E: Unable to locate package grafana
                      pi@raspberrypiioBroker:~ $ 
                      
                      DJMarc75D Offline
                      DJMarc75D Offline
                      DJMarc75
                      wrote on last edited by
                      #88

                      @altersrentner

                      wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
                      echo "deb https://packages.grafana.com/oss/deb stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list
                      

                      dann

                      sudo apt update
                      

                      Lehrling seit 1975 !!!
                      Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                      https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                      A 1 Reply Last reply
                      0
                      • DJMarc75D DJMarc75

                        @altersrentner

                        wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
                        echo "deb https://packages.grafana.com/oss/deb stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list
                        

                        dann

                        sudo apt update
                        
                        A Offline
                        A Offline
                        Altersrentner
                        wrote on last edited by
                        #89

                        @djmarc75

                        pi@raspberrypiioBroker:~ $ sudo apt update
                        Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
                        Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                        Hit:3 https://repos.influxdata.com/debian stretch InRelease
                        Get:4 https://packages.grafana.com/oss/deb stable InRelease [12.1 kB]
                        Get:5 https://packages.grafana.com/oss/deb stable/main arm64 Packages [26.6 kB]
                        Get:6 https://packages.grafana.com/oss/deb stable/main armhf Packages [36.1 kB]
                        Hit:7 http://deb.debian.org/debian bullseye InRelease
                        Hit:8 http://deb.debian.org/debian bullseye-updates InRelease
                        Fetched 74.9 kB in 6s (13.1 kB/s)
                        Reading package lists... Done
                        Building dependency tree... Done
                        Reading state information... Done
                        All packages are up to date.
                        pi@raspberrypiioBroker:~ $
                        
                        
                        Thomas BraunT 1 Reply Last reply
                        0
                        • A Altersrentner

                          @djmarc75

                          pi@raspberrypiioBroker:~ $ sudo apt update
                          Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
                          Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                          Hit:3 https://repos.influxdata.com/debian stretch InRelease
                          Get:4 https://packages.grafana.com/oss/deb stable InRelease [12.1 kB]
                          Get:5 https://packages.grafana.com/oss/deb stable/main arm64 Packages [26.6 kB]
                          Get:6 https://packages.grafana.com/oss/deb stable/main armhf Packages [36.1 kB]
                          Hit:7 http://deb.debian.org/debian bullseye InRelease
                          Hit:8 http://deb.debian.org/debian bullseye-updates InRelease
                          Fetched 74.9 kB in 6s (13.1 kB/s)
                          Reading package lists... Done
                          Building dependency tree... Done
                          Reading state information... Done
                          All packages are up to date.
                          pi@raspberrypiioBroker:~ $
                          
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          wrote on last edited by
                          #90

                          @altersrentner

                          Auch wenn ich das absolut nicht für eine gute Idee halte:

                          sudo apt install grafana=6.6.1
                          sudo apt-mark hold grafana
                          

                          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

                          DJMarc75D A 2 Replies Last reply
                          0
                          • Thomas BraunT Thomas Braun

                            @altersrentner

                            Auch wenn ich das absolut nicht für eine gute Idee halte:

                            sudo apt install grafana=6.6.1
                            sudo apt-mark hold grafana
                            
                            DJMarc75D Offline
                            DJMarc75D Offline
                            DJMarc75
                            wrote on last edited by
                            #91

                            @thomas-braun sagte in Benötige Hilfe bei Influx DB:

                            Auch wenn ich das absolut nicht für eine gute Idee halte

                            Da gibts dann halt ein H-Kennzeichen :grinning:

                            @Altersrentner bist Du schon weitergekommen ?

                            Lehrling seit 1975 !!!
                            Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                            https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                            1 Reply Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @altersrentner

                              Auch wenn ich das absolut nicht für eine gute Idee halte:

                              sudo apt install grafana=6.6.1
                              sudo apt-mark hold grafana
                              
                              A Offline
                              A Offline
                              Altersrentner
                              wrote on last edited by
                              #92

                              @thomas-braun sagte in Benötige Hilfe bei Influx DB:

                              Auch wenn ich das absolut nicht für eine gute Idee halte:

                              Warum?

                              @djmarc75 sagte in Benötige Hilfe bei Influx DB:

                              Da gibts dann halt ein H-Kennzeichen

                              Was meinst Du damit?

                              @djmarc75 sagte in Benötige Hilfe bei Influx DB:

                              bist Du schon weitergekommen ?

                              Ja, Eben das erste Board erstellt:+1: :+1: :+1: :blush: :blush: :blush:
                              Die Version ist super einfach zu bedienen

                              Version alt.png

                              Ich denke, das soll es dann gewesen sein.

                              Ich möchte mich bei alle die mir mit Engelsgeduld geholfen haben bedanken.
                              Mit freundlichen Grüßen
                              Michael

                              Thomas BraunT 1 Reply Last reply
                              0
                              • A Altersrentner

                                @thomas-braun sagte in Benötige Hilfe bei Influx DB:

                                Auch wenn ich das absolut nicht für eine gute Idee halte:

                                Warum?

                                @djmarc75 sagte in Benötige Hilfe bei Influx DB:

                                Da gibts dann halt ein H-Kennzeichen

                                Was meinst Du damit?

                                @djmarc75 sagte in Benötige Hilfe bei Influx DB:

                                bist Du schon weitergekommen ?

                                Ja, Eben das erste Board erstellt:+1: :+1: :+1: :blush: :blush: :blush:
                                Die Version ist super einfach zu bedienen

                                Version alt.png

                                Ich denke, das soll es dann gewesen sein.

                                Ich möchte mich bei alle die mir mit Engelsgeduld geholfen haben bedanken.
                                Mit freundlichen Grüßen
                                Michael

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

                                @altersrentner
                                Erwartest du da ernsthaft eine Antwort?

                                Schau hier rein:

                                https://grafana.com/tags/security/

                                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

                                A 1 Reply Last reply
                                0
                                • Thomas BraunT Thomas Braun

                                  @altersrentner
                                  Erwartest du da ernsthaft eine Antwort?

                                  Schau hier rein:

                                  https://grafana.com/tags/security/

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

                                  @thomas-braun sagte in Benötige Hilfe bei Influx DB:

                                  Schau hier rein:

                                  OHA!
                                  Aber :anguished: ich habe bei der aktuellen V keinen Lichtblick gefunden.
                                  Habe doch noch eine Frage

                                  Wie kann ich das zurücksetzen / aufheben?

                                  sudo apt-mark hold grafana
                                  

                                  MfG Michael

                                  DJMarc75D 1 Reply Last reply
                                  0
                                  • A Altersrentner

                                    @thomas-braun sagte in Benötige Hilfe bei Influx DB:

                                    Schau hier rein:

                                    OHA!
                                    Aber :anguished: ich habe bei der aktuellen V keinen Lichtblick gefunden.
                                    Habe doch noch eine Frage

                                    Wie kann ich das zurücksetzen / aufheben?

                                    sudo apt-mark hold grafana
                                    

                                    MfG Michael

                                    DJMarc75D Offline
                                    DJMarc75D Offline
                                    DJMarc75
                                    wrote on last edited by
                                    #95

                                    @altersrentner sagte in Benötige Hilfe bei Influx DB:

                                    Wie kann ich das zurücksetzen / aufheben?

                                    sudo atp-mark unhold grafana
                                    

                                    Suchfunktionen in jeglicher Form wäre da auch mal eine super Idee - nicht hier alles OutOfTheBox erwarten !

                                    Lehrling seit 1975 !!!
                                    Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                                    https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                                    A 1 Reply Last reply
                                    0
                                    • DJMarc75D DJMarc75

                                      @altersrentner sagte in Benötige Hilfe bei Influx DB:

                                      Wie kann ich das zurücksetzen / aufheben?

                                      sudo atp-mark unhold grafana
                                      

                                      Suchfunktionen in jeglicher Form wäre da auch mal eine super Idee - nicht hier alles OutOfTheBox erwarten !

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

                                      @djmarc75
                                      Asche auf mein Haupt:confounded:
                                      MfG Michael

                                      DJMarc75D 1 Reply Last reply
                                      0
                                      • A Altersrentner

                                        @djmarc75
                                        Asche auf mein Haupt:confounded:
                                        MfG Michael

                                        DJMarc75D Offline
                                        DJMarc75D Offline
                                        DJMarc75
                                        wrote on last edited by
                                        #97

                                        @altersrentner sagte in Benötige Hilfe bei Influx DB:

                                        Asche auf mein Haup

                                        Na sooo schlimm dann auch nicht. Aber sei mal ehrlich, bissle selber suchen ist nicht grad schädlich :wink:

                                        Lehrling seit 1975 !!!
                                        Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
                                        https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

                                        Thomas BraunT 1 Reply Last reply
                                        0
                                        • DJMarc75D DJMarc75

                                          @altersrentner sagte in Benötige Hilfe bei Influx DB:

                                          Asche auf mein Haup

                                          Na sooo schlimm dann auch nicht. Aber sei mal ehrlich, bissle selber suchen ist nicht grad schädlich :wink:

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

                                          Wenn man gemein wäre:

                                          man apt-mark
                                          

                                          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

                                          DJMarc75D 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

                                          520

                                          Online

                                          32.7k

                                          Users

                                          82.6k

                                          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