kpetremann / salt-exporter

Salt Prometheus exporter working out of the box without any configuration on Salt side. Comes with an event watcher TUI.
https://kpetremann.github.io/salt-exporter/
MIT License
30 stars 8 forks source link

feat: configuration via environment variables #43

Closed kpetremann closed 1 year ago

kpetremann commented 1 year ago

All settings available in the configuration file can be set as environment variables, but:

The precedence order is the one coming from viper:

Implements: #37