Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. InfluxDB nicht verbunden mit "Gerät oder Dienst"

    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

    InfluxDB nicht verbunden mit "Gerät oder Dienst"

    This topic has been deleted. Only users with topic management privileges can see it.
    • danisupersweet
      danisupersweet @Codierknecht last edited by

      @codierknecht Habe eigentlich sonst nix installiert, würde mich also sehr wundern. Wie könnte ich herausfinden ob ein anderer Prozess den Port verwendet?

      Glasfaser 1 Reply Last reply Reply Quote 0
      • Glasfaser
        Glasfaser @danisupersweet last edited by Glasfaser

        @danisupersweet

        sudo netstat -tulpen|grep 8086
        

        EDIT :

        BZW ,,

        8088 wird auch angegeben

        sudo netstat -tulpen|grep 8088
        
        1 Reply Last reply Reply Quote 1
        • Glasfaser
          Glasfaser @danisupersweet last edited by

          @danisupersweet sagte in InfluxDB nicht verbunden mit "Gerät oder Dienst":

          Verschiedenste Vorschläge aus diesem Forum (

          auch mal ein

          sudo reboot
          

          gemacht !?

          1 Reply Last reply Reply Quote 1
          • danisupersweet
            danisupersweet last edited by

            8086 liefer nichts zurück. 8088 folgendes:

            tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        32532      3348/influxd
            
            

            sudo reboot hat leider auch nichts verändert

            Codierknecht 1 Reply Last reply Reply Quote 0
            • Segway
              Segway @danisupersweet last edited by

              @danisupersweet
              Welche Version von Influx läuft bei dir ? Update gemacht ?

              1 Reply Last reply Reply Quote 1
              • Glasfaser
                Glasfaser last edited by

                @danisupersweet

                ?

                influxd version
                
                danisupersweet 1 Reply Last reply Reply Quote 1
                • danisupersweet
                  danisupersweet @Glasfaser last edited by

                  @glasfaser
                  InfluxDB v1.8.10 (git: 1.8 688e697c51fd)

                  Segway 2 Replies Last reply Reply Quote 0
                  • Segway
                    Segway @danisupersweet last edited by

                    @danisupersweet
                    und was gibt

                    curl -sL -I localhost:8086/ping
                    
                    1 Reply Last reply Reply Quote 1
                    • Codierknecht
                      Codierknecht Developer Most Active @danisupersweet last edited by Codierknecht

                      @danisupersweet sagte in InfluxDB nicht verbunden mit "Gerät oder Dienst":

                      8086 liefer nichts zurück. 8088 folgendes:

                      tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        32532      3348/influxd
                      

                      sudo reboot hat leider auch nichts verändert

                      Heißt, dass Deine Influx-Instanz auf Port 8088 horcht.
                      In Deinem Adapter hast Du 8086 eingetragen. Das passt so nicht.

                      1 Reply Last reply Reply Quote 1
                      • Segway
                        Segway @danisupersweet last edited by

                        @danisupersweet
                        Wie @Codierknecht geschrieben hat, ist der Standardport geändert worden auf 8088 !

                        danisupersweet 1 Reply Last reply Reply Quote 1
                        • danisupersweet
                          danisupersweet @Segway last edited by

                          @segway
                          der curl befehl

                          curl -sL -I localhost:8086/ping
                          

                          liefert leider nichts.

                          Bzgl geänderter Standard-Port:
                          Sehr komisch. Wie gesagt, hab weder irgendwas installiert, noch verändert. Hab nun den Port in der influx-instanz auf 8088 geändert. Leider weiterhin die Zustände wie in meinen Screenshots in Post#1

                          Segway 1 Reply Last reply Reply Quote 0
                          • Segway
                            Segway @danisupersweet last edited by

                            @danisupersweet sagte in InfluxDB nicht verbunden mit "Gerät oder Dienst":

                            @segway
                            der curl befehl

                            curl -sL -I localhost:8086/ping
                            

                            liefert leider nichts.

                            gar nichts ? Dann läuft deine Datenbank auch nicht.
                            Was gibt

                            sudo service influxdb status
                            

                            Bzgl geänderter Standard-Port:
                            Sehr komisch. Wie gesagt, hab weder irgendwas installiert, noch verändert. Hab nun den Port in der influx-instanz auf 8088 geändert. Leider weiterhin die Zustände wie in meinen Screenshots in Post#1

                            was sagt das Log ?

                            danisupersweet 1 Reply Last reply Reply Quote 1
                            • danisupersweet
                              danisupersweet @Segway last edited by

                              @segway
                              curl befehl liefert weiterhin nichts.

                              influxdb status:
                              6.png

                              meinst den iobroker-log?
                              5.png

                              Segway Codierknecht 2 Replies Last reply Reply Quote 0
                              • Segway
                                Segway @danisupersweet last edited by

                                @danisupersweet
                                Bitte keine Screenshots sondern pack das in Codetags !!!

                                Mal loglevel auf debug stellen
                                Evtl. vorher auch mal alles neu starten ! Reboot

                                danisupersweet 1 Reply Last reply Reply Quote 1
                                • Codierknecht
                                  Codierknecht Developer Most Active @danisupersweet last edited by

                                  @danisupersweet
                                  Ausgaben aus Log und/oder Terminal bitte in Code-Tags und nicht als Screenshot posten

                                  danisupersweet 1 Reply Last reply Reply Quote 1
                                  • danisupersweet
                                    danisupersweet @Codierknecht last edited by

                                    @codierknecht
                                    Ausgabe status influxdb:

                                    sudo service influxdb status
                                    ● influxdb.service - InfluxDB is an open-source, distributed, time series databa
                                       Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset:
                                       Active: active (running) since Fri 2023-01-06 12:14:13 CET; 1s ago
                                         Docs: https://docs.influxdata.com/influxdb/
                                     Main PID: 3362 (influxd)
                                        Tasks: 13 (limit: 4915)
                                       CGroup: /system.slice/influxdb.service
                                               └─3362 /usr/bin/influxd -config /etc/influxdb/influxdb.conf
                                    
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:
                                    lines 1-19/19 (END)...skipping...
                                    ● 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 Fri 2023-01-06 12:14:13 CET; 1s ago
                                         Docs: https://docs.influxdata.com/influxdb/
                                     Main PID: 3362 (influxd)
                                        Tasks: 13 (limit: 4915)
                                       CGroup: /system.slice/influxdb.service
                                               └─3362 /usr/bin/influxd -config /etc/influxdb/influxdb.conf
                                    
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:15.228956Z lvl=info msg="Opened shard" log_id=0fDhSzFG000 service=store trace_id=0fDhSzFl000 op_name=tsdb_ope
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:15.229067Z lvl=info msg="Opened shard" log_id=0fDhSzFG000 service=store trace_id=0fDhSzFl000 op_name=tsdb_ope
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:15.231198Z lvl=info msg="Opened file" log_id=0fDhSzFG000 engine=tsm1 service=filestore path=/var/lib/influxdb
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:15.233661Z lvl=info msg="Opened file" log_id=0fDhSzFG000 engine=tsm1 service=filestore path=/var/lib/influxdb
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:15.342431Z lvl=info msg="Opened shard" log_id=0fDhSzFG000 service=store trace_id=0fDhSzFl000 op_name=tsdb_ope
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:15.344417Z lvl=info msg="Opened file" log_id=0fDhSzFG000 engine=tsm1 service=filestore path=/var/lib/influxdb
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:15.353563Z lvl=info msg="Opened shard" log_id=0fDhSzFG000 service=store trace_id=0fDhSzFl000 op_name=tsdb_ope
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:15.354608Z lvl=info msg="Opened shard" log_id=0fDhSzFG000 service=store trace_id=0fDhSzFl000 op_name=tsdb_ope
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:15.358139Z lvl=info msg="Opened file" log_id=0fDhSzFG000 engine=tsm1 service=filestore path=/var/lib/influxdb
                                    Jan 06 12:14:15 raspberrypi influxd-systemd-start.sh[3361]: ts=2023-01-06T11:14:15.368669Z lvl=info msg="Opened file" log_id=0fDhSzFG000 engine=tsm1 service=filestore path=/var/lib/influxdb
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • danisupersweet
                                      danisupersweet @Segway last edited by

                                      @segway said in InfluxDB nicht verbunden mit "Gerät oder Dienst":

                                      Mal loglevel auf debug stellen

                                      bin bei instanzen auf expertenmodus gegangen, dann in den adapter-einstellungen haken gesetzt bei "Erweiterte Debug-Protokolle für den Datenpunkt aktivieren".

                                      folgender log:

                                      influxdb.0
                                      	1193	2023-01-06 12:20:07.164	error	Error: read ECONNRESET
                                      influxdb.0
                                      	1193	2023-01-06 12:20:07.156	info	Influx DB Version used: 1.x
                                      influxdb.0
                                      	1193	2023-01-06 12:20:07.152	info	Connecting http://localhost:8088/ ...
                                      influxdb.0
                                      	1193	2023-01-06 12:19:57.151	error	Error: read ECONNRESET
                                      influxdb.0
                                      	1193	2023-01-06 12:19:57.137	info	Influx DB Version used: 1.x
                                      influxdb.0
                                      	1193	2023-01-06 12:19:57.137	info	Connecting http://localhost:8088/ ...
                                      influxdb.0
                                      	1193	2023-01-06 12:19:47.136	error	Error: read ECONNRESET
                                      influxdb.0
                                      	1193	2023-01-06 12:19:47.131	info	Influx DB Version used: 1.x
                                      influxdb.0
                                      	1193	2023-01-06 12:19:47.131	info	Connecting http://localhost:8088/ ...
                                      influxdb.0
                                      	1193	2023-01-06 12:19:37.130	error	Error: read ECONNRESET
                                      influxdb.0
                                      	1193	2023-01-06 12:19:37.123	info	Influx DB Version used: 1.x
                                      influxdb.0
                                      	1193	2023-01-06 12:19:37.122	info	Connecting http://localhost:8088/ ...
                                      influxdb.0
                                      	1193	2023-01-06 12:19:27.122	error	Error: read ECONNRESET
                                      influxdb.0
                                      	1193	2023-01-06 12:19:27.114	info	Influx DB Version used: 1.x
                                      influxdb.0
                                      	1193	2023-01-06 12:19:27.114	info	Connecting http://localhost:8088/ ...
                                      influxdb.0
                                      	1193	2023-01-06 12:19:17.113	error	Error: read ECONNRESET
                                      influxdb.0
                                      	1193	2023-01-06 12:19:17.104	info	Influx DB Version used: 1.x
                                      influxdb.0
                                      	1193	2023-01-06 12:19:17.104	info	Connecting http://localhost:8088/ ...
                                      influxdb.0
                                      	1193	2023-01-06 12:19:07.103	error	Error: read ECONNRESET
                                      influxdb.0
                                      	1193	2023-01-06 12:19:07.068	info	Influx DB Version used: 1.x
                                      influxdb.0
                                      	1193	2023-01-06 12:19:07.067	info	Connecting http://localhost:8088/ ...
                                      
                                      Glasfaser 1 Reply Last reply Reply Quote 0
                                      • Glasfaser
                                        Glasfaser @danisupersweet last edited by

                                        @danisupersweet sagte in InfluxDB nicht verbunden mit "Gerät oder Dienst":

                                        1193 2023-01-06 12:19:27.114 info Connecting http://localhost:8088/ ...

                                        Trage mal in der Instanz deine IP :8088 ein , was ist dann

                                        danisupersweet 1 Reply Last reply Reply Quote 1
                                        • danisupersweet
                                          danisupersweet @Glasfaser last edited by

                                          @glasfaser

                                          @danisupersweet said in InfluxDB nicht verbunden mit "Gerät oder Dienst":

                                          Hab nun den Port in der influx-instanz auf 8088 geändert

                                          Ist bereits auf 8088

                                          Glasfaser 1 Reply Last reply Reply Quote 0
                                          • Glasfaser
                                            Glasfaser @danisupersweet last edited by Glasfaser

                                            @danisupersweet
                                            ich meinte damit nicht den Port 8088
                                            sondern localhost von deinem System wo influx installiert ist ... 192.168 .... darauf ändern

                                            danisupersweet 1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Support us

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

                                            889
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            influxdb
                                            6
                                            36
                                            1704
                                            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