Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-01 | xml: include building block file name should end with .i and not .in | Christian Breunig | |
2023-03-24 | xml: T5109: use common include file for alpha-numeric, hyphen and underscore ↵ | Christian Breunig | |
regex | |||
2022-10-13 | monitoring: T4312: Ability to set IP address in the URL | Viacheslav Hletenko | |
Use common "url.xml" which allow URL as domain name or IP entrie | |||
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. |