Munin plugin written in shell designed to graph BGP routes
Go to file
Alarig Le Lay d6ecc64674 Forks 2019-10-05 20:37:35 +02:00
LICENSE Initial commit 2018-05-17 11:41:41 +02:00
README.md Forks 2019-10-05 20:37:35 +02:00
bird_ remove petrus’ address 2018-12-17 15:50:53 +01:00

README.md

munin-bird

Munin plugin written in shell designed to graph BGP routes

See also my website

Example of configuration

You have to run this script under a user that have access to the bird socket.

[bird*]
user root

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_

Forks

An enhanced version by Applied Privacy is available at github.

And also a RPKI version.