collectd.git
2007-04-03 Florian ForsterMerge branch 'pull/collectd-4' into collectd-4
2007-04-03 Florian ForsterMerge branch 'pull/collectd-4' into collectd-4
2007-04-03 Florian Forsterconfigure/collectd.h: Undef unusable `NAN' from <math...
2007-04-03 Florian Forstersrc/liboconfig/Makefile.am: Added `aux_types.h' to...
2007-04-02 Florian ForsterBumped version to 4.0.0-rc0; Updated ChangeLog.
2007-04-02 Florian ForsterMakefile.am: Removed `collectd.spec' from `EXTRA_DIST'.
2007-04-02 Florian ForsterAUTHORS: Added `Sjoerd van der Berg'.
2007-04-01 Florian Forsterplugin.c: Fix an endless loop.
2007-03-31 Florian Forsterconfigure: Added `libupsclient' to the library-overview.
2007-03-31 Florian Forsternut plugin: Fix building without the `upsclient' library.
2007-03-31 Florian ForsterMerge branch 'master' into collectd-4
2007-03-31 Florian ForsterMerge branch 'collectd-3.11'
2007-03-30 Florian ForsterBumped version to 3.11.3; Updated ChangeLog. collectd-3.11.3
2007-03-30 Florian ForsterMerge branch 'pull/collectd-4' into collectd-4
2007-03-30 Florian Forsterexec plugin: Updated the documentation and sample confi...
2007-03-30 Florian Forsterexec plugin: Send SIGTERM to all running child-processe...
2007-03-30 Florian Forsternut plugin: Added a plugin to query the `upsd' from...
2007-03-29 Florian ForsterMerge branch 'pull/collectd-4' into collectd-4
2007-03-29 Florian ForsterImplemented `LoadDS' which tells plugins to only regist...
2007-03-28 Florian Forsterconfigure.in: Define `HAVE_LIBKSTAT' when the `kstat...
2007-03-28 Florian Forster{csv,network} plugin: Improved debug messages.
2007-03-28 Florian Forsterplugin.c: Implemented parallel reading of values.
2007-03-28 Florian Forsternetwork plugin: Implemented cache flush.
2007-03-27 Florian Forsterrrdtool plugin: Serialise access to the cache and to...
2007-03-27 Florian Forsterlogfile plugin: Don't use `access' when adding a logfil...
2007-03-27 Florian Forsternetwork plugin: Don't loop multicast-pakets back to...
2007-03-27 Florian Forsternetwork plugin: Implemented duplicate detection and...
2007-03-27 Florian Forsterunixsock plugin: Use `format_name' rather than the...
2007-03-27 Florian Forstercommon.[ch]: Provide a function `format_name' to turn...
2007-03-27 Florian Forster{processes,unixsock} plugin: Remove annoying debug...
2007-03-27 Florian Forsternetwork plugin: Fix shutdown code.
2007-03-27 Florian Forsterplugin.[ch]: Implemented `plugin_unregister_config'.
2007-03-27 Florian Forstersensors plugin: Fix programming mistakes.
2007-03-27 Florian Forstersyslog plugin: Fixed typo. s/sevetiry/severity/g;
2007-03-27 Florian Forstercollectd.conf(5): Documented the `iptables', `logfile...
2007-03-27 Florian Forstercollectd.conf.in: Added the `df' and `email' plugins.
2007-03-27 Florian Forsterlogfile plugin: Don't call `access' with `stdout' and...
2007-03-26 Florian ForsterRemoved the `LOGFILE' and `COLLECT_{STEP,HEARTBEAT...
2007-03-26 Florian Forsternetwork plugin: Fixed quite some bugs.
2007-03-26 Florian ForsterAdded Perl-module `Collectd::Unixsock' to contrib/
2007-03-26 Florian Forsterunixsock plugin: Fixed many issues. `GETVAL' and `PUTVA...
2007-03-26 Florian Forstercollectd.conf.in: Updated and sorted the example config...
2007-03-26 Florian Forsterinterface plugin: Renamed the `traffic' plugin to ...
2007-03-26 Florian Forsterlogfile plugin: Renamed functions and changed error...
2007-03-26 Florian ForsterRemoved `utils_debug.[ch]' since debugging output is...
2007-03-26 Florian Forsterlogfile plugin: Renamed the `stderr' to `logfile'.
2007-03-26 Florian Forsterstderr plugin: Add `File' config option to log to a...
2007-03-26 Sebastian Harlstderr plugin: Added "stderr" plugin to log to stderr.
2007-03-26 Sebastian Harlplugin.c: Check if `list_log' is not NULL.
2007-03-26 Florian ForsterReplace all calls to `strerror' with `sstrerror'
2007-03-16 Florian Forsteriptables plugin: Remove `iptables_init' because it...
2007-03-15 Florian Forstersrc/collectd.h: Don't load `syslog.h'.
2007-03-15 Florian ForsterReplace all syslog-calls with one of the new logging...
2007-03-15 Florian Forsteriptables plugin: Converted to the new plugin interface.
2007-03-15 Florian ForsterMerge branch 'master' into collectd-4
2007-03-14 Florian ForsterMerge branch 'sb/iptables'
2007-03-14 Florian Forstersrc/collectd.conf.in: Added the iptables plugin.
2007-03-14 Florian Forsteriptables plugin: Implemented selection by rule-numbers.
2007-03-14 Florian Forstersyslog plugin: Added a `syslog' plugin which logs to...
2007-03-14 Florian Forstersrc/plugin.[ch]: Add `log' callbacks.
2007-03-12 Florian Forstercollectd-nagios, rrdtool plugin, unixsock plugin: Use...
2007-03-12 Florian Forstersrc/collectd.h: Define a useable `NAN', based on `confi...
2007-03-12 Florian Forsterconfigure.in: Added checks that find out how to include...
2007-03-10 Florian Forsteremail plugin: Converted to the new plugin interface.
2007-03-10 Florian ForsterMerge branch 'pull/collectd-4' into collectd-4
2007-03-10 Florian Forsterunixsock plugin: Replace `getgrnam' with `getgrnam_r'.
2007-03-10 Florian Forsterexec plugin: Replace `getpwnam' with `getpwnam_r'.
2007-03-10 Florian Forstercsv plugin: Replace `localtime' with `localtime_r'.
2007-03-10 Florian ForsterReplace all occurrences of `strtok' with `strtok_r'.
2007-03-03 Florian Forsteriptables plugin: Fix building under non-Linux systems.
2007-03-03 Florian Forsteriptables plugin: Use a global `libiptc' if it exists.
2007-03-03 Sjoerd van... iptables plugin: Adds a plugin to collect iptables...
2007-03-01 Florian Forsterirq plugin: Fix for non-Linux systems.
2007-03-01 Florian Forstersrc/common.c: Allow `check_create_dir' to create absolu...
2007-03-01 Florian Forstersrc/collectd.conf.in: Added default entries for the...
2007-03-01 Florian Forstercsv plugin: Add a `DataDir' option.
2007-02-28 Florian ForsterMerge branch 'ff/vserver' into collectd-4
2007-02-28 Florian Forsterusers plugin: Remove old `DBG' statement.
2007-02-28 Florian Forsterload plugin: Use `gauge_t' rather than `double'.
2007-02-28 Florian Forstervserver plugin: Converted to the new plugin interface.
2007-02-28 Florian Forsterusers plugin: Converted to the new plugin interface.
2007-02-28 Florian Forsterrrdtool plugin: Implemented the settings `StepSize...
2007-02-28 Florian ForsterIntroduce two global variables: `hostname_g' and `inter...
2007-02-28 Florian ForsterDocumented the lighttpd-support in `collectd(1)' and...
2007-02-28 Florian Forsterirq plugin: Converted to the new plugin interface.
2007-02-28 Florian ForsterMerge branch 'master' into merge/collectd-4
2007-02-28 Florian ForsterMerge branch 'ph/irq'
2007-02-28 Florian Forsterirq plugin: Fixed some issues, renamed RRD-files.
2007-02-27 Florian Forsterrrdtool plugin: Updated the documentation in `collectd...
2007-02-27 Florian Forstersrc/configfile.c: Actually set the `BaseDir' option.
2007-02-27 Peter Holikirq plugin: Added plugin to collect interrupt counters.
2007-02-17 Florian Forsterexec plugin: Implemented a first version.
2007-02-15 Florian Forsterliboconfig: Import version 0.1.1.
2007-02-15 Florian Forsterrrdtool plugin: Fix another memory leak..
2007-02-15 Florian Forsterrrdtool plugin: Fix a memory leak.
2007-02-15 Florian Forsterrrdtool plugin: Use the AVL-tree to implement the cache.
2007-02-15 Florian Forstersrc/utils_avltree.[ch]: Fix the iterator, since it...
2007-02-15 Florian Forstersrc/utils_avltree.[ch]: Documented the interface of...
2007-02-14 Florian Forstersrc/utils_avltree.c: Fix `avl_pick'.
2007-02-14 Florian ForsterMerge branch 'ff/avl-tree'
next