Skip to content

v0.3

Compare
Choose a tag to compare
@dennisstritzke dennisstritzke released this 12 Feb 10:50

This release introduces new metrics on throughput of IPsec connections and is able to process include statements. See all changes in the Changelog

Breaking Changes

  • The default listening port is now 9536 and registered as a Prometheus Exporter Default port. If you want to maintain the previous behaviour, launch the ipsec_exporter with the --web.listen-address 9101 command line flag.
  • Requesting the exporters / page now displays a HTML page instead of the previous redirect to /metrics.
  • Renamed the --collector.ipsec.conf command line flag to config-path.

Features

  • The exporter follows include directives in the IPsec config file and searches for connections in all referenced files.
  • --version command line option.