Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/linsomniac/munin-pdns_recursor
- Owner: linsomniac
- Created: 2010-11-15T00:50:13.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-15T01:01:20.000Z (about 14 years ago)
- Last Synced: 2023-03-11T11:42:40.974Z (over 1 year ago)
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
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_recRe-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