author | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 19 Sep 2013 21:27:02 +0000 (23:27 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 19 Sep 2013 21:27:02 +0000 (23:27 +0200) | ||
commit | 6be256a584f4d19d105f6fa06e5634cedc21db64 | |
tree | 9d4ab74eecba652ae8c5661250902113d68b2878 | tree | snapshot |
parent | 0a62f6d35733648b47e218b97a0fb79d962f4418 | commit | diff |
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
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 | diff | blob | history | |
src/collectd.conf.pod | diff | blob | history | |
src/write_graphite.c | diff | blob | history |