From 1f15bc64863977bef23330dc6db70e32c8d81def Mon Sep 17 00:00:00 2001 From: Alan Gregory Date: Tue, 16 Aug 2016 10:48:57 -0300 Subject: [PATCH] Adeed unbound App setup docs --- doc/Extensions/Applications.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/Extensions/Applications.md b/doc/Extensions/Applications.md index 4c0539d86b..c3c23456cd 100644 --- a/doc/Extensions/Applications.md +++ b/doc/Extensions/Applications.md @@ -168,6 +168,24 @@ extend memcached /usr/local/bin/memcached 4. Restart snmpd on your host 5. On the device page in Librenms, edit your host and check `Memcached` under the Applications tab. +### Unbound + +##### Agent +[Install the agent](#agent-setup) on this device if it isn't already and copy the `unbound.sh` script to `/usr/lib/check_mk_agent/local/` + +Unbound configuration: + +```text +# Enable extended statistics. +server: + statistics-interval: 0 + extended-statistics: yes + # set to yes if graphing tool needs it + statistics-cumulative: no +``` + +Restart your unbound after changing the configuration,v erify it is working by running /usr/lib/check_mk_agent/local/unbound.sh + Agent Setup -----------