Code

collectd.git
2006-01-29 octoAdded `network.c' which will replace `multicast.c'...
2006-01-28 octoAdded `--sysconfdir=/etc' to `debian/rules'..
2006-01-28 octoThe ACPI code in the `battery' plugin now ignores ...
2006-01-28 octoDocumented changed to the `hddtemp' plugin
2006-01-28 octoAdded config options `host' and `port' to the `hddtemp...
2006-01-28 octoChanged `cpuinfo' -> `scaling' in the manpage and anoth...
2006-01-28 octoAdded RRD layout (RRAs) of `mysql_qcache.rrd' and ...
2006-01-28 octoUpdated manpage (added information about the RRD files...
2006-01-28 octoAdded information about the changes in `cpufreq'
2006-01-28 octoAdded information about the MySQL plugin changes
2006-01-28 octoPut all the arrays in `ping.c' into one struct.
2006-01-27 octoAdded Header and Vertical legend to the graphs..
2006-01-27 octoAdded MySQL QCache and Threads graphs to `collection...
2006-01-27 octoRemoved `hddtemp' debian module
2006-01-27 octoAdded `lowmem_prunes' to MySQL QCache statistics
2006-01-27 octoAdded `qcache'-support to the MySQL plugin
2006-01-27 octoChanged `cpuinfo_cur_freq' to `scaling_cur_freq'
2006-01-27 octoAdded `threads' to the MySQL plugin
2006-01-24 octoUpdated ChangeLog: Added part about `3.6.2'
2006-01-24 octo`DataDir' and `LogFile' were not valid in `Client'...
2006-01-23 octoAdded first version of ACPI support to the battery...
2006-01-23 octoFixes some bugs with the new battery module
2006-01-23 octoAdded the `battery' plugin
2006-01-20 octoUpdated to version 3.6.1, due to a bug in `configure.in'
2006-01-20 octoAdded `debian/collectd.conffiles' to `trunk'
2006-01-20 octoChanged the ping-module so it doesn't give up on socket...
2006-01-20 octoUpdated `collectd.spec', though not tested it..
2006-01-19 octoRemoved `/etc/default/collectd' from the debian package
2006-01-17 octoAdded sample collectd.conf
2006-01-17 octoChanged version to 3.6.0
2006-01-17 octoImproves `collectd.conf.pod' and `collectd.pod'
2006-01-17 octoImproved `collectd.conf(5)'
2006-01-16 octoChanged `DataDir' to be a valid option for mode `Server...
2006-01-16 octoRenamed `cf_get_mode_option' to `cf_get_option'. Added...
2006-01-15 octoFixed a but in the mysql module, so it builds as write...
2006-01-10 octoMinor changes since I was a little bored ;)
2006-01-08 octoMoved `exit_usage' from `collectd.c' to `configfile...
2005-12-24 octoAdded mysql_{commands,handler} to `collection.cgi'
2005-12-23 octoAdded `Handler_*' support to the `mysql' plugin
2005-12-23 octoChanged the `cpu' graph to display percentages
2005-12-22 octoSince a second is not always 100 jiffies remove the...
2005-12-22 octoFixed documentation in `configfile.h': s/Module/Plugin/
2005-12-22 octoChanged mysql plugin to create one RRD file for each...
2005-12-21 octoAdded the functions `strjoin' and `escape_slashes'...
2005-12-20 octoFixed a problem with the `disk' plugin: Added a counter...
2005-12-20 nikitypo
2005-12-20 octoChanged `plugin_set_dir' to take a `const' argument.
2005-12-19 octoAdded to src/configfile.c:
2005-12-19 nikiremoved )
2005-12-18 octoUpdated ChangeLog for 3.5.1
2005-12-18 octoUpdated changelog
2005-12-18 octoMoved the signal handler initialization so it gets...
2005-12-18 octoFinished up `df' plugin
2005-12-18 octoAdded first version of a `df' module
2005-12-18 octoAdded contribution for Tommie Gannert's PID-file patch...
2005-12-18 octoAdded `mysql' status line to configure.in
2005-12-17 octoChanged default `host' for `mysql' to `localhost'
2005-12-17 octoAdded check for `libmysqlclient' to `configure.in'
2005-12-17 octoMoved the *_HAVE_READ defines: *_submit may only be...
2005-12-17 octoCleaned up all the modules, unified define order and...
2005-12-17 octoChanged plugins `serial' through `users' to be able...
2005-12-17 octoChanged modules `cpu' through `sensors' to compile...
2005-12-17 octoChanged the cpu plugin to not use its headerfile anymore.
2005-12-17 octoMerged branch configfile to trunk
2005-12-17 octoTook a closer `look' at last nights changes..
2005-12-17 nikimain() prototype causes trouble when configure is using...
2005-12-17 nikispace -> tab
2005-12-17 niki#ifdef -> #if
2005-12-17 nikicleanup, pidfile_remove bugfix, options (configdir?)
2005-12-17 nikicleanup configure headers
2005-12-17 nikioptions, static, #if's and debugging
2005-12-17 nikiadded conditions and implemented AC_COLLECTD() macro.
2005-12-17 nikifixed static filename bug, cleanup of --disable-debug...
2005-12-16 nikicleanup on users module
2005-12-16 nikicleanup on sensors
2005-12-16 nikiclenaup on libstatgrab
2005-12-16 nikicleanup on libstatgrab
2005-12-16 nikicleanup
2005-12-16 nikichanged unportable
2005-12-16 nikimake configure a bit more informative
2005-12-16 nikisyslog and sys/param.h check
2005-12-16 octoMerged revision 326 to tags/collectd-3.5.0 and the...
2005-12-16 octoCommented out `CONFIGFILE' in collectd.c
2005-12-16 octoMakefile.am:12: `#' comment at start of rule is unportable
2005-12-16 octoMerged revision 321 from the trunk to the branches
2005-12-16 octoChanged the `-d' switch to `-D' in the init.d-files
2005-12-16 octoMerged revisions 317 and 318 from trunk to the branches
2005-12-16 octoChanged collectd.c so the `-P pidfile' option has an...
2005-12-16 octoUpdated debian/changelog
2005-12-16 octoFixed type (forgotten semicolon) from the previous...
2005-12-16 octoMerged changes from revision 314 (branches/collectd...
2005-12-16 octoChanged the merger to fit better with the configfile...
2005-12-16 octoMerged revisioni 312 to configfile branch
2005-12-16 octoMerged changes from the quota-branch:
2005-12-15 octoMerged revision 304 (removal of all `extern time_t...
2005-12-15 octoChanged the term `Module' to `Plugin' in configfile...
2005-12-14 nikiremoved
2005-12-14 octoMerged the fix of Revision 302 to the branches
2005-12-14 octoFixed weird bug in processes.c. Thanks to Stuart Nichol...
2005-12-14 octoChanged error messages for calls to `mkdir': Report...
next