[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Fri Oct 5 09:56:40 CEST 2012
src/collectd.conf.in | 1 +
src/collectd.conf.pod | 10 ++++++++++
src/ntpd.c | 30 +++++++++++++++++++++++++++---
3 files changed, 38 insertions(+), 3 deletions(-)
New commits:
commit f954910fae1dfd7055316065392635980d8a4cbe
Author: Johan Kiviniemi <devel at johan.kiviniemi.name>
Date: Fri Oct 5 01:01:44 2012 +0300
Document ntpd IncludeUnitID and add to default config
commit b6052ac362c1d289aec7e3a0397b18b99ca071a3
Author: Johan Kiviniemi <devel at johan.kiviniemi.name>
Date: Fri Oct 5 00:38:52 2012 +0300
src/ntpd.c: Add IncludeUnitID option for backwards compatibility
commit ae99655fc37d7fea3f4c33f32df1627b54b9ca62
Author: Johan Kiviniemi <devel at johan.kiviniemi.name>
Date: Fri Oct 5 00:24:19 2012 +0300
src/ntpd.c: Format refclock name and unit ID with %s-%u
commit f2696c0e21e9226d3911457250ef64138900aa2b
Author: Johan Kiviniemi <devel at johan.kiviniemi.name>
Date: Thu Oct 4 20:56:34 2012 +0300
src/ntpd.c: Add unit number to refclock name
There can be multiple instances of the same refclock with different unit
numbers. The unit number needs to be a part of the peer name, otherwise
the code will try to write the measurements from multiple peers to the
same RRD file.
More information about the collectd-changes
mailing list