X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcollectd.conf.pod;h=a5af576239492a379ca88b40ac324bf5ed9d245a;hb=584f57cc8cfb14cbcc45714db5dc87304ccb2a0e;hp=82fa4ce98c38076805ce80e52cd9d056e7850f5f;hpb=aaff848cf8b7752c7549590637f1b7702e32221e;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 82fa4ce9..a5af5762 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -3352,26 +3352,31 @@ the B branch. Path to the PEM-encoded CA certificate file. Setting this option enables TLS communication with the MQTT broker, and as such, B should be the TLS-enabled port of the MQTT broker. +A valid TLS configuration requires B, B and B. =item B I Path to the PEM-encoded certificate file to use as client certificate when -connecting to the MQTT broker. Requires B +connecting to the MQTT broker. +A valid TLS configuration requires B, B and B. =item B I -Path to the unencrypted PEM-encoded key file corresponding to B. +Path to the unencrypted PEM-encoded key file corresponding to B. +A valid TLS configuration requires B, B and B. =item B I -If configured, this specifies the string protocol version (e.g. tlsv1, tlsv1.2) to -use for the TLS connection to the broker. If not set a default version is used which -depends on the version of OpenSSL the Mosquitto library was linked against. +If configured, this specifies the string protocol version (e.g. C, +C) to use for the TLS connection to the broker. If not set a default +version is used which depends on the version of OpenSSL the Mosquitto library +was linked against. =item B I -A string describing the ciphers available for use. See the "openssl ciphers" utility -for more information. If unset, the default ciphers will be used. +A string describing the ciphers available for use. See L and the +C utility for more information. If unset, the default ciphers +will be used. =back @@ -4431,6 +4436,21 @@ Default: C =back +=head2 Plugin C + +The I plugin writes notifications to Nagios' I as +a I. + +Available configuration options: + +=over 4 + +=item B I + +Sets the I to write to. Defaults to F. + +=back + =head2 Plugin C =over 4 @@ -4937,6 +4957,13 @@ Default: B<0.9> Sets the Time-To-Live of generated ICMP packets. +=item B I + +Sets the size of the data payload in ICMP packet to specified I (it +will be filled with regular ASCII pattern). If not set, default 56 byte +long string is used so that the packet size of an ICMPv4 packet is exactly +64 bytes, similar to the behaviour of normal ping(1) command. + =item B I Sets the source address to use. I may either be a numerical network @@ -6212,6 +6239,12 @@ rate of counters and size of sets will be zero, timers report C and gauges are unchanged. If set to B, the such metrics are not dispatched and removed from the internal cache. +=item B B|B + +When enabled, create a C metric which reports the change since the last +read. This option primarily exists for compatibility with the I +impelemtation by Etsy. + =item B I Calculate and dispatch the configured percentile, i.e. compute the latency, so @@ -7251,6 +7284,14 @@ Service name or port number to connect to. Defaults to C<2003>. Protocol to use when connecting to I. Defaults to C. +=item B I + +When set to non-zero, forces the connection to the Graphite backend to be +closed and re-opend periodically. This behavior is desirable in environments +where the connection to the Graphite backend is done through load balancers, +for example. When set to zero, the default, the connetion is kept open for as +long as possible. + =item B B|B If set to B (the default), logs errors when sending data to I.