Code

Don't overwrite an existing config file. Use `collectd.conf.pkg-orig' instead.
[collectd.git] / src / Makefile.am
2006-07-09 Florian ForsterDon't overwrite an existing config file. Use `collectd...
2006-07-09 Florian Forstercollectd.conf: (Un)comment plugins based on the configu...
2006-07-08 Florian ForsterMerge branch 'v39/liboping-license'
2006-07-07 Florian ForsterMerge branch 'v39/libconfig-license'
2006-06-25 Florian ForsterMerge branch 'collectd-3.9'
2006-06-25 Florian ForsterMerge branch 'collectd-3.9'
2006-06-25 Florian ForsterMerge branch 'v390-fix' into v391-fix
2006-06-25 Florian ForsterApplied all the changes that `git-svnimport' missed. collectd-3.9.0
2006-06-17 Florian ForsterMerge branches 'processes-fix' and 'solaris-fixes'
2006-06-16 octoocto@leeloo:~/collectd $ svn merge -r822:823 branches...
2006-06-15 octoocto@leeloo:~/collectd $ svn merge -r786:HEAD branches...
2006-06-10 octoocto@casella:~/collectd $ svn merge -r754:800 branches...
2006-06-10 octoocto@casella:~/collectd $ svn merge -r784:HEAD branches...
2006-06-08 octofreebsd branch: swap plugin: Added the possibility...
2006-06-06 octoocto@leeloo:~/collectd $ svn merge -r737:784 branches...
2006-06-04 octoChanged the build system to link against the system...
2006-06-01 octoocto@leeloo:~/collectd $ svn merge -r773:777 branches...
2006-05-28 octoFirst (incomplete) code for querying an ntpd.
2006-05-19 octoAdded the apcups plugin to the build system.
2006-05-14 octoMerged stuff from branches/collectd-3.9: After release...
2006-04-28 octoChanged the build system to
2006-04-21 octoocto@huhu:~/collectd $ svn merge -r652:656 trunk tags...
2006-04-21 octoOnly link against libraries that are needed. E.g.,...
2006-04-21 octoocto@crystal:~/Projects/collectd $ svn merge -r646...
2006-04-21 octoCheck for `nanosleep'. If not found, look for `librt...
2006-04-15 octoLink the `disk' plugin against `IOKitLib' when available..
2006-04-14 octoMerged `branches/log-mode' to `trunk'
2006-04-11 octoLink the battery plugin to `IOKit' if present.
2006-04-11 octoRenamed `iokit' to `apple_sensors'
2006-04-11 octoA first version of the iokit-plugin. In need of a bette...
2006-04-04 octoRemoved the dependency on `cpu.h' since it has been...
2006-04-02 octoRemoved all header-files of plugins, since they're...
2006-03-21 octosvn merge -r523:547 branches/config-step trunk
2006-03-21 octoCorrected reading the libraries to link to from `curl...
2006-03-20 octoAdded apache.c/libcurl to configure.in and src/Makefile.am
2006-03-13 tokkeeRemoved vserver.h from Makefile as well.
2006-03-12 tokkeeFirst draft of a vserver plugin.
2006-02-05 octoIntegrated `liboping' into collectd. This obsoletes...
2006-02-01 octoAdded `wireless' plugin
2006-01-30 octoChanged `configure.in' and `src/Makefile.am' so the... collectd-3.7.0
2006-01-29 octoFixed problems in src/Makefile.am - did not build witho...
2006-01-29 octoUpdated `configure.in'
2006-01-29 octoFirst version of `network.c' running..
2006-01-29 octoAdded `network.c' and `network.h' to the sourced for...
2006-01-23 octoFixes some bugs with the new battery module
2006-01-23 octoAdded the `battery' plugin
2006-01-16 octoChanged `DataDir' to be a valid option for mode `Server...
2005-12-18 octoAdded first version of a `df' module
2005-12-18 octoAdded `mysql' status line to configure.in
2005-12-17 octoAdded check for `libmysqlclient' to `configure.in'
2005-12-17 octoChanged plugins `serial' through `users' to be able...
2005-12-17 octoChanged modules `cpu' through `sensors' to compile...
2005-12-17 octoMerged branch configfile to trunk
2005-12-17 octoTook a closer `look' at last nights changes..
2005-12-17 nikicleanup, pidfile_remove bugfix, options (configdir?)
2005-12-17 nikiadded conditions and implemented AC_COLLECTD() macro.
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 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-13 octoAdded defines `SYSCONFDIR' and `CONFIGFILE' to `collectd.h'
2005-12-13 octoThe configfile-branch now compiles.
2005-12-13 octoAdded src/libconfig so distribution
2005-12-12 octoCommented the configure and Makefile rules for the...
2005-12-12 octoMerged autotools changes (configure.in, src/plugin...
2005-12-04 tokkeeFirst version of the users plugin.
2005-12-01 octoRRDs and PID file are now underneath `localstatedir'
2005-12-01 octoFiddling with that autoconf/automake stuff..