From: Florian Forster Date: Fri, 20 Aug 2010 06:22:00 +0000 (+0200) Subject: src/collectd.conf.in: Move "TimeToLive" before the "Server" and "Listen" statements. X-Git-Tag: collectd-4.9.4~20 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=bb3db398b2d67b169a24d942a82d708478507fb2 src/collectd.conf.in: Move "TimeToLive" before the "Server" and "Listen" statements. Thanks to Renaud Chaput for pointing this out! --- diff --git a/src/collectd.conf.in b/src/collectd.conf.in index c047a1a6..5cf94ec4 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -480,11 +480,11 @@ FQDNLookup true # @LOAD_PLUGIN_NETWORK@ +# TimeToLive "128" @LOAD_PLUGIN_NETWORK@ Server "ff18::efc0:4a42" "25826" @LOAD_PLUGIN_NETWORK@ Server "239.192.74.66" "25826" # Listen "ff18::efc0:4a42" "25826" # Listen "239.192.74.66" "25826" -# TimeToLive "128" # Forward false # CacheFlush 1800 # ReportStats false