Changed error messages for calls to `mkdir': Report creation of which directory failed
Fixed small but in the call to `plugin_load': We need the `value', not the `key'..
Fixed small but in the call to `plugin_load': We need the `value', not the `key'..
Added `cf_read' to the daemon startup and removed the old call to `plugin_load_all'.
Added syslog-output to configfile.c
Changed `plugin_load' to take a `const' parameter
Added syslog-output to configfile.c
Changed `plugin_load' to take a `const' parameter
Implemented `plugin_get_dir' and `plugin_set_dir'
Renamed `plugin_load' to `plugin_load_file'
Implemented `plugin_load' which works with plugin-names rather than filenames
Renamed `plugin_load' to `plugin_load_file'
Implemented `plugin_load' which works with plugin-names rather than filenames
Added `configfile.[ch]' to configfile-branch (forgot that yesterday)
Added a call to `cf_register' to `ping.c' to test everything
Added a call to `cf_register' to `ping.c' to test everything
Changed return type of `plugin_exists' from `bool' to `int' since `bool' appears not to be an elementar data type.
Added defines `SYSCONFDIR' and `CONFIGFILE' to `collectd.h'
Added function `plugin_exists (char *type)' to `plugin.[ch]'
Added function `plugin_exists (char *type)' to `plugin.[ch]'
The configfile-branch now compiles.
Added src/libconfig so distribution
Created branch `configfile'
Added copyright/GPL header to all .c and .h files in trunk
Updated chanelog in trunk
Updated chanelog in trunk
Added copyright notices to src/multicast.[ch] and src/collectd.[ch] in trunk
Commented the configure and Makefile rules for the quota module
Deleted `src/stamp-h1.in', `src/config.h.in' and `INSTALL' in trunk
Copied clean.sh and bruild.sh from quota-branch to trunk
Merged autotools changes (configure.in, src/plugin.c, src/Makefile.am, Makefile.am) from quota-branch to trunk
Merged changes on `processes.c', `collectd.c' and `collectd.h' from quota-branch to trunk
Merged changes on `common.[ch]' from quota-branch to trunk
Copied src/utils_mount.[ch] from quota-branch to trunk
Copied src/utils_debug.[ch] from quota-branch to trunk
Added potential bug
Added FreeBSD support to the cpu module
Improved the build process a bit..
Bumped version to 3.5.alpha0
Bumped version to 3.5.alpha0
Updated the manpage (added multicast routing information and fixed typos)
Fixes for the load module (did not work correctly under Solaris)
Added backwards compatibility to `users.c', so I can use `utmp' too if `utmpx' is not found.
Added checks for `utmpx.h' and `getutxent' to the configure script
Now using utmpx instead of utmp in users.c to be POSIX 1003.1-2001 compliant.
First version of the users plugin.
Corrected the default prefix in `INSTALL'
Added information about cpufreq to ReadMe and manpage
Changes debian package to build with the new path settings
RRDs and PID file are now underneath `localstatedir'
Fiddling with that autoconf/automake stuff..
Merged Niki's changes to `collectd.h' to trunk/
Moved files into standard directory structure