projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a12cee5
)
powerdns plugin: no-packet-error counts number of erroneous packets; it should be...
author
Mariusz Gronczewski
<xani666@gmail.com>
Fri, 17 Aug 2018 14:35:11 +0000
(16:35 +0200)
committer
Florian Forster
<octo@collectd.org>
Tue, 9 Oct 2018 06:09:04 +0000
(08:09 +0200)
Signed-off-by: Florian Forster <octo@collectd.org>
src/powerdns.c
patch
|
blob
|
history
diff --git
a/src/powerdns.c
b/src/powerdns.c
index
da72ec8
..
89054f3
100644
(file)
--- 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"},