done.
- write_graphite
- Sends data to Carbon, the storage layer of Graphite using TCP or UDP.
+ Sends data to Carbon, the storage layer of Graphite using TCP or UDP. It
+ can be configured to avoid logging send errors (especially useful when
+ using UDP).
- write_http
Sends the values collected by collectd to a web-server using HTTP POST
Host "localhost"
Port "2003"
Protocol "udp"
+ LogSendErrors true
Prefix "collectd"
</Node>
</Plugin>
Protocol to use when connecting to I<Graphite>. Defaults to C<tcp>.
+=item B<LogSendErrors> B<false>|B<true>
+
+If set to B<true> (the default), logs errors when sending data to I<Graphite>.
+If set to B<false>, it will not log the errors. This is especially useful when
+using Protocol UDP since many times we want to use the "fire-and-forget"
+approach and logging errors fills syslog with unneeded messages.
+
=item B<Prefix> I<String>
When set, I<String> is added in front of the host name. Dots and whitespace are