Mercurial > code > home > repos > homeauto
changeset 787:13970578a443
fix mqtt_to_rdf influx hostname
author | drewp@bigasterisk.com |
---|---|
date | Thu, 10 Sep 2020 15:00:18 -0700 |
parents | e8654a3bd1c7 |
children | 7916b9786288 |
files | service/mqtt_to_rdf/mqtt_to_rdf.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/service/mqtt_to_rdf/mqtt_to_rdf.py Mon Aug 31 00:59:42 2020 -0700 +++ b/service/mqtt_to_rdf/mqtt_to_rdf.py Thu Sep 10 15:00:18 2020 -0700 @@ -177,7 +177,7 @@ internalMqtt = MqttClient(clientId='mqtt_to_rdf', brokerHost='mosquitto-frontdoor.default.svc.cluster.local', brokerPort=10210) - influx = InfluxExporter(config) + influx = InfluxExporter(config, influxHost='influxdb.default.svc.cluster.local') srcs = [] for src in config.subjects(RDF.type, ROOM['MqttStatementSource']):