Closed vpolikarpov closed 4 years ago
I'm running keepalived v1.3.5-6 on CentOS 7.6.1810 and the latest version of exporter with no extra options.
Exporter parses stats file perfectly, but fails to parse data file. Here is an example of /tmp/keepalived.data file head:
/tmp/keepalived.data
------< VRRP Topology >------ VRRP Instance = foo VRRP Version = 2 State = MASTER Last transition = 1582118865 (Wed Feb 19 13:27:45 2020) Listening device = ens192 Using src_ip = 10.0.0.1 Gratuitous ARP delay = 5 Gratuitous ARP repeat = 5 ...
Looks like the line containing VRRP version prevents exporter from parsing data since the line looks like the beginning of the new block of data.
I'm running keepalived v1.3.5-6 on CentOS 7.6.1810 and the latest version of exporter with no extra options.
Exporter parses stats file perfectly, but fails to parse data file. Here is an example of
/tmp/keepalived.data
file head:Looks like the line containing VRRP version prevents exporter from parsing data since the line looks like the beginning of the new block of data.