Code

powerdns plugin: fix parsing of last key
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 10 Oct 2016 14:44:40 +0000 (16:44 +0200)
committerFlorian Forster <octo@collectd.org>
Wed, 12 Oct 2016 14:49:56 +0000 (16:49 +0200)
commit169f4b5d950a37fa1585f19118aeb0b9abd8a317
tree342050475f2feb21062390683748e812caa9148f
parentdcd0b4f3121d903070282ee013b2de939bc0fa49
powerdns plugin: fix parsing of last key

I found this in my logs:

collectd[4678]: powerdns plugin: submit: Not found in lookup table: questions#012 = 98797645;

The octal #012 is '\n'. Add a space before the newline so the default
command is split into keys correctly.

Signed-off-by: Florian Forster <octo@collectd.org>
src/powerdns.c