From: Johan Kiviniemi Date: Thu, 4 Oct 2012 22:01:44 +0000 (+0300) Subject: Document ntpd IncludeUnitID and add to default config X-Git-Tag: collectd-5.2.0~43 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f954910fae1dfd7055316065392635980d8a4cbe;p=collectd.git Document ntpd IncludeUnitID and add to default config --- diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 7f3e780f..37aceaf9 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -628,6 +628,7 @@ # Host "localhost" # Port 123 # ReverseLookups false +# IncludeUnitID true # # diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 774d918b..b7d08c7c 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -3094,6 +3094,16 @@ IP-address may be used in a filename it is recommended to disable reverse lookups. The default is to do reverse lookups to preserve backwards compatibility, though. +=item B B|B + +When a peer is a refclock, include the unit ID in the I. +Defaults to B for backward compatibility. + +If two refclock peers use the same driver and this is B, the plugin will +try to write simultaneous measurements from both to the same type instance. +This will result in error messages in the log and only one set of measurements +making it through. + =back =head2 Plugin C