switch default write_graphite protocol back to TCP
authorMarc Fournier <marc.fournier@camptocamp.com>
Thu, 19 Sep 2013 21:27:02 +0000 (23:27 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Thu, 19 Sep 2013 21:27:02 +0000 (23:27 +0200)
commit6be256a584f4d19d105f6fa06e5634cedc21db64
tree9d4ab74eecba652ae8c5661250902113d68b2878
parent0a62f6d35733648b47e218b97a0fb79d962f4418
switch default write_graphite protocol back to TCP

The *default* protocol was switched to UDP in 498a0dcd, when UDP support
was added to the plugin.

Switching this default back to TCP, because it makes the plugin break
for users upgrading to 5.4, and also because the UDP listener is disabled
in a default graphite installation (cf.
https://github.com/graphite-project/carbon/blob/0.9.x/conf/carbon.conf.example#L78)

Fixes GH#428
src/collectd.conf.in
src/collectd.conf.pod
src/write_graphite.c