<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[Gelöst] influxDB Installation]]></title><description><![CDATA[<p dir="auto">Hallo Zusammen,</p>
<p dir="auto">ich wollte influxDB installieren um dann Grafana zu nutzen. Habe folgende Anleitung befolgt:</p>
<p dir="auto"><a href="https://www.verdrahtet.info/2020/02/14/installation-von-influxdb-grafana-inkl-verbindung-zu-iobroker/" rel="nofollow ugc">https://www.verdrahtet.info/2020/02/14/installation-von-influxdb-grafana-inkl-verbindung-zu-iobroker/</a></p>
<p dir="auto">Ich hänge aber bei folgendem Schritt:</p>
<p dir="auto"><strong>sudo influx</strong>           Hier bekomme ich eine Fehlermeldung:<br />
Failed to connect to <a href="http://localhost:8086" rel="nofollow ugc">http://localhost:8086</a>: Get <a href="http://localhost:8086/ping:" rel="nofollow ugc">http://localhost:8086/ping:</a> dial tcp [::1]:8086: connect: connection refused Please check your connection settings and ensure 'influxd' is running.</p>
<p dir="auto">Wenn ich versuche in die Config zu kommen: /etc/influxdb/influxdb.conf<br />
Dann keine Berechtigungen....</p>
<p dir="auto">Könnt ihr mir hier helfen?</p>
<p dir="auto">Danke</p>
]]></description><link>https://forum.iobroker.net/topic/39647/gelöst-influxdb-installation</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 13:19:25 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/39647.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 12 Dec 2020 23:05:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Gelöst] influxDB Installation on Mon, 14 Dec 2020 19:53:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mcu" aria-label="Profile: MCU">@<bdi>MCU</bdi></a> sagte in <a href="/post/537096">influxDB Installation</a>:<br />
habe eigentlich nur copy-paste gemcht. Auch wenn ich dir alles einfüge und ausführe, kommt dennoch die selbe Fehlermeldung...</p>
]]></description><link>https://forum.iobroker.net/post/537502</link><guid isPermaLink="true">https://forum.iobroker.net/post/537502</guid><dc:creator><![CDATA[NebuNC2]]></dc:creator><pubDate>Mon, 14 Dec 2020 19:53:11 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] influxDB Installation on Mon, 14 Dec 2020 00:53:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebunc2" aria-label="Profile: NebuNC2">@<bdi>NebuNC2</bdi></a> Vermute einige Befehle nicht korrekt eingegeben:</p>
<pre><code>
** Der folgende Befehl muss in eins kopiert werden 
wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add -echo "deb https://repos.influxdata.com/debian buster stable" | sudo tee /etc/apt/sources.list.d/influxdb.list

sudo apt-get update &amp;&amp; sudo apt-get install influxdb
sudo service influxdb start
*****************
Um auch beim Neustart influxdb zu starten:

sudo systemctl unmask influxdb.service
sudo systemctl start influxdb
sudo systemctl enable influxdb.service
*****************
influx 
</code></pre>
<p dir="auto">Hattest du den wget Befehl in eins eingegeben?</p>
<p dir="auto">Zum zweiten: sudo nano /etc/influxdb/influxdb.conf<br />
evtl das sudo vergessen?</p>
]]></description><link>https://forum.iobroker.net/post/537096</link><guid isPermaLink="true">https://forum.iobroker.net/post/537096</guid><dc:creator><![CDATA[MCU]]></dc:creator><pubDate>Mon, 14 Dec 2020 00:53:18 GMT</pubDate></item></channel></rss>