github MindFlavor/prometheus_wireguard_exporter 3.4.0
Support for arbitrary comments in peers configuration

latest releases: 3.6.6, 3.6.5, 3.6.4...
4 years ago

Breaking change

The exporter now requires you to specify the friendly names in a specific format (only if you want to use them of course). This allows you to use arbitrary comments in the file while keeping the friendly name functionality. Thank you Miloš Bunčić for this. This also paves the way for future metadata.

In order to migrate you can use this sed command:

sed -i  's/#/# friendly_name=/' peers.conf

Please make sure to do a backup before using it!

Don't miss a new prometheus_wireguard_exporter release

NewReleases is sending notifications on new releases.