Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-22 | telegraf: T4680: fix prometheus client listen-address invalid format | KyleM | |
2022-08-25 | telegraf: T3872: re-use existing XML building blocks | Christian Poessinger | |
2022-08-25 | telegraf: T4617: add VRF support | Christian Poessinger | |
2022-07-07 | monitoring: T4411: Migrate influxdb options to influxdb node | Viacheslav Hletenko | |
As we have specific configuration for each plugin: set service monitoring telegraf xxx - azure-data-explorer - prometheus-client - splunk We should to move configuration that related to influxdb under influxdb node Replace: set service monitoring telegraf - authentication xxx - bucket xxx - port xxx - url To: set service monitoring telegraf influxdb xxx | |||
2022-06-29 | xml: streamline interface definition filenames, drop _ | Christian Poessinger | |
Some files that described the CLI used underscores to split CLI levels, some others did not. This commit removes all underscores from the filename and only makes use of a hyphen. |