Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Grafana
    5. Fritzbox mit Grafana visualisieren [Version 2022]

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Fritzbox mit Grafana visualisieren [Version 2022]

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

      @damrak2022

      Na klar. Das ist alles, was grafana in der Auslage liegen hat.
      Installiert ist davon nichts.
      (Jedenfalls nicht ordentlich). Falls grafana noch läuft müsste es sich da um eine 'wilde' Installation am Paketmanager vorbei handeln.

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

        @thomas-braun Ich bin mir ziemlich sicher das alles über das Terminal installiert wurde was Grafana betrifft

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

          @damrak2022 installed none, passt doch

          @damrak2022 sagte in Fritzbox mit Grafana visualisieren [Version 2022]:

          Einfach weitermachen

          @damrak2022 sagte in Fritzbox mit Grafana visualisieren [Version 2022]:

          Einfach weitermachen
          Probier es mal so, ansonsten muss man da nen neuen key holen
          Bin da auch nicht so firm drin

          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 -
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @crunchip last edited by Thomas Braun

            @crunchip sagte in Fritzbox mit Grafana visualisieren [Version 2022]:

            Probier es mal so, ansonsten muss man da nen neuen key holen

            Nee, das ist nicht notwendig, bei fehlendem key würde das angemeckert.

            Ich würde aber wohl die OSS-Version anlegen. Das ist glaube ich ein eigenes Repo.

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

              @damrak2022 sagte in Fritzbox mit Grafana visualisieren [Version 2022]:

              über das Terminal installiert

              Mit sicherheit, aber womöglich an apt vorbei

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

                @crunchip

                pi@homebridge:~ $ wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
                Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                OK
                pi@homebridge:~ $ sudo apt-get install -y apt-transport-https
                Reading package lists... Done
                Building dependency tree... Done
                Reading state information... Done
                apt-transport-https is already the newest version (2.2.4).
                0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                pi@homebridge:~ $ sudo apt-get install -y software-properties-common wget
                Reading package lists... Done
                Building dependency tree... Done
                Reading state information... Done
                software-properties-common is already the newest version (0.96.20.2-2.1).
                wget is already the newest version (1.21-1+deb11u1).
                0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                pi@homebridge:~ $ wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
                Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                OK
                pi@homebridge:~ $
                

                Also weitermachen nach Anleitung?

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

                  @damrak2022 ja

                  1 Reply Last reply Reply Quote 0
                  • Damrak2022
                    Damrak2022 last edited by Damrak2022

                    @crunchip Ich verstehe es nicht. Die ganze Installation lief problemlos durch. Trotzdem ist Grafana nicht erreichbar - Kann keine Verbindung zum Server aufbauen
                    Verlauf im Browser habe ich gelöscht und auch noch Firefox und Chrome versucht - ohne Erfolg

                    Habe aus Verzweiflung mal
                    ``.
                    sudo service grafana-server stop
                    sudo service grafana-server start

                    versucht - leider ohne Erfolg
                    crunchip 1 Reply Last reply Reply Quote 0
                    • crunchip
                      crunchip Forum Testing Most Active @Damrak2022 last edited by

                      @damrak2022 hab ich doch vorher schon angemerkt, das die config erhalten bleibt.
                      Machs noch mal von vorne, also löschen
                      Dann schauen was noch zum entfernen ist

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

                        @crunchip Mache ich, aber wie entferne ich die Reste

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

                          @damrak2022 eventuell mit

                          dpkg -r --force-all grafana
                          

                          Oder manuell die einzelnen Verzeichnisse

                          Was meinst du @Thomas-Braun

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

                            @crunchip sagte in Fritzbox mit Grafana visualisieren [Version 2022]:

                            dpkg -r --force-all grafana

                            pi@homebridge:~ $ dpkg -r --force-all grafana
                            dpkg: error: required read/write access to the dpkg database directory /var/lib/dpkg
                            

                            muss da ein sudo davor?

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

                              @damrak2022 ja dein pi darf das nicht, habe aber auch nicht geschrieben, das du es sofort ausführen sollst😉

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

                                @crunchip

                                pi@homebridge:~ $ sudo dpkg -r --force-all grafana
                                dpkg: warning: ignoring request to remove grafana which isn't installed
                                

                                Ich installiere jetzt noch mal neu und wenn es dann wieder nicht geht, kann ich doch gleich diesen Befehl nutzen, oder?

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

                                  @damrak2022
                                  Die Ausgabe von

                                  sudo apt-get purge --auto-remove grafana-enterprise
                                  

                                  Hattest du nicht gezeigt

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

                                    @crunchip Ja, aber enterprise ist doch runter

                                    Damrak2022 1 Reply Last reply Reply Quote 0
                                    • Damrak2022
                                      Damrak2022 @Damrak2022 last edited by

                                      @damrak2022

                                      pi@homebridge:~ $ sudo apt-get install -y grafana
                                      Reading package lists... Done
                                      Building dependency tree... Done
                                      Reading state information... Done
                                      The following NEW packages will be installed:
                                        grafana
                                      0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
                                      Need to get 0 B/74.0 MB of archives.
                                      After this operation, 243 MB of additional disk space will be used.
                                      Selecting previously unselected package grafana.
                                      (Reading database ... 65384 files and directories currently installed.)
                                      Preparing to unpack .../grafana_8.5.0_armhf.deb ...
                                      Unpacking grafana (8.5.0) ...
                                      Setting up grafana (8.5.0) ...
                                      ### NOT starting on installation, please execute the following statements to configure grafana to start automatically using systemd
                                       sudo /bin/systemctl daemon-reload
                                       sudo /bin/systemctl enable grafana-server
                                      ### You can start grafana-server by executing
                                       sudo /bin/systemctl start grafana-server
                                      pi@homebridge:~ $ sudo /bin/systemctl start grafana-server
                                      pi@homebridge:~ $ sudo /bin/systemctl enable grafana-server
                                      Synchronizing state of grafana-server.service with SysV service script with /lib/systemd/systemd-sysv-install.
                                      Executing: /lib/systemd/systemd-sysv-install enable grafana-server
                                      pi@homebridge:~ $ sudo /bin/systemctl start grafana-server
                                      pi@homebridge:~ $ sudo dpkg -r --force-all grafana
                                      (Reading database ... 72087 files and directories currently installed.)
                                      Removing grafana (8.5.0) ...
                                      pi@homebridge:~ $ sudo apt-get purge --auto-remove grafana
                                      Reading package lists... Done
                                      Building dependency tree... Done
                                      Reading state information... Done
                                      The following packages will be REMOVED:
                                        grafana*
                                      0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
                                      After this operation, 0 B of additional disk space will be used.
                                      Do you want to continue? [Y/n] y
                                      (Reading database ... 65389 files and directories currently installed.)
                                      Purging configuration files for grafana (8.5.0) ...
                                      dpkg: warning: while removing grafana, directory '/etc/grafana' not empty so not removed
                                      dpkg: warning: while removing grafana, directory '/usr/lib/systemd/system' not empty so not removed
                                      pi@homebridge:~ $
                                      

                                      Wie kann ich mir die restlichen Grafana Dateien anzeigen lassen und endgültig löschen?

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

                                        @damrak2022 zeig mal die Ausgabe was da noch so ist

                                        find -name grafana*
                                        
                                        Damrak2022 1 Reply Last reply Reply Quote 0
                                        • Damrak2022
                                          Damrak2022 @crunchip last edited by

                                          @crunchip sagte in Fritzbox mit Grafana visualisieren [Version 2022]:

                                          find -name grafana*

                                          pi@homebridge:~ $ find -name grafana*
                                          pi@homebridge:~ $
                                          

                                          Anscheinend nichts

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

                                            @damrak2022 sagte in Fritzbox mit Grafana visualisieren [Version 2022]:

                                            Anscheinend nichts

                                            Jedenfalls nichts in deinem /home.
                                            Stell dich weiter vorne in den Dateibaum:

                                            cd /
                                            find -name grafana*
                                            
                                            Damrak2022 1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            917
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            11
                                            143
                                            14276
                                            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