Tämä poistaa sivun "InfluxDB"
. Varmista että haluat todella tehdä tämän.
IMPORTANT: if you're using mono you'll need the package libmono-system-net-http4.0-cil
There is an InfluxDB component. It will read from what ever topic you specify and then write it to whatever measurement (table) you specify. Below is an example configuration:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="influxHost" value="localhost" />
<add key="influxDatabase" value="HAServer" />
<add key="influxMeasurement" value="log" />
<add key="influxTopic" value="/home" />
</appSettings>
</configuration>
.*
.Tämä poistaa sivun "InfluxDB"
. Varmista että haluat todella tehdä tämän.