X-Git-Url: https://git.tokkee.org/?p=collectd.git;a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=6ef2822ec68669d61cb4cebe05d4ae45e4deb975;hp=97dd8ab2dc0d4c15328d9179693e123e7e489830;hb=d56026568932858d8eb3ad6e8588086eac0dbf5e;hpb=a69146ca1fcb60fab5f87f0a9748d7a528f0f0da diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 97dd8ab2..6ef2822e 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -5842,9 +5842,9 @@ iptables to feed data for the guest IPs into the iptables plugin. The C plugin writes data to I, an open-source metrics storage and graphing project. The plugin connects to I, the data layer -of I, and sends data via the "line based" protocol (per default using -portE2003). The data will be sent in blocks of at most 1428 bytes to -minimize the number of network packets. +of I, via I or I and sends data via the "line based" +protocol (per default using portE2003). The data will be sent in blocks +of at most 1428 bytes to minimize the number of network packets. Synopsis: @@ -5852,6 +5852,8 @@ Synopsis: Host "localhost" Port "2003" + Protocol "udp" + LogSendErrors true Prefix "collectd" @@ -5869,6 +5871,17 @@ Hostname or address to connect to. Defaults to C. Service name or port number to connect to. Defaults to C<2003>. +=item B I + +Protocol to use when connecting to I. Defaults to C. + +=item B B|B + +If set to B (the default), logs errors when sending data to I. +If set to B, 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 I When set, I is added in front of the host name. Dots and whitespace are