[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Wed Aug 7 08:39:18 CEST 2013
configure.in | 71 +++++++++
src/Makefile.am | 10 ++
src/collectd.conf.in | 14 ++
src/collectd.conf.pod | 68 +++++++++
src/sigrok.c | 399 +++++++++++++++++++++++++++++++++++++++++++++++++
src/types.db | 3 +-
6 files changed, 564 insertions(+), 1 deletion(-)
New commits:
commit f47430fa93cc9fd374dbb998a4b68c3e3f454c95
Merge: 21ef849 a1e1d77
Author: Florian Forster <octo at collectd.org>
Date: Wed Aug 7 08:39:08 2013 +0200
Merge branch 'pr/381'
commit a1e1d77f21f3568f6392d5bba5c1dfec187c728b
Author: Florian Forster <octo at collectd.org>
Date: Wed Aug 7 08:39:00 2013 +0200
src/collectd.conf.in: Unify indentation.
commit 5fb890c2735d16034fc3fb3ca7467e9d13d8f450
Author: Florian Forster <octo at collectd.org>
Date: Wed Aug 7 08:33:13 2013 +0200
sigrok plugin: Ensure consistent logging prefix.
* Make sure all logging is using the "sigrok plugin: " prefix.
* Improved logging when handling the "LogLevel" option.
* Renamed free_drvopts() to sigrok_free_drvopts(). All functions now use the
"sigrok_" prefix.
* Don't abort parsing a "Device" block when encountering an incorrect number of
arguments. The cf_util_* functions will complain about that.
commit 2e94cad846a5227e7c2d4148a3020cc8dbcf8ab5
Author: Florian Forster <octo at collectd.org>
Date: Wed Aug 7 08:14:16 2013 +0200
collectd.conf(5): sigrok plugin: Improve markup.
commit 5397a476aa685b442ddcce3a03d8fd90aee1fbcc
Author: Bert Vermeulen <bert at biot.com>
Date: Mon Aug 5 22:33:55 2013 +0200
sigrok: Update docs to reflect config keyword change
commit 1a31306f7634710d68d859b5a5d6218c350433c0
Author: Bert Vermeulen <bert at biot.com>
Date: Mon Aug 5 22:21:41 2013 +0200
sigrok: Change 'interval' option to 'MinimumInterval', and allow 0
A MinimumInterval of 0 means whatever the device sends gets dispatched
to collectd. This is the default.
commit 3840585007f044846a7388fa5f70dc26ef573933
Author: Bert Vermeulen <bert at biot.com>
Date: Wed Jul 31 11:30:16 2013 +0200
Fix temperature type to be unit-agnostic
The minimum value of -273.15 implies Celcius, which is not necessarily
what is used for this type.
commit a186ae0e1c37db7baa356d99278576d8176f7c1c
Author: Bert Vermeulen <bert at biot.com>
Date: Wed Jul 31 11:29:53 2013 +0200
add sound pressure level type
commit 4058f2aec4638dc5cbfeb67fa683cd9cf1631ef2
Author: Bert Vermeulen <bert at biot.com>
Date: Wed Jul 31 11:24:36 2013 +0200
Use value types according to sigrok measured quantity
commit fd66afbbfddb5fb57bf484be725c4ca2b5cff097
Author: Bert Vermeulen <bert at biot.com>
Date: Tue Jul 30 23:12:26 2013 +0200
Code consistency fixes
commit fd5c7359434eb7cba1b9c01763752c96c63b5e86
Author: Bert Vermeulen <bert at biot.com>
Date: Tue Jul 30 01:03:00 2013 +0200
Code cleanup
commit f295a5c9440195885c76e9904ac8b1dd6a3c2b0d
Author: Bert Vermeulen <bert at biot.com>
Date: Mon Jul 29 23:47:25 2013 +0200
Config errors should not be fatal
commit 26e01e52629e0894e34ad3deb6c9fc921d145443
Author: Bert Vermeulen <bert at biot.com>
Date: Mon Jul 29 22:38:09 2013 +0200
Factor out device initialization
commit 31ee0e5282b59f89ac5c9bcaebb993450e45dba1
Author: Bert Vermeulen <bert at biot.com>
Date: Mon Jul 29 20:08:00 2013 +0200
Use gcc-specific __attribute__ to mark unused parameter
commit 07a084327b6fa7e54a5101f1e9a23fee7e0721ce
Author: Bert Vermeulen <bert at biot.com>
Date: Fri Jul 26 14:00:23 2013 +0200
sigrok plugin
commit 5415a1c985b45326fcc5ac5fb56b01863fbcf9cd
Author: Bert Vermeulen <bert at biot.com>
Date: Wed Jul 10 23:54:13 2013 +0200
sigrok: build system setup
More information about the collectd-changes
mailing list