Code

collectd::unixsock backend: Added support for spaces in identifiers.
authorSebastian Harl <sh@tokkee.org>
Sat, 5 Jul 2014 08:28:11 +0000 (10:28 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 5 Jul 2014 08:28:11 +0000 (10:28 +0200)
commit2d962f92c79947a98d83a92bcbe17bde3fe325e2
tree7c9618b5d846f2dc4e0c12724ec40329739691dd
parentf922c934ade661b38047d405cb2b065152d6a526
collectd::unixsock backend: Added support for spaces in identifiers.

Don't treat space as a field separator for LISTVAL responses. Instead, split
of the update timestamp from the hostname after splitting at slash characters
only.
src/backend/collectd/unixsock.c