src/collectd.h: Poison various insecure string functions only when debugging is enabled.
[collectd.git] / ChangeLog
1 2008-10-16, Version 4.4.4
2         * build system: Change `--enable-<plugin>' to abort with an error if
3           dependencies are not met. Thanks to Bruno Prémont for the patch.
4         * collectd: Fix a memory leak in the global value cache. With every
5           *missing* value a couple of bytes would be leaked. Another memory
6           leak in the configuration handling code has been fixed. Thanks to
7           Niraj Tolia for reporting these issues.
8         * collectd: Fix an off-by-one error in the ignorelist functionality.
9           When using regular expressions, the last character would be missing,
10           possibly matching differently from what one would expect.
11         * collectdmon: Don't block SIGCHLD. This fixes a potential portability
12           problem.
13         * collectd-nagios: Fix handling of the `-d' option. Thanks to Fabian
14           Linzberger for reporting the but.
15         * network plugin: Fix a memory leak in the configuration handling
16           code. Thanks to Niraj Tolia for reporting this issue.
17         * perl plugin: Log an error message if bootstrapping `Collectd' fails.
18         * tail plugin: Call `clearerr' after reading an EOF. This fixes
19           problems with some `libc's. Thanks to Matthias Lay for reporting the
20           bug.
21
22 2008-09-01, Version 4.4.3
23         * collectd: Fix a memory leak in the threshold checking code.
24         * memcached plugin: Fix a too short timeout and a related file
25           descriptor leak.
26         * memory plugin: A typo in the libstatgrab code has been fixed.
27         * snmp plugin: Fix a possible memory leak.
28
29 2008-07-15, Version 4.4.2
30         * build system: Use pkg-config to detect the upsclient library.
31         * collectd: Try even harder to determine the endianess of the
32           architecture collectd is being built on.
33         * disk plugin: Fix for Linux 2.4: A wrong field was used as the name
34           of disks.
35         * dns plugin: Fix compilation errors with BIND versions 19991001
36           through 19991005.
37         * network plugin: Bugfix in the init routine: The init function
38           cleared a buffer regardless of its contents. This could lead to lost
39           values under Solaris.
40         * nginx plugin: Remove usage of the thread-unsafe `strtok' function.
41         * vserver plugin: Remove usage of the thread-unsafe `readdir'
42           function.
43         * wireless plugin: Work around incorrect noise and power values
44           returned by some broken drivers.
45
46 2008-06-03, Version 4.4.1
47         * collectd: Fix the `DataSource' option within `Type' blocks. Thanks
48           to kyrone for reporting this.
49         * collectd: Fixed min/max output in notifications generated by
50           threshold checking.
51         * collectd-nagios: Fix the protocol used to communicate with the
52           daemon.
53         * perl plugin: Fail noisily, but don't shutdown the daemon, if
54           initialization has errors. An issue with Perl 5.10 has been fixed.
55         * teamspeak2 plugin: Fixed an out of bounce array access. Thanks to
56           René Rebe and Siegmund Gorr for reporting this.
57
58 2008-05-06, Version 4.4.0
59         * collectd: Internal code cleanups.
60         * collectd: Added support for a `Flush' command in the unixsock and
61           exec plugins. This command can be used to force a plugin (or all) to
62           flush its values to disk.
63         * collectd: Thresholds can now be configured to apply to one data
64           source only, making it possible to configure different thresholds
65           for each data source.
66         * apache, nginx plugins: Added the possibility to disable host and/or
67           peer verification.
68         * ascent plugin: The new ascent plugin reads and parses the statistics
69           page of an Ascent server.
70         * cpu plugin: Support for the statgrab library has been added.
71         * disk plugin: The possibility to ignore certain disks or collect only
72           specific disks has been added.
73         * disk plugin: Support for the statgrab library has been added.
74         * ipmi plugin: The new ipmi plugin uses the OpenIPMI library to read
75           sensor values via IPMI, the intelligent platform management
76           interface.
77         * iptables plugin: The iptc library that is used by the iptables
78           plugin has been added to the distribution, because it is not
79           provided by all distributions and removed from at least one.
80         * powerdns plugin: The new powerdns plugin reads statistics from an
81           authoritative or a recursing PowerDNS name server.
82         * rrdtool plugin: The size of the files generated with the default
83           configuration has been decreased.
84         * tail plugin: The new tail plugin can be used to gather statistics by
85           continuously reading from log files.
86         * teamspeak2 plugin: The new teamspeak2 plugin connects to a
87           TeamSpeak2 server and collects statistics about the number of users
88           and number of channels.
89         * users plugin: Support for the statgrab library has been added.
90         * vmem plugin: The new vmem plugin collects very detailed statistics
91           about the virtual memory subsystem of Linux.
92
93 2008-08-30, Version 4.3.4
94         * Build system: Improved detection of and linking with the statgrab
95           library.
96         * collectd: Portability fixes, especially to determine endianess more
97           reliable.
98         * Various plugins: Fix format strings.
99         * disk plugin: A fix for giving disks under Linux 2.4 the right names
100           again has been applied.
101         * memcached plugin: Fix a too short timeout and a related file
102           descriptor leak.
103         * memory plugin: A typo in the libstatgrab code has been fixed.
104         * network plugin: A fix in the initialization function solves problems
105           under Solaris.
106         * nginx plugin: A thread-unsafe function has been replaced.
107         * vserver plugin: A thread-unsafe function has been replaced.
108         * wireless plugin: A work-around for broken wireless drivers has been
109           added.
110
111 2008-04-22, Version 4.3.3
112         * build system: Improved detection of several libraries, especially if
113           they are in non-standard paths.
114         * build system: Portability fixes: Automatically define "_REENTRANT"
115           if the libc expects it.
116         * collectd: Error and warning messages have been improved.
117         * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before
118           using them.
119         * apache plugin: Allocate new memory when reading a webpage instead of
120           using a buffer of static size.
121         * exec plugin: Close (almost) all filedescriptors before exec(2)ing
122           the program.
123         * hddtemp plugin: Error and warning messages have been improved.
124         * sensors plugin: Fix sensor collection for some chip types.
125
126 2008-03-29, Version 4.3.2
127         * collectd: Fix configuration of the `FailureMax', `WarningMax', and
128           `Persist' threshold options.
129         * collectd: Fix handling of missing values in the global value cache.
130         * collectd: Improved error messages when parsing the configuration.
131         * sensors plugin: Fix temperature collection with libsensors4.
132         * unixsock plugin: Fix mixed input and output operation on streams.
133         * wireless plugin: Fix reading noise value.
134
135 2008-03-05, Version 4.3.1
136         * exec plugin: Set supplementary group IDs.
137         * network plugin:
138           + Use `memcpy' when constructing/parsing a package to avoid
139             alignment problems on weird architectures, such as Sparc.
140           + Translate doubles to/from the x86 byte representation to ensure
141             cross-platform compatibility.
142         * ping plugin: Correct the handling of the `TTL' setting.
143         * swap plugin: Reapply a patch for Solaris.
144         * tcpconns plugin: Portability improvements.
145
146 2008-02-18, Version 4.3.0
147         * collectd: Notifications have been added to the daemon. Notifications
148           are status messages that may be associated with a data instance.
149         * collectd: Threshold checking has been added to the daemon. This
150           means that you can configure threshold values for each data
151           instance. If this threshold is exceeded a notification will be
152           created.
153         * collectd: The new `FQDNLookup' option tells the daemon to use the
154           full qualified domain name as the hostname, not just the host part
155           es returned by `gethostname(2)'.
156         * collectd: Support for more than one `TypesDB' file has been added.
157           This is useful when one such file is included in a package but one
158           wants to add custom type definitions.
159         * collectd: The `Include' config option has been expanded to handle
160           entire directories and shell wildcards.
161         * collectdmon: The new `collectdmon' binary detects when collectd
162           terminates and automatically restarts it again.
163         * csv plugin: The CSV plugin is now able to store counter values as a
164           rate, using the `StoreRates' configuration option.
165         * exec plugin: Handling of notifications has been added and the
166           ability to pass arguments to the executed programs has been added.
167         * hddtemp plugin: The new `TranslateDevicename' option lets you
168           disable the translation from device names to major-minor-numbers.
169         * logfile plugin: Handling of notifications has been added.
170         * ntpd plugin: The new `ReverseLookups' can be used to disable reverse
171           domain name lookups in this plugin.
172         * perl plugin: Many internal changes added support for handling multiple
173           threads making the plugin reasonably usable inside collectd. The API has
174           been extended to support notifications and export global variables to
175           Perl plugins; callbacks now have to be identified by name rather than a
176           pointer to a subroutine. The plugin is no longer experimental.
177         * uuid plugin: The new UUID plugin sets the hostname to an unique
178           identifier for this host. This is meant for setups where each client
179           may migrate to another physical host, possibly going through one or
180           more name changes in the process. Thanks to Richard Jones from
181           Red Hat's Emerging Technology group for this plugin.
182         * libvirt: The new libvirt plugin uses the `libvirt' library to query
183           CPU, disk and network statistics about guest systems on the same
184           physical server. Thanks to Richard Jones from Red Hat's Emerging
185           Technology group for this plugin.
186
187 2008-04-22, Version 4.2.7
188         * build system: Improved detection of several libraries, especially if
189           they are in non-standard paths.
190         * build system: Portability fixes: Automatically define "_REENTRANT"
191           if the libc expects it.
192         * collectd: Error and warning messages have been improved.
193         * collectd: Check for the BYTE_ORDER and BIG_ENDIAN defines before
194           using them.
195         * apache plugin: Allocate new memory when reading a webpage instead of
196           using a buffer of static size.
197         * exec plugin: Close (almost) all filedescriptors before exec(2)ing
198           the program.
199         * hddtemp plugin: Error and warning messages have been improved.
200         * sensors plugin: Fix sensor collection for some chip types.
201
202 2008-03-29, Version 4.2.6
203         * collectd: Improved error messages when parsing the configuration.
204         * sensors plugin: Fix temperature collection with libsensors4.
205         * unixsock plugin: Fix mixed input and output operation on streams.
206         * wireless plugin: Fix reading noise value.
207
208 2008-03-04, Version 4.2.5
209         * apache plugin: Improved initialization and error messages.
210         * exec plugin: Set supplementary group IDs.
211         * network plugin:
212           + Create separate threads for reading from the socket and parsing
213             and dispatching incoming packets. Versions prior to this may have
214             problems in high-load situations, where the socket receive buffers
215             overflows, resulting in gaps in the data.
216           + Use `memcpy' when constructing/parsing a package to avoid
217             alignment problems on weird architectures, such as Sparc.
218           + Translate doubles to/from the x86 byte representation to ensure
219             cross-platform compatibility.
220         * ping plugin: Correct the handling of the `TTL' setting.
221         * rrdtool plugin: Ensure correct handling of the `RRATimespan' option.
222         * swap plugin: Reapply a patch for Solaris.
223         * tcpconns plugin: Portability improvements.
224
225 2008-01-21, Version 4.2.4
226         * unixsock plugin: A bug in the unixsock plugin caused it not to set
227           the permission on the socket as documented in the manpage. Thanks to
228           Evgeny Chukreev for fixing this issue.
229         * collectd: The documentation has been improved.
230
231 2007-12-28, Version 4.2.3
232         * sensors plugin: Updated the plugin to build and work with version 3
233           of the libsensors library.
234
235 2007-12-15, Version 4.2.2
236         * nginx plugin: Incorrect comparison of strings lead to a segfault
237           when using the plugin. Thanks to Saulius Grigaliunas for fixing
238           this.
239         * logfile plugin: The config option `Timestamp' was handled
240           incorrectly and basically always active. Thanks to Luke Heberling
241           for fixing this.
242
243 2007-11-08, Version 4.2.1
244         * tcpconns plugin: Don't complain about a missing file if IPv6 is not
245           enabled on the host.
246         * snmp plugin: Fix a memory leak.
247
248 2007-10-27, Version 4.2.0
249         * collectd: The new config option `Include' lets you include other
250           configfiles and thus split up your config into smaller parts. This
251           may be especially interesting for the snmp plugin to keep the data
252           definitions separate from the host definitions.
253         * ipvs plugin: The new `ipvs' plugin collects IPVS connection statistics
254           (number of connections, octets and packets for each service and
255           destination). Thanks to Sebastian Harl for this plugin.
256         * memcached plugin: The new `memcached' plugin connects to a memcached
257           daemon process and collects statistics of this distributed caching
258           system. Thanks to Antony Dovgal for contributing this plugin.
259         * nginx plugin: The new `nginx' plugin reads the status page of an
260           nginx daemon and saves the handled connections and requests.
261         * perl plugin: Many changes, including the added `EnableDebugger'
262           config option which lets you debug your Perl plugins more easily.
263         * rrdtool plugin: Use the thread-safe RRD-library if available. Try to
264           be more thread-safe otherwise by locking calls to the library.
265         * snmp plugin: Added the options `Scale' and `Shift' to Data-blocks to
266           correct the values returned by SNMP-agents. If a <data> block is
267           defined as `table' the instance is now optional. The sequence number
268           is used as the type-instance in this case. The new `InstancePrefix'
269           option allows to add arbitrary prefixes to the type-instance.
270         * tcpconns plugin: The new `tcpconns' plugin collects the number of
271           certain TCP connections and what state they're in. This can be used
272           to see how many connections your FTP server has to handle or how
273           many outgoing connections your mailserver has open.
274
275 2008-01-11, Version 4.1.6
276         * unixsock plugin: A bug in the unixsock plugin caused it not to set
277           the permission on the socket as documented in the manpage. Thanks to
278           Evgeny Chukreev for fixing this issue.
279         * collectd: The documentation has been improved.
280
281 2007-12-27, Version 4.1.5
282         * rrdtool plugin: Fix a memory leak that only occurred in very-low-
283           memory situations.
284         * sensors plugin: Updated the plugin to build and work with version 3
285           of the libsensors library.
286
287 2007-11-08, Version 4.1.4
288         * Build system: Improve detection of the rrd library, especially if
289           it's in a non-standard location.
290         * Build system: A bug when parsing the argument for
291           `--with-libnetsnmp' has been fixed.
292         * collectd: Implement `strerror_r' if the libc doesn't provide it.
293         * rrdtool plugin: Fix a bug in the shutdown sequence that might cause
294           a deadlock or delay when shutting down the daemon.
295         * snmp plugin: Fix a memory leak.
296
297 2007-10-24, Version 4.1.3
298         * collectd: A build issue under Solaris has been resolved by renaming
299           data types.
300         * rrdtool plugin: Use the thread-safe RRD-library if available. Try to
301           be more thread-safe otherwise by locking calls to the library.
302
303 2007-09-28, Version 4.1.2
304         * apcups plugin: Fix reporting of the `load percent' data.
305         * wireless plugin: Correct the handling of cards returning signal and
306           noise quality as percentage.
307         * perl plugin: Fix a possible buffer overflow in get_module_name().
308         * build system: Further improve the detection of libraries.
309         * netlink plugin: Build issues under some older versions of the Linux
310           includes (i. e. Debian Sarge) have been fixed.
311         * snmp plugin: Fix a potential segfault when a host times out. Add
312           support for the `timeticks' type. 
313
314 2007-09-12, Version 4.1.1
315         * Build system: The detection of `libnetlink' has been improved.
316         * collectd: The documentation has been fixed in numerous places.
317         * exec plugin: Setting the group under which to run a program has been
318           fixed.
319         * collectd: The `sstrerror' function was improved to work correctly
320           with the broken GNU version of `strerror_r'.
321         * collectd: Write an error message to STDERR when loading of a plugin
322           fails.
323         * apcups plugin: Fix the `types' used to submit the values: They still
324           has an `apcups_' prefix which doesn't work anymore.
325         * rrdtool plugin: Create new RRD-files with the `begin' time set to
326           whatever the client thinks is `now'..
327
328 2007-09-01, Version 4.1.0
329         * Build system: The build system has been changed to automatically
330           disable all plugins, which are missing dependencies. The dependency
331           checking has been removed from the plugins themselves to remove
332           redundancy.
333         * Flexible interval: The interval of collected data is now sent along
334           with the data itself over the network, so that the interval-settings
335           of server and clients no longer needs to match.
336         * netlink plugin: The new `netlink' plugin connects to the Linux
337           kernel using a netlink socket and uses it to query information about
338           interfaces, qdiscs and classes.
339         * rrdtool plugin: The cache is now dumped to disk in an extra thread
340           to not block data collection.
341         * snmp plugin: The new `snmp' plugin can read values from SNMP enabled
342           network devices, such as switches, routers, thermometers, rack
343           monitoring servers, etc. The collectd-snmp(5) manpage documents this
344           plugin.
345         * unixsock plugin: Added the `LISTVAL' command.
346         * xmms plugin: The new `xmms' plugin graphs the bitrate and frequency
347           of music played with xmms.
348
349 2007-09-28, Version 4.0.9
350         * apcups plugin: Fix reporting of the `load percent' data.
351         * wireless plugin: Correct the handling of cards returning signal and
352           noise quality as percentage.
353         * perl plugin: Fix a possible buffer overflow in get_module_name().
354
355 2007-09-12, Version 4.0.8
356         * collectd: The `sstrerror' function was improved to work correctly
357           with the broken GNU version of `strerror_r'.
358         * collectd: Write an error message to STDERR when loading of a plugin
359           fails.
360         * apcups plugin: Fix the `types' used to submit the values: They still
361           has an `apcups_' prefix which doesn't work anymore.
362         * rrdtool plugin: Create new RRD-files with the `begin' time set to
363           whatever the client thinks is `now'..
364
365 2007-08-26, Version 4.0.7
366         * documentation: Some typos have been fixed and some information has
367           been improved.
368         * build system: Many fixes for detecting libraries in unusual places,
369           such as on RedHat systems. The affected libraries are `libcurl',
370           `libmysql', and `libupsclient'.
371         * network plugin: Allow the `Port' option to be specified as a number
372           (i. e. without quotes).
373         * nut plugin: A fix allows linking the nut plugin against
374           libupsclient, version >= 2.2.0.
375         * processes plugin: Fix a potential segmentation fault.
376
377 2007-07-30, Version 4.0.6
378         * sensors plugin: Fix the ignorelist functionality: Only the `type
379           instance' was used to match against the list, but the documentation
380           told otherwise. This release fixes the code, so it complies with the
381           documentation.
382         * syslog plugin: Call `openlog' right when the plugin is loaded, so
383           configuration messages will end up in the logging facility.
384         * conrtib/fedora: The contributed specfile for Fedora has been
385           updated.
386
387 2007-07-05, Version 4.0.5
388         * Portability: More fixes for OpenBSD have been included.
389
390 2007-06-24, Version 4.0.4
391         * cpu plugin: Fixed the Solaris code.
392         * dns plugin: Fixed a build issue for OpenBSD.
393         * interface plugin: Fixed the Solaris code.
394         * load plugin: Fixed the alternative `/proc' Linux code.
395         * memory plugin: Fixed the Solaris code.
396         * oconfig: Don't require `-lfl' anymore.
397
398 2007-06-19, Version 4.0.3
399         * cpu plugin: Fix the Darwin / Mac OS X code.
400         * ping plugin: Use the return value of `getpid', not its address.
401         * csv, rrdtool plugin: Fixed a bug that prevented an buffer to be
402           initialized correctly.
403         * configure: Added `--with-nan-emulation' to aid cross compilation.
404
405 2007-06-12, Version 4.0.2
406         * hddtemp and ntpd plugin: Corrected the parsing of port numbers when
407           they're given in numerically form.
408
409 2007-06-07, Version 4.0.1
410         * iptables plugin: A bug in the configuration routine has been fixed.
411           Setting a comment in the configfile will no longer cause a
412           segmentation fault.
413
414 2007-06-03, Version 4.0.0
415         * collectd: The plugin-infrastructure has been changed to allow for
416           more types of plugins, namely `write' and `log' plugins.
417         * collectd: The read-function has been changed to read many plugins in
418           parallel, using threads. Thus, plugins generally need to use
419           thread-safe functions from now on.
420         * collectd: The '-t' command line options allows to perform syntax tests
421           of the configuration file and exit immediately.
422         * csv plugin: The new `csv' plugin handles output to `comma separated
423           values'-files.
424         * rrdtool plugin: The new `rrdtool' plugin handles output to
425           RRD-files. Data can be cached to combine multiple updates into one
426           write to increase IO-performance.
427         * network plugin: The new `network' plugin handles IO via the network.
428           It implements a different, much more extensible protocol which can
429           combine many values in one packet, decreasing the number of UDP-
430           packets being sent. It can read from and send to the network and
431           with the appropriate configuration even forward packets to other
432           networks.
433         * unixsock plugin: The new `unixsock' plugin provides an interface to
434           communicate with the daemon while it is running. Right now the
435           commands `GETVAL' and `PUTVAL' are implemented, but more are to
436           come.
437         * perl plugin: The new `perl' plugin allows you to write extensions
438           for collectd in the scripting-language Perl.
439         * logfile plugin: The new `logfile' plugin writes logmessages to files
440           or STDOUT or STDERR.
441         * syslog plugin: The new `syslog' plugin sends logmessages to the
442           system's syslog daemon.
443         * entropy plugin: The new `entropy' plugin collects the amount of
444           entropy currently being available to the system.
445         * exec plugin: The new `exec' plugin forks child processes and reads
446           back values provided by the forked processes.
447         * iptables plugin: The new `iptables' plugin reads counters from
448           iptables rules. Thanks to Sjoerd van der Berg for contributing this
449           plugin.
450         * irq plugin: The new `irq' plugin collects the IRQ-counters. Thanks
451           to Peter Holik for contributing this plugin.
452         * nut plugin: The new `nut' plugin connects the upsd of the `network
453           ups tools' and reads information about the connected UPS.
454         * apache plugin: Support for lighttpd's `BusyServers' (aka.
455           connections) field was added by Florent Monbillard.
456         * collectd-nagios: The new `collectd-nagios' binary queries values
457           from collectd, parses them and exits according to Nagios-standards.
458         * manpages: The manpages have been improved a lot.
459
460 2007-09-28, Version 3.11.7
461         * wireless plugin: Correct the handling of cards returning signal and
462           noise quality as percentage.
463
464 2007-08-31, Version 3.11.6
465         * processes plugin: Fix a potential segmentation fault.
466
467 2007-05-29, Version 3.11.5
468         * configure: Added `AC_SYS_LARGEFILE' for LFS.
469         * ntpd plugin: Fix a potential buffer overflow.
470         * processes plugin: Fix a bug when run under Linux 2.4. All processes
471           were accounted as `zombies'.
472
473 2007-04-10, Version 3.11.4
474         * dns plugin: Change the order of includes to make the plugin compile
475           under FreeBSD.
476
477 2007-03-30, Version 3.11.3
478         * configure: Have the configure-script define `HAVE_LIBKSTAT' instead
479           of the unused `COLLECT_KSTAT'.
480
481 2007-02-11, Version 3.11.2
482         * plugin: Catch NULL-pointer and try to fix them. Otherwise the
483           NULL-pointer may have been passed to `printf' which causes a
484           segfault with some libcs.
485
486 2007-02-10, Version 3.11.1
487         * df plugin: Some wrong defines have been fixed so the plugin works
488           under Solaris again.
489         * dns plugin: The usage of a struct has been fixed to work with
490           non-GNU libcs.
491         * processes plugin: Some missing defines have been added so the plugin
492           compiles cleanly under FreeBSD and presumably other UNIXes.
493
494 2006-12-22, Version 3.11.0
495         * collectd: The new command line option `-P' makes it easier for
496           distributors to change the location of PID-files.
497         * collectd: The daemon shuts down faster now which makes it easier to
498           write init.d-scripts for it.
499         * apache plugin: Increase the buffersize to 16k, because the 4k buffer
500           caused problems every now and then.
501         * df plugin: New config options allow to ignore certain mountpoints,
502           filesystem types or devices.
503         * dns plugin: The new dns plugin uses `libpcap' to capture DNS traffic
504           and interprets it. It collects traffic as well as qtype, opcode and
505           rcode counts.
506         * email plugin: Sebastian Harl has contributed this plugin which
507           counts received mails in categories (e. g. ham, spam, virus), spam
508           score (as given by SpamAssassin) and check types.
509         * mbmon plugin: Flavio Stanchina has contributed this plugin which
510           uses `mbmon' to gather information from sensors on the motherboard.
511         * processes plugin: Collect detailed statistics for configured
512           processes, that's process and thread count, CPU usage, resident
513           segment size and pagefaults.
514         * multimeter plugin: Peter Holik contributed a new plugin which
515           queries multimeters.
516         * sensors plugin: Lubos Stanek has put much effort into improving this
517           plugin, including `extended naming', collection of voltage values
518           and the possibility to ignore certain values.
519
520 2006-12-21, Version 3.10.4
521         * Max Kellermann has identified a bug in the server routine: When
522           opening a socket fails the daemon will (re)try opening the socket in
523           an endless loop, ultimately leading to a `EMFILE' error.
524
525 2006-11-04, Version 3.10.3
526         * Lubos Stanek has identified a bug in the ntpd-plugin: When the
527           ntpd's reply was sent in more than one packet, the buffer size was
528           calculated incorrectly, resulting in the reading of uninitialized or
529           freed memory.
530
531 2006-11-01, Version 3.10.2
532         * The sample config file has been improved.
533         * Errors in the manpages have been corrected.
534         * The ping-plugin now adds hosts during initialization, not during
535           startup. This speeds up startup when no network connectivity is
536           available. Also, the hosts are being added later when the network is
537           available.
538         * Improved BSD-support for the df-plugin.
539         * Fixed syntax errors in the swap-plugin for Mac OS X.
540         * Fix a wrong structure being passed to `getnameinfo' in the ntpd-
541           plugin.
542         * Don't disable the mysql-plugin if connecting to the database fails
543           during initialization. Instead, try again in increasing intervals.
544
545 2006-07-19, Version 3.10.1
546         * A bug in the apcups plugin was fixed: Is the plugin is loaded, but
547           the apcups cannot be reached, unconnected sockets will pile up and
548           eventually lead to `Too many open files' errors.
549
550 2006-07-09, Version 3.10.0
551         * The `disk' plugin has been ported to Darwin.
552         * The `battery' plugin should work on many Apple computers now.
553         * The `traffic' plugin can now ignore certain interfaces. Also,
554           statistics for sent/received packets and errors have been added.
555         * A plugin to monitor APC UPSes using `apcupsd' has been added. Thanks
556           to Anthony Gialluca for contributing this plugin and providing me
557           with a test environment :)
558         * A plugin for monitoring an NTP instance and the local clock drift
559           has been added.
560
561 2006-06-25, Version 3.9.4
562         * The Solaris code in the `swap' plugin has been changed to reflect
563           the numbers returned by `swap -s'. Thanks to Christophe Kalt for
564           working this out.
565         * The debugging system has been fixed to work with the Sun libc.
566         * When built without librrd the variable `operating_mode' could be
567           uninitialized. Thanks to David Elliot for reporting the bug.
568
569 2006-06-01, Version 3.9.3
570         * Fixed the ping-plugin under FreeBSD and Mac OS X. Potentially other
571           operating systems also profit from the changes, but I wasn't able to
572           check that.
573         * Changed the build system to find the netinet-includes under FreeBSD
574           and therefore successfully build the `liboping' library there.
575
576 2006-05-09, Version 3.9.2
577         * Applied a patch to the `liboping' library. Due to a bug in the
578           sequence checking the `ping' plugin stopped working after
579           approximately 7.6 days.
580
581 2006-05-09, Version 3.8.5
582         * Applied a patch to the `liboping' library. Due to a bug in the
583           sequence checking the `ping' plugin stopped working after
584           approximately 7.6 days.
585
586 2006-04-21, Version 3.9.1
587         * Build issues with Solaris and possible other architectures have been
588           resolved.
589         * Problems when building the `apache'-plugin without `libcurl' have
590           been resolved.
591         * A bug in the `ping' plugin has been fixed. Sorry folks.
592
593 2006-04-02, Version 3.9.0
594         * A plugin to monitor the Apache webserver has been added.
595           <http://httpd.apache.org/>
596         * A plugin to collect statistics about virtual servers using VServer.
597           <http://linux-vserver.org/> Thanks to Sebastian Harl for writing
598           this plugin :)
599         * A plugin for wireless LAN cards has been added. It monitors signal
600           strength, link quality and noise ratio..
601         * A plugin for Apple hardware sensors has been added.
602         * An option to compile collectd with different `step' and `heartbeat'
603           settings has been added. The size of RRAs is no longer static but
604           calculated based on the settings for `step' and `width'.
605         * The `ping' plugin can now be configured to use a certain TTL.
606         * A plugin to monitor the hardware sensors of Apple computers has been
607           added.
608         * The plugins `cpu', `memory', `processes' and `traffic' have been
609           ported to Mach/Darwin (Mac OS X).
610         * The `log mode' has been contributed by Christophe Kalt. It writes
611           the data into text files rather than RRD files.
612
613 2006-04-09, Version 3.8.4
614         * Applied patch by Vincent Stehlé which improves the disk-name
615           resolution in the `hddtemp' plugin for Linux systems.
616
617 2006-04-02, Version 3.8.3
618         * Applied a patch by James Byers: The MySQL plugin was not working
619           with MySQL 5.0.2 or later.
620
621 2006-03-14, Version 3.8.2
622         * `utils_mount.c' has been changed to not use the `MNTTAB' defined by
623           the GNU libc, because it points to `/etc/fstab' rather than
624           `/etc/mtab'.
625
626 2006-03-13, Version 3.8.1
627         * Fixes for building collectd under FreeBSD, Mac OS X and Solaris.
628         * Fixes in the debian `postinst' and `init.d' scripts.
629
630 2006-03-09, Version 3.8.0
631         * The `ping' plugin no longer uses `libping' but a self written
632           library named `liboping'. With this library it's possible to ping
633           multiple IPv4 and IPv6 addresses and hostnames - in parallel.
634
635 2006-02-18, Version 3.7.2
636         * A simple bug in the `battery' plugin has been fixed. It should now
637           work with ACPI based batteries as well. Thanks to Sebastian for
638           fixing this.
639         * Fixing a bug that prevented collectd to be built without librrd.
640           Thanks to Werner Heuser for reporting it.
641
642 2006-02-04, Version 3.7.1
643         * The new network code has been improved to build with older versions
644           of glibc.
645         * Fix in `libping' sets the ICMP sequence on outgoing packets. Thanks
646           to Tommie Gannert for this patch.
647
648 2006-01-30, Version 3.7.0
649         * The `battery' plugin has been added. It collects information about
650           laptop batteries..
651         * The MySQL plugin has been improved: It now writes two more RRD
652           files, `mysql_qcache.rrd' and `mysql_threads.rrd'.
653         * The `cpufreq' plugin now reads another file since the file it did
654           read so far causes much overhead in the kernel. Also, you need root
655           to read the old file, but not to read the new one.
656         * The `hddtemp' plugin can now be configured to connect to another
657           address and/or port than localhost.
658         * The `df' plugin now prefers `statvfs' over `statfs'.
659         * The network code has been rewritten. collectd now supports unicast
660           and multicast, and IPv4 and IPv6. Also, the TTL of sent packages can
661           be set in the configfile.
662
663 2006-01-24, Version 3.6.2
664         * Due to a bug in the configfile handling collectd wouldn't start in
665           client mode. This released fixes this.
666
667 2006-01-20, Version 3.6.1
668         * Due to a bug in `configure.in' all modules and the binary were
669           linked against `libmysqlclient'. This issue is solved by this
670           release.
671
672 2006-01-17, Version 3.6.0
673         * A config file has been added. This allows for loading only specific
674           plugins.
675         * A `df' plugin has been added.
676         * A `mysql' plugin has been added.
677         * The `ping' plugin doesn't entirely give up hope when a socket error
678           occurred, but will back of and increase the intervals between tries.
679
680 2006-01-21, Version 3.5.2
681         * Fixed yet another bug in the signal handling.. Stupid typo..
682         * Improved the ping plugin to not give up on socket errors (backport
683           from 3.6.0).
684
685 2005-12-18, Version 3.5.1
686         * The PID-file is now deleted correctly when shutting down the daemon.
687         * SIGINT and SIGTERM are now handled correctly.
688
689 2005-12-16, Version 3.5.0 (Revision 326)
690         * A bug in the `load' module under Solaris has been fixed.
691         * The `users' module has been contributed by Sebastian Harl. It counts
692           currently logged in users.
693         * The CPU module now works under FreeBSD without the use of
694           `libstatgrab', however SMP support is missing.
695         * The default directories for the RRD files and the PID file now
696           depend on the compile time setting of `localstatedir'.
697
698 2005-11-15, Version 3.4.0 (Revision 236)
699         * A PID-file is written to /var/run upon startup. Thanks to `Tommie'
700           from gentoo's bugzilla for writing the patch.
701         * The build dependency for librrd has been removed. Binaries built
702           without librrd are client-only and will multicast their value as
703           with the `-c' argument.
704         * A patch by Peter Holik adds a module for monitoring CPU frequencies.
705         * The newly introduced `-f' switch prevents daemon initialization
706           (forking, closing standard filehandles, etc.) Thanks to Alvaro
707           Barcellos for this patch.
708
709 2005-11-04, Version 3.3.0 (Revision 216)
710         * New modules have been added:
711           - `serial', for monitoring traffic on the serial interfaces
712           - `nfs', for graphing NFS procedure calls
713           - `tape', traffic from/to tape devices
714         * The memory.rrd now accepts more than 4Gig of memory.
715
716 2005-10-26, Version 3.2.0 (Revision 200)
717         * Support for graphing the processes has been added (thanks to Lyonel
718           Vincent)
719         * If reading from hddtemp fails collectd will increase the time
720           between polls up to one day.
721         * The init.d files have been improved.
722         * Problems with the spec file have been fixed.
723
724 2005-10-16, Version 3.1.0 (Revision 194)
725         * Added the `setsid' syscall to the startup code.
726         * Support for hddtemp has been added (thanks to Vincent Stehlé)
727
728 2005-09-30, Version 3.0.0 (Revision 184)
729         * The ability to send/receive data to/from the network (think
730           multicast) has been added.
731         * Modules have been split up into shared libraries can be loaded at
732           runtime. The biggest advantage is that the core program doesn't need
733           to be linked against an external library.
734         * A patch by George Kargiotakis has been applied: It fixes the sensors
735           behaviour then more than one sensor is being queried.
736
737 2005-09-16, Version 2.1.0 (Revision 172)
738         * A module for swap statistics has been added.
739
740 2005-09-09, Version 2.0.0 (Revision 135)
741         * Filenames can no longer be configured at program startup. The only
742           options as of this version are the directory and ping hosts.
743         * CPU statistics now include Wait-IO. If provided under Linux IRQ and
744           Soft-IRQ statistics are added to `System'. 
745         * Diskstats now collect read and write bytes, not sectors.
746         * Ping statistics can now be collected for more than one host. There
747           is no default any more: If no host is given no host will be pinged.
748         * A self-written patch for libping has been applied so it builds
749           cleanly.
750
751 2005-09-01, Version 1.8.1 (Revision 123)
752         * Much improved configure-script: libraries and features may now be
753           disabled.
754         * More detailed warnings/error messages when RRD update fails.
755
756 2005-08-29, Version 1.8.0:
757         * Support for collecting disk statistics under Solaris.
758
759 2005-08-25, Version 1.7.0:
760         * Support for libstatgrab[1] for load, memory usage and network
761           traffic. CPU- and disk-usage are not (yet) supported, since
762           libstatgrab returns insufficient information. I will contact the
763           authors.
764         * Improved the CPU-initialization code for Solaris. Apparently CPUs
765           aren't necessarily counted linear which is now handled correctly.
766         [1]: http://www.i-scream.org/libstatgrab/
767
768 2005-08-21, Version 1.6.0:
769         * Basic support for Solaris: System load and cpu-usage can be
770           collected under Solaris, too. Other stats will follow later.
771         * Many fixes in the autoconf-script
772         * Collection/Museum scripts have been added under contrib/museum
773         * collectd may now be started in unprivileged mode, though ping
774           statistics will not work.
775
776 2005-07-17, Version 1.5.1:
777         * Diskstats-RRDs now use major/minor for naming. Some systems have
778           weird strings as disk-names..
779
780 2005-07-17, Version 1.5:
781         * A new module, diskstats, has been added. It collects information
782           about the disks and partitions.
783
784 2005-07-11, Version 1.4.2:
785         * The meminfo module has been changed to work with more platforms
786           and/or kernel versions.
787
788 2005-07-10, Version 1.4.1: Correct traffic stats
789         * The traffic rrd-file is now created with DS-type `COUNTER' which I
790           forgot to correct when I changed that module.
791
792 2005-07-09, Version 1.4: More traffic stats
793         * Traffic is now collected for all interfaces that can be found
794         * Temperature-statistics are read from lm-sensors if available
795
796 2005-07-08, Version 1.3: CPU stats
797         * Collecting CPU statistics now
798
799 2004-07-12, Version 1.2: Using syslog
800         * collectd is now using the syslog facility to report errors, warnings
801           and the like..
802         * The default directory is now /var/db/collectd
803
804 2004-07-10, Version 1.1: Minor changes
805         * Nothing really useful to say ;)
806
807 2004-07-09, Version 1.0: Initial Version
808         * The following modules are provided:
809           * Load average
810           * Ping time
811           * Traffic
812           * Memory info