Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/linsomniac/munin-pdns_recursor

Munin plugins for graphing pdns_recursor.
https://github.com/linsomniac/munin-pdns_recursor

Last synced: 11 days ago
JSON representation

Munin plugins for graphing pdns_recursor.

Awesome Lists containing this project

README

        

This is a series of plugins for munin to graph information about pdns_recursor.

Written by Sean Reifschneider of tummy.com, ltd.
Placed in the public domain.

INSTALLING

Copy the pdns_rec* files to /etc/munin/plugins

Set up plugins to run as root (rec_control has to run as root, not pdns,
not munin, graphs won't update if this is not set):

echo '[pdns_rec_*]' >/etc/munin/plugin-conf.d/pdns_rec
echo 'user root' >>/etc/munin/plugin-conf.d/pdns_rec

Re-start munin-node.

NON-DEFAULT REC_CONTROL PATH

There is a configuration value called "rec_control" which can be set to
the path to the rec_control program. The default for this is
/usr/bin/rec_control.

For example, in the plugin-conf you can do:

[pdns_rec_*]
user root
rec_control /usr/local/bin/rec_control