Mitya_Eremeev
Mitya_Eremeev
https://github.com/greenpau/ovs_exporter/issues/7
To use the feature we need to set the following options in config file: use_vault = true vault_address = http://
To use the feature put the following options in config root: use_vault: true vault_address: http://
It would be nice to implement security feature to get some credentials from Vault, e.g. password.
To use the feature we need to set the following options in config section 'client': use_vault = true vault_address = http://
It would be nice to implement security feature to get some credentials from Vault, e.g. mysql password.
1) TLS and basic authentication are in flag `--web.config.file`: https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md#web-configuration 2) Config file has two dashes now: `--config-file` 3) Web address and port are in flag `--web.listen-address`. Environment variables `PUBLISH_PORT`...
I realize that exporter is not supported. I will upload patch, maybe it will be useful for someone.
I realize that project is dead. Still there are users which love it. This patch can be useful for them. To use the feature we need to set the following...
In wish list for future maintainers.