mqtt plugin: Change message format to one topic per metric.
authorFlorian Forster <octo@collectd.org>
Thu, 20 Nov 2014 17:25:21 +0000 (18:25 +0100)
committerFlorian Forster <octo@collectd.org>
Mon, 6 Jul 2015 12:07:10 +0000 (14:07 +0200)
commit677f1d67d3ff255b1a28c2fbb5861ef50c1b2d3a
tree40a6cb0a448a89b25bcd4580582505619cd73024
parent96179cb2a421f98dedfc7bfe0d56ab50c2caf56b
mqtt plugin: Change message format to one topic per metric.

The payload now includes all data sources and the timestamp. The payload
is formatted with the existing format_values() function, which removed
quite a couple of lines of code.
src/mqtt.c