Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pyExporter: Make bucket name configurable | Dimitri Staessens | 2021-07-25 | 1 | -1/+3 |
| | |||||
* | pyExporter: Export flow allocator updates | Dimitri Staessens | 2021-07-11 | 1 | -0/+2 |
| | |||||
* | pyExporter: Make interval configurable | Dimitri Staessens | 2021-07-11 | 1 | -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 address | Dimitri Staessens | 2021-07-10 | 1 | -3/+9 |
| | | | | This also fixes no neighbors shown. | ||||
* | pyExporter: Fix hard path to config.ini | Dimitri Staessens | 2021-07-09 | 1 | -1/+1 |
| | |||||
* | pyExporter: remove config.ini | Dimitri Staessens | 2021-07-09 | 1 | -6/+0 |
| | |||||
* | pyExporter: Add shebang | Dimitri Staessens | 2021-07-04 | 1 | -0/+1 |
| | | | | | This adds a shebang so the exporter can be started with ./oexport.py | ||||
* | exporters: Add InfluxDB exporter | Dimitri Staessens | 2021-07-03 | 3 | -0/+896 |
Adds a simple exporter for InfluxDB written in Python. |