Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Grafana
    5. Installation Grafana

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Installation Grafana

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Smartuser_1 last edited by Thomas Braun

      @smartuser_1

      Man nutzt seinen Paketmanager.

      sudo apt-get install -y apt-transport-https
      sudo apt-get install -y software-properties-common wget
      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
      

      Danach sollte ein

      sudo apt update
      sudo apt install grafana
      

      die aktuelle Version auf das System bringen.

      Die Auswahl schaut bei mir zur Zeit so aus:

      pi@chet:~ $ apt policy grafana
      grafana:
        Installed: (none)
        Candidate: 8.3.5
        Version table:
           8.3.5 500
              500 https://packages.grafana.com/oss/deb stable/main arm64 Packages
           8.3.4 500
              500 https://packages.grafana.com/oss/deb stable/main arm64 Packages
           8.3.3 500
              500 https://packages.grafana.com/oss/deb stable/main arm64 Packages
           8.3.2 500
              500 https://packages.grafana.com/oss/deb stable/main arm64 Packages
           8.3.1 500
              500 https://packages.grafana.com/oss/deb stable/main arm64 Packages
           8.3.0 500
      

      Es würde also 8.3.5 installiert werden.

      S 2 Replies Last reply Reply Quote 1
      • S
        Smartuser_1 @Thomas Braun last edited by

        @thomas-braun

        das scheint alles geklappt zu haben, prima

        d2bc368d-6a38-4389-8bc3-17a3ac5b0986-image.png

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

          @smartuser_1 Bitte keine bunten Bilder aus der schwarzen Konsole.
          Text auch als Text in CodeTags hier reinkopieren.

          S 1 Reply Last reply Reply Quote 0
          • S
            Smartuser_1 @Thomas Braun last edited by

            @thomas-braun

            das ist wohl war ..., beim nächsten Mal achte ich drauf. Danke

            1 Reply Last reply Reply Quote 0
            • S
              Smartuser_1 @Thomas Braun last edited by

              @thomas-braun

              Ist die Installation von Influx db auch so einfach möglich, kann man das auch irgendwo nachlesen ?
              Danke & Viele Grüße

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

                @smartuser_1

                Geht ähnlich. Ich hab aber gerade keinen Link parat, wie man das sauber als Repository in seinen Paketmanager bringt.

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

                  @smartuser_1

                  sudo apt update
                  sudo apt install -y gnupg2 curl wget
                  wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add -
                  echo "deb https://repos.influxdata.com/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
                  
                  sudo apt update
                  sudo apt install influxdb
                  
                  S 2 Replies Last reply Reply Quote 1
                  • S
                    Smartuser_1 @Thomas Braun last edited by

                    @thomas-braun

                    das ging ja doch sehr schnell 😉
                    Probiere ich gleich morgen, besten Dank!

                    1 Reply Last reply Reply Quote 0
                    • S
                      Smartuser_1 @Thomas Braun last edited by

                      @thomas-braun

                      Besten Dank, hat alles perfekt funktioniert. Vg

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

                        @smartuser_1

                        Die offenen 68 Updates hast du hoffentlich auch eingespielt?
                        Wenn nicht:

                        sudo apt update
                        sudo apt full-upgrade
                        sudo reboot
                        
                        S 1 Reply Last reply Reply Quote 0
                        • Thomas Jansen
                          Thomas Jansen @Smartuser_1 last edited by

                          @smartuser_1 Hey, guck mal, mir hat das Video von @Dutchman super geholfen... https://www.youtube.com/watch?v=VXfpds4Rtqc&t=5515s LG

                          1 Reply Last reply Reply Quote 0
                          • S
                            Smartuser_1 @Thomas Braun last edited by

                            @thomas-braun

                            das war noch ein sehr guter Hinweis. Habe ich gemacht und die Updates wurden eingespielt. Allerdings läuft jetzt Grafana nicht mehr.
                            Hast Du dazu noch einen Tipp.
                            Iobroker hatte ich gestoppt und nach dem Update wieder neu gestartet. Iobroker läuft soweit normal, die Influxdb funktioniert und hat auch eine Verbindung.

                            Danke & Vg

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

                              @smartuser_1 ausgabe von

                              systemctl status grafana-server
                              
                              S 1 Reply Last reply Reply Quote 0
                              • S
                                Smartuser_1 @crunchip last edited by

                                @crunchip

                                ● grafana-server.service - Grafana instance
                                Loaded: loaded (/lib/systemd/system/grafana-server.service; disabled; vend>
                                Active: inactive (dead)
                                Docs: http://docs.grafana.org
                                lines 1-4/4 (END)
                                ● grafana-server.service - Grafana instance
                                Loaded: loaded (/lib/systemd/system/grafana-server.service; disabled; vendor preset: enabled)
                                Active: inactive (dead)
                                Docs: http://docs.grafana.org

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

                                  @smartuser_1

                                  sudo systemctl enable grafana-server
                                  sudo systemctl start grafana-server
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • crunchip
                                    crunchip Forum Testing Most Active @Smartuser_1 last edited by crunchip

                                    @smartuser_1

                                    systemctl start grafana-server
                                    systemctl enable grafana-server.service
                                    
                                    

                                    und danach nochmal status prüfen

                                    S 1 Reply Last reply Reply Quote 0
                                    • S
                                      Smartuser_1 @crunchip last edited by

                                      @crunchip & @Thomas-Braun

                                      vielen Dank Euch beiden, es läuft alles wieder 😉

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

                                        @smartuser_1 das es läuft macht die Zeile start...,
                                        reboot fest die Zeile enable....

                                        @thomas-braun sagte in Installation Grafana:

                                        enable grafana-server

                                        sicher?

                                        @smartuser_1 sagte in Installation Grafana:

                                        loaded (/lib/systemd/system/grafana-server.service

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

                                          @crunchip sagte in Installation Grafana:

                                          sicher?

                                          Ja. Die .service-Endung kann entfallen.
                                          Bei dir fehlt die ja auch einmal. 🤓

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

                                            @thomas-braun sagte in Installation Grafana:

                                            Bei dir fehlt die ja auch einmal

                                            ich weiss
                                            schau mal https://grafana.com/docs/grafana/latest/installation/debian/

                                            ausser das ich's sudo vergessen hab😊

                                            Thomas Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            499
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            27
                                            2917
                                            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