Code

collectd.git
2008-03-05 Florian ForsterBumped version to 4.3.1; Updated ChangeLog. collectd-4.3.1
2008-03-05 Florian Forstercontrib/rrd_filter.px: Renamed the old `extractDS.px'.
2008-03-05 Florian Forsternetwork plugin: Use `sstrncpy' instead of `strncpy'.
2008-03-05 Florian Forstersrc/common.[ch]: Changed the signature of `sstrncpy...
2008-03-05 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-03-04 Florian ForsterBumped version to 4.2.5; Updated ChangeLog. collectd-4.2.5
2008-03-04 Florian Forsterconfigure.in: Fix a typo.
2008-03-04 Florian Forsternetwork plugin: Tested and fixed the receiving part...
2008-03-04 Florian Forsternetwork plugin: Use `memcpy' when parsing packages...
2008-03-04 Florian ForsterChangeLog: Wrote an entry for 4.2.5.
2008-02-28 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-02-28 Florian Forstersrc/common.c: Use uint8_t's instead of (signed) char's.
2008-02-28 Florian Forstersrc/common.[ch]: Implemented `htond' and `ntohd' and...
2008-02-28 Florian Forsterconfigure.in: Added checks to find out how doubles...
2008-02-27 Florian ForsterMerge branch 'collectd-4.2' into collectd-4.3
2008-02-27 Florian Forstersrc/utils_cache.c: Fix SPARC alignment problems.
2008-02-27 Florian octo... network plugin: Align write access to the send buffer.
2008-02-27 Florian Forstersrc/Makefile.am: Added dependencies on `utils_cmd_putno...
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 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-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... swap plugin: Reapply a patch for Solaris.
2008-02-22 Florian Forstercontrib/extractDS.px: Enhanced the script to modify...
2008-02-19 Florian ForsterChangeLog: Removed the legacy message about Nagios...
2008-02-19 Sebastian HarlREADME: Moved "libxml2" from the "Features" section...
2008-02-19 Florian ForsterMerge branch 'pull/collectd-4.1' into 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. collectd-4.3.0
2008-02-18 Florian Forsterliboconfig: Make sure that option-strings can always...
2008-02-18 Florian ForsterBumped version to 4.3.0; Updated ChangeLog.
2008-02-18 Florian Forsterexec plugin: Removed the Nagios logic from the plugin.
2008-02-18 Sebastian Harlmigrate-3-4.px: Do not translate the disk names used...
2008-02-18 Sebastian Harlmigrate-3-4.px: Do not translate the disk names used...
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 HarlREADME: Added libxml2 to the list of prerequisites.
2008-02-17 Sebastian HarlREADME: Fixed a typo.
2008-02-17 Sebastian HarlUpdated collectd.conf.in.
2008-02-17 Sebastian Harlcontrib/README: Removed the section about PerlLib/.
2008-02-15 Florian ForsterMakefile.am: Create `$(localstatedir)/log' so the logfi...
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-11 Florian Forstercontrib/migrate-3-4.px: Handle `hddtemp' graphs correctly.
2008-02-10 Florian Forstercontrib/exec-nagios.px: Added a Perl script which handl...
2008-02-10 Florian Forstercontrib/exec-munin.px: Fix a typo in the config handlin...
2008-02-09 Florian Forstersrc/utils_ignorelist.c: Remove an annoying debug message.
2008-02-09 Florian Forsterconfigure: Fix a syntax error.
2008-02-09 Florian ForsterMerge branch 'master' of octo@verplant.org:/var/lib...
2008-02-09 Sebastian Harlconfigure: Correctly handle all cases when using AC_ARG...
2008-02-09 Sebastian Harlcontrib/examples/: Added an example for a notification...
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 Sebastian HarlREADME: Added "uuid" plugin to the list of available...
2008-02-09 Sebastian HarlREADME: Updated package description.
2008-02-09 Florian Forstersrc/configfile.c: Extend the `Include' statement to...
2008-02-04 Sebastian Harlconfigure: Warn if librrd is not thread safe. collectd-4.3.0beta0
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 HarlCollectd.pm: Use $interval_g instead of a hard-coded...
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-02-04 Sebastian HarlChangeLog: Describe changes to the perl plugin in more...
2008-01-27 Sebastian Harlconfigure.in: Fixed handling of the --with-perl-binding...
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 ForsterTODO: Removed the remark about the `libvirt' plugin.
2008-01-23 Florian ForsterTODO: Updated the todo file.
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 ForsterCollectd::Unixsock: Added the `putnotif' method to...
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...
next