changeset 699:17fa56851491

influx on default host 'bang5' Ignore-this: d061f2f1587f4aadc0e51d840889de79
author drewp@bigasterisk.com
date Sun, 02 Feb 2020 14:42:07 -0800
parents 50b95bd96141
children cbc7321b2793
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)