Update README.md
This commit is contained in:
parent
185f199fe9
commit
a7ad6aa4ab
10
README.md
10
README.md
@ -1,7 +1,7 @@
|
||||
# bird_exporter [][travis]
|
||||
Metric exporter for bird routing daemon to use with Prometheus
|
||||
|
||||
# Remarks
|
||||
## 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.
|
||||
@ -11,12 +11,12 @@ To get meaningful uptime information bird has to be configured this way:
|
||||
timeformat protocol "%s";
|
||||
```
|
||||
|
||||
# Install
|
||||
## Install
|
||||
```
|
||||
go get github.com/czerwonk/bird_exporter
|
||||
```
|
||||
|
||||
# Features
|
||||
## Features
|
||||
* BGP session state
|
||||
* imported / exported / filtered prefix counts (BGP, OSPF)
|
||||
* protocol uptimes (BGP, OSPF)
|
||||
@ -28,10 +28,10 @@ This software uses components of the following projects
|
||||
## License
|
||||
(c) Daniel Czerwonk, 2016. Licensed under [MIT](LICENSE) license.
|
||||
|
||||
# Prometheus
|
||||
## Prometheus
|
||||
see https://prometheus.io/
|
||||
|
||||
# Bird routing daemon
|
||||
## Bird routing daemon
|
||||
see http://bird.network.cz/
|
||||
|
||||
[travis]: https://travis-ci.org/czerwonk/bird_exporter
|
||||
|
Loading…
x
Reference in New Issue
Block a user