network plugin: Add a `flush' callback.
[collectd.git] / src /
2008-02-27 Florian Forsternetwork plugin: Add a `flush' callback.
2008-02-27 Florian Forstersrc/plugin.[ch]: Implemented `plugin_flush_one' which...
2008-02-27 Sebastian Harlrrdtool plugin: Added a flush callback.
2008-02-27 Sebastian Harlcollectd, plugin: Added support for "flush" callbacks.
2008-02-27 Florian ForsterMerge branch 'collectd-4.3'
2008-02-27 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-02-27 Rob Lensentcpconns plugin: Fix for compilation under FreeBSD.
2008-02-26 Stefan Völkelrrdtool plugin: Simplified heartbeat calculation
2008-02-26 Sebastian Harlhddtemp plugin: Use SCSI_DISK8_MAJOR thru SCSI_DISK15_M...
2008-02-25 Florian Forstersrc/utils_match.[ch]: Pass a list of up to 31 submatche...
2008-02-25 Florian ForsterMerge branch 'collectd-4.3'
2008-02-25 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-02-25 Sebastian Harlping plugin: Fixed a typo when setting the TTL.
2008-02-25 Sebastian Harlexec plugin: Don't pass an invalid egid to setgroups...
2008-02-25 Sebastian Harlperl plugin: Warn if "EnableDebugger" has been used...
2008-02-24 Florian ForsterMerge branch 'ff/tail'
2008-02-24 Florian Forstersrc/types_list.c: Removed annoying debug messages.
2008-02-24 Florian Forstersrc/utils_match.c: Added a debug message to print the...
2008-02-24 Florian Forstersrc/utils_tail_match.c: Submit NAN if type if gauge...
2008-02-24 Florian Forstertail plugin: Fix a typo in the name of the config keys.
2008-02-24 Florian Forstertail plugin: Add a plugin to tail and parse logfiles.
2008-02-24 Florian ForsterRenamed: src/utils_logtail.[ch] -> src/utils_tail_match...
2008-02-23 Florian Forstersrc/utils_match.[ch]: Improved the handling of gauge...
2008-02-23 Florian ForsterMerge branch 'ff/tail'
2008-02-23 Florian Forstersrc/utils_match.c: Actually set `ds_type' in the object.
2008-02-23 Florian Forstersrc/utils_logtail.c: Added another error message.
2008-02-23 Florian Forstersrc/utils_tail.c: Added more error messages.
2008-02-23 Florian Forstersrc/utils_logtail.h: Completed the documentation.
2008-02-23 Florian Forstersrc/utils_logtail.[ch]: Implement a module that parses...
2008-02-23 Florian Forstersrc/utils_match.[ch]: Add a module to automate regular...
2008-02-23 Florian Forstersrc/utils_logtail.c: Code cleanups.
2008-02-23 Luke Heberlingsrc/utils_logtail.[ch]: Add a module to provide facilit...
2008-02-23 Florian ForsterMerge branch 'lh/tail'
2008-02-23 Florian Forstersrc/utils_tail.[ch]: Streamlined error handling.
2008-02-23 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-02-23 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2008-02-23 Florian Forsterping plugin: Deactivate the plugin if (pingobj == NULL).
2008-02-23 Brian Miceksrc/collectd.c: Fix the arguments passed to an error...
2008-02-23 Florian ForsterMerge branch 'collectd-4.2' of octo@verplant.org:/var...
2008-02-23 Christophe Kaltswap plugin: Reapply a patch for Solaris.
2008-02-22 Luke Heberlingsrc/utils_tail.[ch]: Added a generic interface for...
2008-02-19 Florian ForsterMerge branch 'pull/collectd-4.1' into collectd-4.1 collectd-4.1
2008-02-19 Florian Forstersrc/collectd.c: Write a more informative error message...
2008-02-19 Florian Forsterexec plugin: Use `setgroups' to set the list of supplem...
2008-02-18 Florian Forstersrc/configfile.c: Fix another access of free'd memory.
2008-02-18 Florian Forsterliboconfig: Make sure that option-strings can always...
2008-02-18 Florian Forsterexec plugin: Removed the Nagios logic from the plugin.
2008-02-18 Florian ForsterMerge branch 'collectd-4.2'
2008-02-18 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2008-02-18 Florian ForsterMerge branch 'sh/hddtemp'
2008-02-18 Sebastian Harlhddtemp plugin, collectd.conf(5): Added "TranslateDevic...
2008-02-18 Florian Forsterrrdtool plugin: Sort the list of user defined `RRATimes...
2008-02-18 Florian ForsterMerge branch 'master' of octo@verplant.org:/var/lib...
2008-02-17 Sebastian Harlperl plugin: Do not abort while preparing the stack...
2008-02-17 Sebastian Harlcollectd.conf(5): Added a note that libvirt's RefreshIn...
2008-02-17 Sebastian HarlUpdated collectd.conf.in.
2008-02-11 Florian Forsterexec plugin: Changed the format in which notifications... collectd-4.3.0beta1
2008-02-11 Florian Forsterexec plugin: Disabled the `NagiosExec' option.
2008-02-11 Florian Forstercollectd.conf(5), ChangeLog: Documented the new `Includ...
2008-02-11 Florian Forstersrc/configfile.c: Use wordexp(3) to expand shell wildca...
2008-02-09 Florian Forstersrc/utils_ignorelist.c: Remove an annoying debug message.
2008-02-09 Florian ForsterMerge branch 'master' of octo@verplant.org:/var/lib...
2008-02-09 Sebastian Harlcollectd(1), README: Document notifications and related...
2008-02-09 Sebastian Harlcollectdmon(1): Added a section about supported signals.
2008-02-09 Florian Forstersrc/configfile.c: Extend the `Include' statement to...
2008-02-04 Sebastian Harlplugin.c: Use an AVL tree to store the data sets.
2008-02-04 Sebastian Harlexec plugin: Fixed a possible (though very improbable...
2008-02-04 Sebastian Harlperl.c: Unregister notifications in perl_shutdown().
2008-02-04 Sebastian Harlperl plugin: Fixed a bug in Collectd::plugin_unregister...
2008-02-04 Sebastian Harlcollectd-perl(5): Added documentation for the notificat...
2008-02-04 Sebastian Harlperl plugin: Exported plugin_dispatch_notification...
2008-02-04 Sebastian Harlperl plugin: Added support to dispatch notifications...
2008-01-23 Florian ForsterMerge branch 'collectd-4.2'
2008-01-23 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2008-01-23 Florian Forsternetwork plugin: Have two different threads for handling...
2008-01-23 Florian ForsterCollectd::Unixsock: Added license information.
2008-01-23 Florian Forstersrc/utils_threshold.c: Implemented `warning' and `failu...
2008-01-23 Florian Forsterlogfile plugin: Only print the host field (and other...
2008-01-23 Florian Forsterexec plugin: Implemented the `PUTNOTIF' command for...
2008-01-23 Florian ForsterMerge branch 'collectd-4.2'
2008-01-23 Florian ForsterMerge branch 'collectd-4.1' into collectd-4.2
2008-01-23 Florian Forstercollectd-unixsock(5): Copied Sebastian's additions...
2008-01-23 Florian Forstercollectd-unixsock(5): Documented the PUTNOTIF command.
2008-01-23 Florian ForsterMerge branch 'collectd-4.1' of octo@verplant.org:/var...
2008-01-23 Florian Forstersrc/common.h: Fixed many typos in the header file.
2008-01-23 Florian Forsterunixsock plugin: Imported the new `putnotif' command...
2008-01-23 Florian Forstersrc/utils_cmd_putnotif.[ch]: Added a new module which...
2008-01-23 Florian Forstersrc/liboconfig/parser.y: Updated copyright information.
2008-01-23 Florian Forstersrc/{common,network}.[ch]: Updated copyright information.
2008-01-23 Florian Forsternetwork plugin: Added support for sending and receiving...
2008-01-23 Florian Forstersrc/utils_threshold.c: Check that the <Threshold> block...
2008-01-23 Florian Forsterliboconfig: Allow the argument list of blocks to be...
2008-01-23 Florian Forstercollectd: Added ``associative'' members to the notifica...
2008-01-23 Florian Forstercollectd.conf(5), collectd-exec(5): Documented the...
2008-01-22 Sebastian HarlFixed some compiler warnings identified by gcc's -Wextr...
2008-01-22 Florian Forsterapache plugin: Improved some error messages and fixed...
2008-01-22 Sebastian Harlapache plugin: Do not initialize the plugin if no URL...
2008-01-21 Florian ForsterMerge branch 'pull/master'
2008-01-21 Florian ForsterMerge branch 'collectd-4.2'
2008-01-21 Florian ForsterMerge branch 'pull/collectd-4.2' into collectd-4.2
next