Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. Grafana
  5. Grafana startet nicht mehr

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.8k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.3k

Grafana startet nicht mehr

Geplant Angeheftet Gesperrt Verschoben Grafana
grafanainfluxdb2iobroker
18 Beiträge 3 Kommentatoren 487 Aufrufe 3 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • AlmixxA Almixx

    wie bekommt man das wieder repariert?

    pi@Raspi64:~ $ sudo grep -n "http, https, h2, socket" /usr/share/grafana/conf/defaults.ini
    41:http, https, h2, socket)
    pi@Raspi64:~ $ ls -la /usr/share/grafana/conf/defaults.ini*
    -rw-r--r-- 1 root root 90084  9. Okt 09:30 /usr/share/grafana/conf/defaults.ini
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #9

    @almixx

    wie bekommt man das wieder repariert?

    Dazu müsste man sehen, was du da mit (zum 'nur gucken' vollkommen unnötigen) root-Rechten verbogen hast.

    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 Antwort Letzte Antwort
    0
    • Marc BergM Marc Berg

      @almixx sagte in Grafana startet nicht mehr:

      1. Okt 09:30

      ja, hast du nicht nur geschaut, sondern heute geändert.

      Entweder Sicherung der Datei einspielen, oder die default.ini komplett zeigen, wie @Thomas-Braun schon schreibt.

      AlmixxA Offline
      AlmixxA Offline
      Almixx
      schrieb am zuletzt editiert von Almixx
      #10

      @marc-berg wie bekomme ich denn alles unter Putty makiert, so dass ich das hier einfügen kann?

      Marc BergM 1 Antwort Letzte Antwort
      0
      • AlmixxA Almixx

        @marc-berg wie bekomme ich denn alles unter Putty makiert, so dass ich das hier einfügen kann?

        Marc BergM Offline
        Marc BergM Offline
        Marc Berg
        Most Active
        schrieb am zuletzt editiert von
        #11

        @almixx sagte in Grafana startet nicht mehr:

        @marc-berg wie bekomme ich denn alles unter Putty makiert, so dass ich da einfügen kann?

        Für den Anfang reicht vielleicht die Zeile 41, in der "http, https, h2, socket)" steht, und ein paar Zeilen darüber und darunter

        NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+RabbitMQ+Grafana

        Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

        Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

        AlmixxA 1 Antwort Letzte Antwort
        0
        • Marc BergM Marc Berg

          @almixx sagte in Grafana startet nicht mehr:

          @marc-berg wie bekomme ich denn alles unter Putty makiert, so dass ich da einfügen kann?

          Für den Anfang reicht vielleicht die Zeile 41, in der "http, https, h2, socket)" steht, und ein paar Zeilen darüber und darunter

          AlmixxA Offline
          AlmixxA Offline
          Almixx
          schrieb am zuletzt editiert von
          #12

          @marc-berg

          # Protocol (
          http, https, h2, socket)
          protocol = http
          
          # Minimum TLS version allowed. By default, this value is empty. Accepted values are: TLS1.2, TLS1.3. If nothing is set TLS1.2 would be taken
          min_tls_version = ""
          
          # The ip address to bind to, empty will bind to all interfaces
          http_addr =
          
          # The http port to use
          http_port = 3000
          
          # The public facing domain name used to access grafana from a browser
          domain = localhost
          
          # Redirect to correct domain if host header does not match domain
          # Prevents DNS rebinding attacks
          enforce_domain = false
          
          # The full public facing url
          root_url = %(protocol)s://%(domain)s:%(http_port)s/
          
          # Serve Grafana from subpath specified in `root_url` setting. By default it is set to `false` for compatibility reasons.
          serve_from_sub_path = false
          
          # Log web requests
          router_logging = false
          
          # the path relative working path
          static_root_path = public
          
          # enable gzip
          enable_gzip = false
          
          # https certs & key file
          cert_file =
          cert_key =
          cert_pass =
          
          # Certificates file watch interval
          certs_watch_interval =
          
          # Unix socket gid
          # Changing the gid of a file without privileges requires that the target group is in the group of the process and that the process is the file owner
          # It is recommended to set the gid as http server user gid
          # Not set when the value is -1
          socket_gid = -1
          
          # Unix socket mode
          socket_mode = 0660
          
          # Unix socket path
          socket = /tmp/grafana.sock
          
          # CDN Url
          cdn_url =
          
          # Sets the maximum time in minutes before timing out read of an incoming request and closing idle connections.
          # `0` means there is no timeout for reading the request.
          read_timeout = 0
          
          
          Marc BergM Thomas BraunT 3 Antworten Letzte Antwort
          0
          • AlmixxA Almixx

            @marc-berg

            # Protocol (
            http, https, h2, socket)
            protocol = http
            
            # Minimum TLS version allowed. By default, this value is empty. Accepted values are: TLS1.2, TLS1.3. If nothing is set TLS1.2 would be taken
            min_tls_version = ""
            
            # The ip address to bind to, empty will bind to all interfaces
            http_addr =
            
            # The http port to use
            http_port = 3000
            
            # The public facing domain name used to access grafana from a browser
            domain = localhost
            
            # Redirect to correct domain if host header does not match domain
            # Prevents DNS rebinding attacks
            enforce_domain = false
            
            # The full public facing url
            root_url = %(protocol)s://%(domain)s:%(http_port)s/
            
            # Serve Grafana from subpath specified in `root_url` setting. By default it is set to `false` for compatibility reasons.
            serve_from_sub_path = false
            
            # Log web requests
            router_logging = false
            
            # the path relative working path
            static_root_path = public
            
            # enable gzip
            enable_gzip = false
            
            # https certs & key file
            cert_file =
            cert_key =
            cert_pass =
            
            # Certificates file watch interval
            certs_watch_interval =
            
            # Unix socket gid
            # Changing the gid of a file without privileges requires that the target group is in the group of the process and that the process is the file owner
            # It is recommended to set the gid as http server user gid
            # Not set when the value is -1
            socket_gid = -1
            
            # Unix socket mode
            socket_mode = 0660
            
            # Unix socket path
            socket = /tmp/grafana.sock
            
            # CDN Url
            cdn_url =
            
            # Sets the maximum time in minutes before timing out read of an incoming request and closing idle connections.
            # `0` means there is no timeout for reading the request.
            read_timeout = 0
            
            
            Marc BergM Offline
            Marc BergM Offline
            Marc Berg
            Most Active
            schrieb am zuletzt editiert von Marc Berg
            #13

            @almixx sagte in Grafana startet nicht mehr:

            Protocol (

            Da hast Du einen Zeilenumbruch reingebaut:

            # Protocol (
            http, https, h2, socket)
            

            Mach daraus:

            # Protocol (http, https, h2, socket)
            

            NUC10I3+Ubuntu+Docker+ioBroker+influxDB2+Node Red+RabbitMQ+Grafana

            Pi-hole, Traefik, Checkmk, Conbee II+Zigbee2MQTT, ESPSomfy-RTS, LoRaWAN, Arduino, KiCad

            Benutzt das Voting im Beitrag, wenn er euch geholfen hat.

            1 Antwort Letzte Antwort
            0
            • AlmixxA Almixx

              @marc-berg

              # Protocol (
              http, https, h2, socket)
              protocol = http
              
              # Minimum TLS version allowed. By default, this value is empty. Accepted values are: TLS1.2, TLS1.3. If nothing is set TLS1.2 would be taken
              min_tls_version = ""
              
              # The ip address to bind to, empty will bind to all interfaces
              http_addr =
              
              # The http port to use
              http_port = 3000
              
              # The public facing domain name used to access grafana from a browser
              domain = localhost
              
              # Redirect to correct domain if host header does not match domain
              # Prevents DNS rebinding attacks
              enforce_domain = false
              
              # The full public facing url
              root_url = %(protocol)s://%(domain)s:%(http_port)s/
              
              # Serve Grafana from subpath specified in `root_url` setting. By default it is set to `false` for compatibility reasons.
              serve_from_sub_path = false
              
              # Log web requests
              router_logging = false
              
              # the path relative working path
              static_root_path = public
              
              # enable gzip
              enable_gzip = false
              
              # https certs & key file
              cert_file =
              cert_key =
              cert_pass =
              
              # Certificates file watch interval
              certs_watch_interval =
              
              # Unix socket gid
              # Changing the gid of a file without privileges requires that the target group is in the group of the process and that the process is the file owner
              # It is recommended to set the gid as http server user gid
              # Not set when the value is -1
              socket_gid = -1
              
              # Unix socket mode
              socket_mode = 0660
              
              # Unix socket path
              socket = /tmp/grafana.sock
              
              # CDN Url
              cdn_url =
              
              # Sets the maximum time in minutes before timing out read of an incoming request and closing idle connections.
              # `0` means there is no timeout for reading the request.
              read_timeout = 0
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von Thomas Braun
              #14

              @almixx sagte in Grafana startet nicht mehr:

              Ist jetzt nur geraten, aber richtig wird das wohl so aussehen müssen:

              # Protocol (http, https, h2, socket)
              protocol = http
              

              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 Antwort Letzte Antwort
              0
              • AlmixxA Almixx

                @marc-berg

                # Protocol (
                http, https, h2, socket)
                protocol = http
                
                # Minimum TLS version allowed. By default, this value is empty. Accepted values are: TLS1.2, TLS1.3. If nothing is set TLS1.2 would be taken
                min_tls_version = ""
                
                # The ip address to bind to, empty will bind to all interfaces
                http_addr =
                
                # The http port to use
                http_port = 3000
                
                # The public facing domain name used to access grafana from a browser
                domain = localhost
                
                # Redirect to correct domain if host header does not match domain
                # Prevents DNS rebinding attacks
                enforce_domain = false
                
                # The full public facing url
                root_url = %(protocol)s://%(domain)s:%(http_port)s/
                
                # Serve Grafana from subpath specified in `root_url` setting. By default it is set to `false` for compatibility reasons.
                serve_from_sub_path = false
                
                # Log web requests
                router_logging = false
                
                # the path relative working path
                static_root_path = public
                
                # enable gzip
                enable_gzip = false
                
                # https certs & key file
                cert_file =
                cert_key =
                cert_pass =
                
                # Certificates file watch interval
                certs_watch_interval =
                
                # Unix socket gid
                # Changing the gid of a file without privileges requires that the target group is in the group of the process and that the process is the file owner
                # It is recommended to set the gid as http server user gid
                # Not set when the value is -1
                socket_gid = -1
                
                # Unix socket mode
                socket_mode = 0660
                
                # Unix socket path
                socket = /tmp/grafana.sock
                
                # CDN Url
                cdn_url =
                
                # Sets the maximum time in minutes before timing out read of an incoming request and closing idle connections.
                # `0` means there is no timeout for reading the request.
                read_timeout = 0
                
                
                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #15

                @almixx

                Der Fall ist übrigens ein Paradebeispiel dafür, dass man nur mit den minimalst erforderlichen Rechten unterwegs ist.
                Die Datei kann mit den Rechten jeder anschauen.

                -rw-r--r-- 1 root root 90084  9. Okt 09:30 /usr/share/grafana/conf/defaults.ini
                

                Wenn du da mit deinem Standarduser agiert hättest wäre der Zeilenumbruch auch nie an dieser Stelle geschrieben worden.

                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

                AlmixxA 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @almixx

                  Der Fall ist übrigens ein Paradebeispiel dafür, dass man nur mit den minimalst erforderlichen Rechten unterwegs ist.
                  Die Datei kann mit den Rechten jeder anschauen.

                  -rw-r--r-- 1 root root 90084  9. Okt 09:30 /usr/share/grafana/conf/defaults.ini
                  

                  Wenn du da mit deinem Standarduser agiert hättest wäre der Zeilenumbruch auch nie an dieser Stelle geschrieben worden.

                  AlmixxA Offline
                  AlmixxA Offline
                  Almixx
                  schrieb am zuletzt editiert von Almixx
                  #16

                  @thomas-braun
                  :man-shrugging: habe davon nicht soviel Ahnung...

                  geht wieder, vielen vielen Dank!!!!

                  Thomas BraunT AlmixxA 2 Antworten Letzte Antwort
                  0
                  • AlmixxA Almixx

                    @thomas-braun
                    :man-shrugging: habe davon nicht soviel Ahnung...

                    geht wieder, vielen vielen Dank!!!!

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #17

                    @almixx sagte in Grafana startet nicht mehr:

                    habe davon nicht soviel Ahnung...

                    Ich aber...
                    Verwende sudo usw. nur in Fällen, in denen es auch erforderlich ist.
                    Das System sagt dir schon, wenn deine Rechte nicht ausreichen.

                    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 Antwort Letzte Antwort
                    2
                    • AlmixxA Almixx

                      @thomas-braun
                      :man-shrugging: habe davon nicht soviel Ahnung...

                      geht wieder, vielen vielen Dank!!!!

                      AlmixxA Offline
                      AlmixxA Offline
                      Almixx
                      schrieb am zuletzt editiert von Almixx
                      #18

                      @Thomas-Braun @Marc-Berg
                      Nachwievor lassen sich die neu erstellten Panel's nicht in IOB integrieren. Habt ihr da vlt. auch ne Idee?

                      1 Antwort Letzte Antwort
                      0
                      Antworten
                      • In einem neuen Thema antworten
                      Anmelden zum Antworten
                      • Älteste zuerst
                      • Neuste zuerst
                      • Meiste Stimmen


                      Support us

                      ioBroker
                      Community Adapters
                      Donate

                      517

                      Online

                      32.4k

                      Benutzer

                      81.5k

                      Themen

                      1.3m

                      Beiträge
                      Community
                      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                      ioBroker Community 2014-2025
                      logo
                      • Anmelden

                      • Du hast noch kein Konto? Registrieren

                      • Anmelden oder registrieren, um zu suchen
                      • Erster Beitrag
                        Letzter Beitrag
                      0
                      • Home
                      • Aktuell
                      • Tags
                      • Ungelesen 0
                      • Kategorien
                      • Unreplied
                      • Beliebt
                      • GitHub
                      • Docu
                      • Hilfe