X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpowerdns.c;h=74e671b63fa962b974703d6c685b089cf9f04a39;hb=7111bb6df7628edce3a8e538b386fbe27633a191;hp=c71580703dfaa5eb6dcdf14c4690fcb518981c14;hpb=ba1015262cdc912f9d01ab5a76037e65033c54c5;p=collectd.git diff --git a/src/powerdns.c b/src/powerdns.c index c7158070..74e671b6 100644 --- a/src/powerdns.c +++ b/src/powerdns.c @@ -282,7 +282,7 @@ static statname_lookup_t lookup_table[] = /* {{{ */ {"ipv6-questions", "dns_question", "incoming-ipv6"}, {"malloc-bytes", "gauge", "malloc_bytes"}, {"max-mthread-stack", "gauge", "max_mthread_stack"}, - {"no-packet-error", "gauge", "no_packet_error"}, + {"no-packet-error", "errors", "no_packet_error"}, {"noedns-outqueries", "dns_question", "outgoing-noedns"}, {"noping-outqueries", "dns_question", "outgoing-noping"}, {"over-capacity-drops", "dns_question", "incoming-over_capacity"},