X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fpowerdns.c;h=74e671b63fa962b974703d6c685b089cf9f04a39;hp=c71580703dfaa5eb6dcdf14c4690fcb518981c14;hb=da11ce02eb202b3e01d3e2d1b40f248a84430973;hpb=9c6c1bdb92537f307d245c52349d3f196ec4d33d 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"},