Mercurial > code > home > repos > homeauto
changeset 1500:c7cb4db0a05d
influx on default host 'bang5'
Ignore-this: d061f2f1587f4aadc0e51d840889de79
darcs-hash:946c22f5a028fc34fd2ff1d911a873edc82fcdf5
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 02 Feb 2020 14:42:07 -0800 |
parents | 219afa183251 |
children | a5edcb68a26e |
files | lib/export_to_influxdb/export_to_influxdb.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/export_to_influxdb/export_to_influxdb.py Sun Feb 02 14:40:55 2020 -0800 +++ b/lib/export_to_influxdb/export_to_influxdb.py Sun Feb 02 14:42:07 2020 -0800 @@ -28,7 +28,7 @@ return name class InfluxExporter(object): - def __init__(self, configGraph, influxHost='bang6'): + def __init__(self, configGraph, influxHost='bang5'): self.graph = configGraph self.influx = InfluxDBClient(influxHost, 9060, 'root', 'root', 'main') self.retentionPolicies = RetentionPolicies(self.influx)