bird_exporter/README.md
2017-05-27 01:35:08 +02:00

986 B

bird_exporter Build Status

Metric exporter for bird routing daemon to use with Prometheus

Remarks

this is an early version

Since bird_exporter calls the bird client binary, bird has to be installed on the same mashine as bird_exporter.

To get meaningful uptime information bird has to be configured this way:

timeformat protocol "%s";

Install

go get github.com/czerwonk/bird_exporter

Features

  • BGP session state
  • imported / exported / filtered prefix counts (BGP, OSPF)
  • protocol uptimes (BGP, OSPF)

Third Party Components

This software uses components of the following projects

License

(c) Daniel Czerwonk, 2016. Licensed under MIT license.

Prometheus

see https://prometheus.io/

Bird routing daemon

see http://bird.network.cz/