collectd.git
2010-07-09 Florian ForsterMerge branch 'collectd-4.10'
2010-07-09 Florian ForsterBumped version to 4.10.1; Updated ChangeLog. collectd-4.10.1
2010-07-09 Florian Forsterswap plugin: Multiply swap sizes by 1024.
2010-07-09 Florian ForsterMerge branch 'collectd-4.9' into collectd-4.10
2010-07-09 Florian ForsterChangeLog: Fix the release date for 4.9.3. collectd-4.9.3
2010-07-09 Florian ForsterBumped version to 4.9.3; Updated ChangeLog.
2010-07-06 Florian Forstersrc/plugin.c: Check "read_loop" when returning from...
2010-07-05 Florian Forsternetwork plugin: Remove the "CacheFlush" config option.
2010-07-05 Florian Forsterdf plugin: Remove the "ReportReserved" config option.
2010-07-05 Florian Forsterhddtemp plugin: Remove the "TranslateDevicename" config...
2010-07-05 Florian Forsterv5upgrade target: Implement handling of the "mysql_qcac...
2010-07-05 Florian Forsterv5upgrade target: Don't use "memcpy" to copy static...
2010-07-05 Florian Forstermysql plugin: Remove the "mysql_threads" type.
2010-07-05 Florian Forstermysql plugin: Remove the "mysql_qcache" type.
2010-07-05 Florian Forstermysql plugin: Remove legacy config handling code.
2010-07-05 Florian Forstercontrib/exec-smartctl: Use the environment variables...
2010-07-05 Florian Forstercontrib/exec-smartctl: Print the "PUTVAL" command.
2010-07-05 Florian Forstercontrib/exec-nagios.px: Use the environment variables...
2010-07-05 Florian Forstercontrib/exec-nagios.px: Escape the hostname.
2010-07-05 Florian Forstercontrib/exec-munin.px: Use the environment variables...
2010-07-05 Florian Forstercontrib/exec-munin.px: Use the "PUTVAL" command explicitly.
2010-07-05 Florian Forstercollectd-exec(5): Document the removed backwards compat...
2010-07-05 Florian Forsterexec plugin: Remove backwards compatibility code.
2010-07-03 Florian ForsterMerge remote branch 'mfournier/varnish-data-reorg'
2010-06-30 Marc FournierVarnish plugin: renamed values to match configuration...
2010-06-30 Florian Forstercollectd-nagios: Implement the "-m" option (treat NaNs...
2010-06-28 Florian ForsterRemove usage of obsoleted XSI extensions wrt. the ...
2010-06-28 Alexander WuerstleinFix usage of Solaris /usr/bin/echo
2010-06-28 Florian Forsterdf plugin: Remove the complaint code again.
2010-06-28 Florian Forsterdf plugin: Report an error if "cu_mount_getlist" fails.
2010-06-24 Florian Forstercollection3: df_complex graph: Add "reserved" space.
2010-06-24 Florian Forstercollection3: Add Windows data sources to the "memory...
2010-06-24 Florian Forstercollection3: Add graphs for "bitrate", "signal_power...
2010-06-22 Marc FournierVarnish plugin: coding style consistency
2010-06-22 Marc FournierVarnish plugin: more concise formatting of plugin instance.
2010-06-20 Florian ForsterMerge remote branch 'trenkel/collectd-4.10' into collec...
2010-06-16 Marc FournierVarnish plugin: add a default instance name if none...
2010-06-16 Marc FournierVarnish plugin: better rrd files layout
2010-06-16 Marc FournierVarnish plugin: fixed missing dataset error.
2010-06-16 Florian Forstersrc/common.h: Add some documentation for "strtoderive".
2010-06-16 Florian Forsterswap plugin: Use "strtoderive" to parse strings.
2010-06-16 Florian Forsterbindings/java/Makefile.am: Fix rebuilding of Java plugins.
2010-06-16 Florian ForsterGenericJMX plugin: Implement the "InstancePrefix" optio...
2010-06-16 Florian ForsterMerge remote branch 'jeromer/master'
2010-06-16 Florian Forsterdns plugin: Improve / remove error and debug messages.
2010-06-16 Florian Forstersrc/utils_dns.c: Import "rfc1035NameUnpack" from dnstop...
2010-06-16 Sven Trenkelpython plugin: Switch back to calling the type object...
2010-06-14 Jérôme Renard- Varnish plugin : added pod documentation
2010-06-13 Florian ForsterMerge branch 'collectd-4.10'
2010-06-13 Florian ForsterMerge branch 'collectd-4.9' into collectd-4.10
2010-06-13 Florian Forsterconfigure.in: Update to POSIX 2008 standard.
2010-06-13 Florian Forsterbind plugin: Fix building with --enable-standards.
2010-06-13 Florian ForsterMerge branch 'jr/varnish'
2010-06-13 Florian ForsterVarnish plugin: Use DERIVE data sources for (most of...
2010-06-13 Florian ForsterMerge remote branch 'jeromer/master' into jr/varnish
2010-06-13 Florian Forstersrc/utils_threshold.[ch]: Use "cf_util_get_flag" for...
2010-06-13 Florian Forstersrc/configfile.[ch]: Implement "cf_util_get_flag".
2010-06-13 Andres J. DiazComplete the collectd.conf man page.
2010-06-13 Andres J. DiazAdd Interesting option for thresholds
2010-06-13 Jérôme Renard- Varnish plugin : added CollectWorkers
2010-06-12 Jérôme Renard- Varnish plugin : removed documentation in collect...
2010-06-12 Florian ForsterAUTHORS: Add Jérôme.
2010-06-12 Florian ForsterVarnish plugin: Use "varnish_config_apply_default"...
2010-06-12 Florian ForsterVarnish plugin: Apply the default setting to empty...
2010-06-12 Jérôme Renard- Varnish plugin : Added CollectTotals flag and monitors
2010-06-12 Jérôme Renard- s/monitor_/collect_/g
2010-06-12 Jérôme Renard- Added Florian in the author list
2010-06-10 Florian ForsterVarnish plugin: Use the correct data sets when submitti...
2010-06-10 Florian ForsterVarnish plugin: Correctly dispatch gauge and derive...
2010-06-10 Florian ForsterVarnish plugin: Use the more common "Collect" prefix...
2010-06-09 Jérôme Renard- Varnish plugin : Enabled monitor_backend and monitor_...
2010-06-09 Jérôme Renard- Varnish plugin : removed extra space
2010-06-09 Florian ForsterMerge remote branch 'tokkee/sh/collectd-4.9' into colle...
2010-06-09 Florian Forstercontrib/GenericJMX.conf: Use the "jmx_memory" type.
2010-06-08 Jérôme Renardsrc/collectd.conf.in: Updated configuration directives...
2010-06-07 Sebastian Harlcollectd.conf(5): Fixed some typos.
2010-06-07 Florian ForsterVarnish plugin: Set the instance name as plugin instance.
2010-06-07 Florian ForsterVarnish plugin: Make it possible to configure multiple...
2010-06-07 Florian ForsterVarnish plugin: Use _Bool for true/false flags.
2010-06-07 Florian Forsterconfigure.in: Use pkg-config to check for libvarnishapi.
2010-06-07 Jérôme RenardVarnish plugin: Added SM Monitor
2010-06-07 Jérôme RenardVarnish plugin: Added SMS monitor
2010-06-07 Jérôme RenardVarnish plugin: Added a missing 0 in USER_CONFIG_INIT
2010-06-07 Jérôme RenardVarnish plugin: Added SMA monitor
2010-06-07 Jérôme RenardVarnish plugin: Added more documentation
2010-06-07 Jérôme RenardVarnish plugin: updated alignment for a better readability
2010-06-07 Jérôme RenardVarnish plugin: Added SHM monitoring
2010-06-07 Jérôme RenardVarnish plugin: Added list of fields to show what is...
2010-06-07 Jérôme RenardVarnish plugin: Added HCB monitoring
2010-06-07 Jérôme RenardVarnish plugin: Added 'fetch' monitoring
2010-06-07 Jérôme RenardVarnish plugin: Added missing comments
2010-06-07 Jérôme RenardVarnish plugin: Added backend monitoring
2010-06-04 Jérôme RenardVarnish plugin: Add a new plugin for reading values...
2010-06-03 Timur Kirilichevcollectd2html.pl: Further improvements to the XHTML...
2010-06-03 Max Henkelcollectd2html.pl: Produce XHTML output.
2010-06-03 Yuri D'Eliacollectd2html: Fixed recursive mode.
2010-06-03 Luke Heberlingpowerdns plugin: Fixed communication when talking to...
2010-06-03 Sebastian Harlcollectd.conf.in: Added further sample config options.
2010-06-03 Sebastian Harlcollectd.conf.in: Added a sample config for the “modbus...
2010-06-01 Florian Forstercollectd.conf(5): Minor markup cleanup.
next