unbound/unbound-munin.README
Marcus Rueckert fb38fe6a18 - update to 1.4.21
merged lots of stuff from the fedora package
  - added python/munin/shlib/anchor subpackages
- currently the package only supports systemd

OBS-URL: https://build.opensuse.org/package/show/server:dns/unbound?expand=0&rev=6
2013-12-28 04:04:39 +00:00

6 lines
133 B
Plaintext

To activate the munin plugins, run (as root):
cd /etc/munin/plugins
for i in /usr/share/munin/plugins/unbound_*; do ln -s $i; done