From 70a9bfda84b6b5bcc2e24806aa0d57affa588435 Mon Sep 17 00:00:00 2001 From: "Kim B. Heino" Date: Sat, 12 Jun 2021 22:37:33 +0300 Subject: [PATCH] contrib/unbound_munin_: minor cleanup to remove two leftovers --- contrib/unbound_munin_ | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" -- 2.39.5