Code

write_http: consistent multi-instance support
authorMarc Fournier <marc.fournier@camptocamp.com>
Tue, 20 Jan 2015 22:09:56 +0000 (23:09 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Wed, 21 Jan 2015 09:13:42 +0000 (10:13 +0100)
commit789b73ad5ce9a1f3d3b255be593813fbe814f9f1
treee3399d44de658b88b73d67ac44f6e7ba9a63b856
parentbc2918029233c9925def654107dfc5cd5d4919f2
write_http: consistent multi-instance support

This makes the plugin use `<Node>` blocks liks most other write plugins,
while maintaining backwards compatibility with `<URL>` blocks.

It's a follow up to #899, which was merely a fix for the release
branches.
src/collectd.conf.in
src/collectd.conf.pod
src/write_http.c