Skip to content

Releases: MindFlavor/prometheus_wireguard_exporter

Swapped rx-tx

25 Sep 18:38
eb03a6f
Compare
Choose a tag to compare

Bugfix

  • #13 - Received and sent bytes appear to be swapped.

Export remote information behind optional flag

31 Jul 13:37
Compare
Choose a tag to compare

Multiple allowed ip/subnet support

11 Jul 15:51
8177a37
Compare
Choose a tag to compare

This version addresses this issue: #8. In particular:

  • Corrected a typo in the label. It was inteface instead of interface.
  • Implemented support for multiple allowed ip and subnets. Two label mode are available: single, comma separated value (default) and multiple labels with an incremental number appended. The second mode can be enabled using the -s command line switch.

Thank you Toon Schoenmakers for the idea.

Moved boilerplate to external crate

09 Jun 18:18
4769a36
Compare
Choose a tag to compare

Moved boilerplate to external crate

This allowed for more simple code

[bugfix] wrong version shown at startup

From this version the code will use the relevant clap crate macros so it should always display the crates's version.

The code should behave as before but if you find inconsistencies please open an issue!

IPv6 support

03 Jun 09:26
2cd6f20
Compare
Choose a tag to compare

Better Prometheus compliance

31 May 14:56
b9f0357
Compare
Choose a tag to compare

This release uses _Total as suffix for counters as it should be. It also changes how the latest handshake value is returned: before it was the number of seconds since the latest handshake. Now you get the UNIX timestamp as passed by wg. This should minimize the events written in Prometheus for non connected devices.

Closed #2 and #3.

Changed default port to 9586

20 May 09:24
2d8c596
Compare
Choose a tag to compare

The default port had to be changed because the old one was already in use.

Friendly names support for peer names

20 May 09:08
eab95c5
Compare
Choose a tag to compare
Merge pull request #1 from MindFlavor/peer_names

Friendly names support for peer names

v0.1.0 - Initial release

23 Apr 21:08
143a450
Compare
Choose a tag to compare

First public release