Open telmich opened 2 months ago
I just build and pushed ungleich/bird_exporter:1.4.3-9-gea10eb5 (build process works flawlessly!) and now I get:
bird_socket_query_success 0
which is a bit better than before.
Just checked, the unix socket communication works:
socat - UNIX-CONNECT:/var/run/bird.ctl
0001 BIRD 2.15.1 ready.
show protocols
2002-Name Proto Table State Since Info
1002-device1 Device --- up 14:05:18.084
bfd1 BFD --- up 14:05:18.084
babel1 Babel --- up 14:05:18.084
kernel_v6 Kernel master6 up 14:05:18.084
kernel_v4 Kernel master4 up 14:05:18.084
p10siit_v6 Static master6 up 14:05:18.084
p10siit_v4 Static master4 up 14:05:18.084
thisrouter Static master6 up 14:05:18.084
ibgp_server122 BGP --- up 14:05:19.225 Established
ibgp_server123 BGP --- up 14:05:18.752 Established
ibgp_server141 BGP --- up 14:05:22.526 Established
ibgp_server143 BGP --- up 14:05:18.519 Established
ibgp_sfpapu2 BGP --- up 14:05:21.912 Established
ibgp_sfpapu3 BGP --- up 14:05:21.775 Established
ibgp_sfpapu4 BGP --- up 14:05:18.787 Established
ibgp_vigir28 BGP --- start 14:05:18.084 Connect
ibgp_vigir29 BGP --- start 14:05:18.084 Connect
0000
Checking the args, I think I see the bug..."-bird.v2" might be the missing part... and it indeed is:
bird_socket_query_success 1
Hello,
I am trying to use bird_exporter with bird 2.15.1. I created a k8s manifest as follows:
The curl on:9324/metrics results into an empty reply:
Trying to use newer versions such as 1.4.1 (mentioned in sample chart) or 1.4.3 (tag exists) does not seem to have a corresponding image on https://hub.docker.com/r/czerwonk/bird_exporter/tags.
Are there any plans for pushing out newer images and am I doing something totally wrong with 1.2.6 that it does not respond to metrics?