X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=ChangeLog;h=25c75bfd227cd783dd45bbd467ba42eb5598c9f6;hb=4256c346a988d202b31442f6837d2672af80798b;hp=6629ab078fffa87c137f2902491de2640209a94c;hpb=e8683ec9302d4863606a362a638a75c559a5fc5c;p=collectd.git diff --git a/ChangeLog b/ChangeLog index 6629ab07..25c75bfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,8 @@ communicate with the daemon while it is running. Right now the commands `GETVAL' and `PUTVAL' are implemented, but more are to come. + * perl plugin: The new `perl' plugin allows you to write extensions + for collectd in the scripting-language Perl. * logfile plugin: The new `logfile' plugin writes logmessages to files or STDOUT or STDERR. * syslog plugin: The new `syslog' plugin sends logmessages to the @@ -39,6 +41,10 @@ * collectd-nagios: The new `collectd-nagios' binary queries values from collectd, parses them and exits according to Nagios-standards. +2007-04-10, Version 3.11.4 + * dns plugin: Change the order of includes to make the plugin compile + under FreeBSD. + 2007-03-30, Version 3.11.3 * configure: Have the configure-script define `HAVE_LIBKSTAT' instead of the unused `COLLECT_KSTAT'.