1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-13 01:05:15 +00:00

Add Bird dynamic routing daemin monitoring plugin

This commit is contained in:
luben 2012-07-09 03:03:05 +03:00
parent fd2a8b3bb1
commit 5383f21d42
2 changed files with 265 additions and 0 deletions

33
plugins/bird/README Normal file
View file

@ -0,0 +1,33 @@
NAME
bird - Munin multigraph plugin to monitor BIRD routing daemon activity
APPLICABLE SYSTEMS
Every system with running bird
CONFIGURATION
The plugin must run with a user or group that could connect to bird
control socket.
This configuration snipplet is an example with the defaults:
[bird]
user root
protocols BGP
socket /var/run/bird.ctl
USAGE
Link this plugin to /etc/munin/plugins/ and restart the munin-node.
MAGIC MARKERS
#%# family=auto
#%# capabilities=autoconf
BUGS
Not known
AUTHOR
Luben Karavelov (karavelov at mail.bg)
LICENSE
Same as perl