X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=6b76c9112e4428d1758b314897476ec30491da34;hb=39a1828548656b7f1fe486d48b8a08bf475277f1;hp=905689dcc76d370d24a4c4c048729770caf021ab;hpb=e3760386b1ad3935d30fbd43e28b33fb81a7ba78;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 905689dc..6b76c911 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -519,6 +519,7 @@ possibly filtering or messages. # ExchangeType "fanout" # RoutingKey "collectd" # Persistent false + # ConnectionRetryDelay 0 # Format "command" # StoreRates false # GraphitePrefix "collectd." @@ -540,6 +541,7 @@ possibly filtering or messages. # QueueDurable false # QueueAutoDelete true # RoutingKey "collectd.#" + # ConnectionRetryDelay 0 @@ -630,6 +632,13 @@ mode will be used, i.e. delivery is guaranteed. If set to B (the default), the I delivery mode will be used, i.e. messages may be lost due to high load, overflowing queues or similar issues. +=item B I + +When the connection to the AMQP broker is lost, defines the time in seconds to +wait before attempting to reconnect. Defaults to 0, which implies collectd will +attempt to reconnect at each read interval (in Subscribe mode) or each time +values are ready for submission (in Publish mode). + =item B B|B|B (Publish only) Selects the format in which messages are sent to the broker. If set to @@ -1460,6 +1469,14 @@ plugin below on how matches are defined. If the B or B options are set to B, B blocks are optional. +=item B I + +The B option sets the overall timeout for each request. Make sure that +collectd is configured with enough C, otherwise an overly long +timeout could block other plugins. By default or when set to B<0>, a timeout +equal to the B is used. Prior to version 5.5.0, there was no timeout +and requests might hang indefinitely. + =back =head2 Plugin C @@ -1545,6 +1562,7 @@ URL. By default the global B setting will be used. =item B
I
=item B I +=item B I These options behave exactly equivalent to the appropriate options of the I plugin. Please see there for a detailed description.