mehdy / keepalived-exporter

Prometheus Keepalived exporter
GNU General Public License v3.0
121 stars 40 forks source link

fix: correctly parse VIP info from keepalive.data #81

Closed SimonDreher closed 1 year ago

SimonDreher commented 2 years ago

Previously the key always was "Virtual IP :", but now with https://github.com/acassen/keepalived/commit/8e0371a1598e4669213a73d40c20e1e378a5b7e3 it is like "Virtual IP (1):". This change was introduced with version 2.2.5.

Without this fix, keepalived-exporter fails to gather the labels for keepalived_vrrp_state and that metric is then missing.

SimonDreher commented 2 years ago

Ping @clwluvw or anyone else: Is there a chance to get any reaction or is this project dead?

mehdy commented 1 year ago

@SimonDreher Sorry for the very long delay. The project temporarily had no active maintainer. Now we're working on the project.

This issue is fixed with a more recent PR (#88). And we'll soon release a new version. I'll close this one.