[collectd-changes] collectd,
the system statistics collection daemon: Changes to 'master'
Florian Forster
octo<span style="display: none;">.trailing-username</span>(a)<span style="display: none;">leading-domain.</span>verplant.org
Fri Dec 22 10:44:21 CET 2006
AUTHORS | 3
ChangeLog | 2
configure.in | 2
debian/collectd.conf | 6
debian/control | 16 +-
debian/copyright | 3
debian/rules | 2
src/Makefile.am | 11 +
src/collectd.conf.in | 6
src/collectd.conf.pod | 14 +
src/collectd.pod | 19 ++
src/mbmon.c | 392 ++++++++++++++++++++++++++++++++++++++++++++++++++
src/sensors.c | 112 +++++++++-----
13 files changed, 552 insertions(+), 36 deletions(-)
New commits:
commit 920dd3c6e885640154bb74d962f019df0f12c849
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Fri Dec 22 10:44:13 2006 +0100
Added the `mbmon' plugin to the ChangeLog for 3.11.0
.. and Flavio Stanchina to the list of contributors.
commit d243ecd0cd17fa1a4a9ee3fca6f417acc5ee3117
Merge: 2d17d81b7a816e968241b809ec7004d3dde6e3f6 592dedb18fa55492eb467fdbb06ebd3733bdb9dd
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Fri Dec 22 10:39:18 2006 +0100
Merge branch 'fs/mbmon'
commit 2d17d81b7a816e968241b809ec7004d3dde6e3f6
Merge: 1b27073f0046bbbe7e84c0a3c79ca3bde8c800df 7751db6518466b1628382df68adc93c3b222f360
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Fri Dec 22 10:38:07 2006 +0100
Merge branch 'ls/sensors'
commit 592dedb18fa55492eb467fdbb06ebd3733bdb9dd
Author: Florian Forster <octo.trailing-username(a)leading-domain.leeloo.lan.home.verplant.org>
Date: Thu Dec 21 22:49:22 2006 +0100
mbmon plugin: Change the definition of the RRD files.
Change the RRD files to be of the same format as the `apple_sensors' or the
`sensors extended' formats.
commit c8e76316f549f75149d4787fd2e2390bbaee5531
Author: Flavio Stanchina <flavio.trailing-username(a)leading-domain.stanchina.net>
Date: Wed Dec 20 15:45:58 2006 +0100
New plugin "mbmon" to collect motherboard status information:
temperatures, voltages and cooling fan speeds.
Signed-off-by: Flavio Stanchina <flavio.trailing-username(a)leading-domain.stanchina.net>
commit 7751db6518466b1628382df68adc93c3b222f360
Author: Florian Forster <octo.trailing-username(a)leading-domain.huhu.verplant.org>
Date: Wed Dec 13 09:00:08 2006 +0100
sensors plugin: Simplify the reload machanism.
Instead of calling `stat' in the `read' function and then, eventually, calling
the reload stuff, just call the reload function every time and have it return
without doing anything if the config didn't change. This way the reload logic
is not in the read function.
commit 311617d858c47989373acab42fb7d4f45d4da756
Author: Lubos Stanek <kolektor.trailing-username(a)leading-domain.atlas.cz>
Date: Mon Dec 11 23:35:16 2006 +0100
sensors plugin: Reload lm_sensors' configuration when changed
Signed-off-by: Stanek Lubos <kolektor.trailing-username(a)leading-domain.atlas.cz>
commit c9596f6cf39a128c10764c3091e6a28186be2303
Author: Lubos Stanek <kolektor.trailing-username(a)leading-domain.atlas.cz>
Date: Mon Dec 11 23:34:30 2006 +0100
sensors plugin: Made sensors.conf path configurable
Signed-off-by: Stanek Lubos <kolektor.trailing-username(a)leading-domain.atlas.cz>
commit 4c3b690f915df7b56170cee189096949adedefe5
Author: Lubos Stanek <kolektor.trailing-username(a)leading-domain.atlas.cz>
Date: Mon Dec 11 23:33:55 2006 +0100
sensors plugin: syslog() and DBG() calls unification
Signed-off-by: Stanek Lubos <kolektor.trailing-username(a)leading-domain.atlas.cz>
More information about the collectd-changes
mailing list