summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4fc052c)
raw | patch | inline | side by side (parent: 4fc052c)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Wed, 11 Mar 2015 21:15:13 +0000 (22:15 +0100) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Wed, 11 Mar 2015 21:15:13 +0000 (22:15 +0100) |
src/collectd.conf.in | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index 3d9028dc85aa7710b1e8d0c6fb78dfbc0f4b8383..8d7622a1ece160af8d5a215006f8285da52a1caf 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
# RoutingKey "collectd"
# Persistent false
# StoreRates false
+# ConnectionRetryDelay 0
# </Publish>
#</Plugin>
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 905689dcc76d370d24a4c4c048729770caf021ab..bd7810748e1111b6a13456c0eb5e3ee0fb19b347 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
# ExchangeType "fanout"
# RoutingKey "collectd"
# Persistent false
+ # ConnectionRetryDelay 0
# Format "command"
# StoreRates false
# GraphitePrefix "collectd."
# QueueDurable false
# QueueAutoDelete true
# RoutingKey "collectd.#"
+ # ConnectionRetryDelay 0
</Subscribe>
</Plugin>
default), the I<transient> delivery mode will be used, i.e. messages may be
lost due to high load, overflowing queues or similar issues.
+=item B<ConnectionRetryDelay> I<Delay>
+
+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<Format> B<Command>|B<JSON>|B<Graphite> (Publish only)
Selects the format in which messages are sent to the broker. If set to