author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Mon, 10 Oct 2016 14:44:40 +0000 (16:44 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Wed, 12 Oct 2016 14:49:56 +0000 (16:49 +0200) | ||
commit | 169f4b5d950a37fa1585f19118aeb0b9abd8a317 | |
tree | 342050475f2feb21062390683748e812caa9148f | tree | snapshot |
parent | dcd0b4f3121d903070282ee013b2de939bc0fa49 | commit | diff |
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>
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 | diff | blob | history |