munin-bird/README.md

29 lines
884 B
Markdown
Raw Permalink Normal View History

2018-05-17 11:41:41 +02:00
# munin-bird
2018-05-17 11:47:26 +02:00
Munin plugin written in shell designed to graph BGP routes
See also [my website](https://www.swordarmor.fr/plugin-munin-pour-grapher-les-routes-de-bird.html)
## Example of configuration
You have to run this script under a user that have access to the bird socket.
```
[bird*]
user root
```
2018-05-17 14:26:55 +02:00
The plugin must be named bird_v6 for IPv6 routes and bird_v4 for legacy.
```
$ ls -lh /usr/local/etc/munin/plugins/bird_v*
lrwxr-xr-x 1 root wheel 36B May 7 11:29 /usr/local/etc/munin/plugins/bird_v4 -> /usr/local/share/munin/plugins/bird_
lrwxr-xr-x 1 root wheel 36B May 7 11:29 /usr/local/etc/munin/plugins/bird_v6 -> /usr/local/share/munin/plugins/bird_
```
2019-10-05 20:37:35 +02:00
# Forks
An enhanced version by Applied Privacy is available at
[github](https://github.com/appliedprivacy/bird2-munin).
And also a [RPKI version](https://github.com/appliedprivacy/bird2-rpki-munin).