From: Kim B. Heino Date: Sat, 12 Jun 2021 19:37:33 +0000 (+0300) Subject: contrib/unbound_munin_: minor cleanup to remove two leftovers X-Git-Tag: release-1.13.2rc1~145^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70a9bfda84b6b5bcc2e24806aa0d57affa588435;p=thirdparty%2Funbound.git contrib/unbound_munin_: minor cleanup to remove two leftovers --- diff --git a/contrib/unbound_munin_ b/contrib/unbound_munin_ index 82e6d1522..503752758 100755 --- a/contrib/unbound_munin_ +++ b/contrib/unbound_munin_ @@ -95,7 +95,6 @@ BSD =cut -. ${MUNIN_LIBDIR}/plugins/plugin.sh state="${MUNIN_PLUGSTATE}/unbound.state" seentags="${MUNIN_PLUGSTATE}/unbound-seentags.state" conf=${unbound_conf:-/usr/local/etc/unbound/unbound.conf} @@ -491,7 +490,7 @@ by_opcode) ;; by_rcode) for nm in `grep "^num.answer.rcode" $seentags`; do - print_value $nm $x + print_value $nm done print_value "num.answer.secure" print_value "num.answer.bogus"