From 50b728aa080f4cd92e1c2558bc6d3e732806f787 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 18 Sep 2008 08:47:04 +0000 Subject: [PATCH] upgrade lee value to working. nicer desc in munin plugin. git-svn-id: file:///svn/unbound/trunk@1250 be551aaa-1e26-0410-a405-d3ace91eadb9 --- contrib/unbound_munin_ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/unbound_munin_ b/contrib/unbound_munin_ index 34a2179d6..4d7df6175 100755 --- a/contrib/unbound_munin_ +++ b/contrib/unbound_munin_ @@ -102,7 +102,7 @@ crit=${spoof_crit:-100000} # number of seconds between polling attempts. # makes the statefile hang around for at least this many seconds, # so that multiple links of this script can share the results. -lee=5 +lee=55 # to keep things within 19 characters ABBREV="-e s/total/t/ -e s/thread/t/ -e s/num/n/ -e s/query/q/ -e s/answer/a/ -e s/unwanted/u/ -e s/requestlist/ql/ -e s/type/t/ -e s/class/c/ -e s/opcode/o/ -e s/rcode/r/ -e s/edns/e/ -e s/mem/m/ -e s/cache/c/ -e s/mod/m/" @@ -276,7 +276,7 @@ if test "$1" = "config" ; then done p_config "num.answer.secure" "answer secure" p_config "num.answer.bogus" "answer bogus" - p_config "num.rrset.bogus" "rrsets bogus" + p_config "num.rrset.bogus" "num rrsets marked bogus" echo "graph_info answers sorted by return value. rrsets bogus is the number of rrsets marked bogus per second by the validator" ;; by_flags)