gen2brain / keepalived_exporter

Keepalived Prometheus Exporter
Apache License 2.0
44 stars 13 forks source link

don't work with ipvs #6

Closed lelvisl closed 7 months ago

lelvisl commented 4 years ago

An error has occurred while serving metrics:

440 error(s) occurred:

gen2brain commented 4 years ago

Do you use LVS/IPVS in KA config? All counters are zero. Not sure what is the problem here, need to check. Perhaps option to disable/not use IPVS would work here?

crafty-ua commented 3 years ago

Seems that labels for keepalived_lvs_rs-* metrics should also include the "virtual server"(aka vip) label.

Something like keepalived_lvs_rs_conn{vs="xxx:53",addr="yyy:53",proto="17"} 0

gen2brain commented 7 months ago

This should be fixed in https://github.com/gen2brain/keepalived_exporter/commit/1e9e6b6d4b41530a7d38be89ecba8ed059c5eb4c.