czerwonk / junos_exporter

Exporter for devices running JunOS to use with https://prometheus.io/
MIT License
198 stars 81 forks source link

Collect metrics on the IS-IS adjacency state #194

Closed mirceaulinic closed 2 years ago

mirceaulinic commented 2 years ago

The current IS-IS metrics only provide the total counters, i.e., number of adjacencies and how many are up. This is great for a dashboard-like approach, but insufficient when you need to look into a more granular per-adjacency, for example for alerting. Adding a new junos_isis_adjacency_state metrics family that provide the adjacency state. Closes https://github.com/czerwonk/junos_exporter/issues/113.

czerwonk commented 2 years ago

Thanks for contributing! :)