Żaba

http://rere.qmqm.pl/

Tu znajdziesz łatki do programu collectd (collectd, the system statistics collection daemon).
http://collectd.org/

łatka: collectd-44-battery-use-walk_directory.patch
src/battery.c: use walk_directory()

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
łatka: collectd-44-move-read_file_contents.patch
src/common.c: move read_file_contents() from thermal plugin

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
łatka: collectd-44-move-walk_directory.patch
src/common.c: Move walk_directory() from thermal plugin

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
łatka: collectd-44-processes-use-read_file_contents.patch
src/processes.c: use read_file_contents()

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
łatka: collectd-441-strsplit-eol.patch
src/common.c: Add end-of-line characters to strsplit()

This fixes plugins that use it to break lines read using fgets()
and forget that "\n" is left at the buffer's end. At least
battery and wireless plugins is affected.

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
łatka: collectd-441-thermal-plugin-v2.patch
ACPI thermal zone plugin for collectd 4.4.1

Here's temperature monitoring plugin using Linux ACPI thermal zone
data from /sys/class/thermal/ or /proc/acpi/thermal_zone/. Since
this is the same source of data, only first directory found is used.

Plugin configuration:

<Plugin thermal>
	ForceUseProcfs true	# default is false (prefer new sysfs interface)
        Device "THRM"		# default: no selection (include all devices found)
	IgnoreSelected true	# default is false
</Plugin>

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>