vilhelmprytz / areca-prometheus-exporter

Prometheus exporter for Areca CLI
MIT License
0 stars 1 forks source link

bug: --web config options gone since v0.5.0 #4

Closed vilhelmprytz closed 11 months ago

vilhelmprytz commented 11 months ago

Output from --help on release v0.4.0:

usage: areca_exporter [<flags>]

Flags:
  -h, --[no-]help                Show context-sensitive help (also try --help-long and --help-man).
      --collect-interval=5s      How often to poll Areca CLI
      --[no-]web.systemd-socket  Use systemd socket activation listeners instead of port listeners (Linux only).
      --web.listen-address=:9423 ...  
                                 Addresses on which to expose metrics and web interface. Repeatable for multiple addresses.
      --web.config.file=""       [EXPERIMENTAL] Path to configuration file that can enable TLS or authentication. See: https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md
      --[no-]version             Show application version.

and on v0.5.0:

usage: areca-prometheus-exporter [<flags>]

Flags:
  --[no-]help               Show context-sensitive help (also try --help-long and --help-man).
  --collect-interval=5s     How often to poll Areca CLI
  --cli-path="areca.cli64"  Path to the Areca CLI binary

This is not intended behaviour.