Tynan

Results 5 comments of Tynan

You are correct. The `junos_up` metric was not implemented because the more specific `collector_up` metric covers it. Thanks for highlighting the code thate needs cleaning up.

That is because `--collector.bgp.peer-types` expects a JSON formatted peer description. Please see https://github.com/tynany/frr_exporter?tab=readme-ov-file#bgp-frr_bgp_peer_types_up for more details, specifically: > To implement this metric, a JSON formatted description must be configured on...

Thanks for the detailed output! The FPC collector has been implemented in [v1.4.0](https://github.com/tynany/junos_exporter/releases/tag/v1.4.0).

I think this should be possible. What is the format of the device list?

This is by design to improve collection speed, as all collectors run in parallel. One solution is to create a read only user with SSH key based authentication. That way,...