forked from linsomniac/munin-pdns_recursor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
28 lines (18 loc) · 825 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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