Home | History | Annotate | Download | only in contrib

Lines Matching refs:Unbound

3 # plugin for munin to monitor usage of unbound servers.
9 # To install; enable statistics and unbound-control in unbound.conf
14 # Run the command unbound-control-setup to generate the key files.
17 # unbound_conf - where the unbound.conf file is located.
18 # unbound_control - where to find unbound-control executable.
24 # [unbound*]
26 # env.unbound_conf /usr/local/etc/unbound/unbound.conf
27 # env.unbound_control /usr/local/sbin/unbound-control
57 unbound_munin_ - Munin plugin to monitor the Unbound DNS resolver.
61 System with unbound daemon.
65 [unbound*]
67 env.unbound_conf /usr/local/etc/unbound/unbound.conf
68 env.unbound_control /usr/local/sbin/unbound-control
98 state="${MUNIN_PLUGSTATE}/unbound.state"
99 seentags="${MUNIN_PLUGSTATE}/unbound-seentags.state"
100 conf=${unbound_conf:-/usr/local/etc/unbound/unbound.conf}
101 ctrl=${unbound_control:-/usr/local/sbin/unbound-control}
134 # download the state from the unbound server.
177 echo "error retrieving data from unbound server"
228 # print label and min 0 for a name $1 in unbound format
242 echo "graph_title Unbound DNS traffic and cache hits"
267 echo "graph_title Unbound requestlist size"
279 echo "graph_title Unbound memory usage"
291 echo "graph_info The memory used by unbound."
294 echo "graph_title Unbound DNS queries by type"
306 echo "graph_title Unbound DNS queries by class"
318 echo "graph_title Unbound DNS queries by opcode"
330 echo "graph_title Unbound DNS answers by return code"
345 echo "graph_title Unbound DNS incoming queries by flags"
363 echo "graph_title Unbound DNS histogram of reply time"