From 24d9921de51f29dbef1ccabe330bb03774add9c3 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sat, 3 Jul 2021 13:12:35 +0200 Subject: exporters: Add InfluxDB exporter Adds a simple exporter for InfluxDB written in Python. --- exporters-influxdb/pyExporter/config.ini.example | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 exporters-influxdb/pyExporter/config.ini.example (limited to 'exporters-influxdb/pyExporter/config.ini.example') diff --git a/exporters-influxdb/pyExporter/config.ini.example b/exporters-influxdb/pyExporter/config.ini.example new file mode 100644 index 0000000..f2656f7 --- /dev/null +++ b/exporters-influxdb/pyExporter/config.ini.example @@ -0,0 +1,6 @@ +[influx2] +url=http://localhost:8086 +org= +token= +timeout=6000 +verify_ssl=False \ No newline at end of file -- cgit v1.2.3