diff --git a/contrib/unbound_munin_ b/contrib/unbound_munin_ index 330e63fa1..c52ceacf3 100755 --- a/contrib/unbound_munin_ +++ b/contrib/unbound_munin_ @@ -327,9 +327,13 @@ if test "$1" = "config" ; then echo "graph_args --base 1000 -l 0" echo "graph_vlabel queries / second" echo "graph_category DNS" + echo hcache.label "cache hits" + echo hcache.min 0 + echo hcache.draw AREA + echo hcache.colour 999999 echo h64ms.label "0 msec - 66 msec" echo h64ms.min 0 - echo h64ms.draw AREA + echo h64ms.draw STACK echo h64ms.colour 0000FF echo h128ms.label "66 msec - 131 msec" echo h128ms.min 0 @@ -459,6 +463,8 @@ by_flags) done ;; histogram) + get_value total.num.cachehits + echo hcache.value $value r=0 for x in histogram.000000.000000.to.000000.000001 \ histogram.000000.000001.to.000000.000002 \