aboutsummaryrefslogtreecommitdiff
path: root/exporters-influxdb/pyExporter/config.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'exporters-influxdb/pyExporter/config.ini.example')
-rw-r--r--exporters-influxdb/pyExporter/config.ini.example6
1 files changed, 6 insertions, 0 deletions
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=<your-org>
+token=<your-token>
+timeout=6000
+verify_ssl=False \ No newline at end of file