From 84944bbd6973b446887dc5c778908db37b10cd6b Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Fri, 9 Jul 2021 20:46:16 +0200 Subject: pyExporter: Fix hard path to config.ini --- exporters-influxdb/pyExporter/oexport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporters-influxdb/pyExporter/oexport.py b/exporters-influxdb/pyExporter/oexport.py index 22a904c..c7bf3f4 100755 --- a/exporters-influxdb/pyExporter/oexport.py +++ b/exporters-influxdb/pyExporter/oexport.py @@ -535,7 +535,7 @@ class OuroborosExporter: def __init__(self, bucket='ouroboros-metrics', - config='/home/dstaesse/git/ouroboros_influx_exporter/config.ini', + config='./config.ini', rib_path='/tmp/ouroboros/'): point_settings = PointSettings() -- cgit v1.2.3