# HG changeset patch # User drewp # Date 1580683327 28800 # Node ID c7cb4db0a05d716ce18d400be1bdb405448d87d3 # Parent 219afa183251f00739700839f9331799930ec1df influx on default host 'bang5' Ignore-this: d061f2f1587f4aadc0e51d840889de79 darcs-hash:946c22f5a028fc34fd2ff1d911a873edc82fcdf5 diff -r 219afa183251 -r c7cb4db0a05d lib/export_to_influxdb/export_to_influxdb.py --- 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)