aboutsummaryrefslogtreecommitdiff
path: root/exporters-influxdb/pyExporter/oexport.py
Commit message (Collapse)AuthorAgeFilesLines
* pyExporter: Make bucket name configurableDimitri Staessens2021-07-251-1/+3
|
* pyExporter: Export flow allocator updatesDimitri Staessens2021-07-111-0/+2
|
* pyExporter: Make interval configurableDimitri Staessens2021-07-111-2/+7
| | | | | | The metrics interval can now be set in millisecond increments from commandline using -i <interval> or --i <interval>. Default is 1000 (1 second).
* pyExporter: Fix getting IPCP addressDimitri Staessens2021-07-101-3/+9
| | | | This also fixes no neighbors shown.
* pyExporter: Fix hard path to config.iniDimitri Staessens2021-07-091-1/+1
|
* pyExporter: Add shebangDimitri Staessens2021-07-041-0/+1
| | | | | This adds a shebang so the exporter can be started with ./oexport.py
* exporters: Add InfluxDB exporterDimitri Staessens2021-07-031-0/+884
Adds a simple exporter for InfluxDB written in Python.