Code

collectd.git
18 years agoCopied `debian/collectd.conffiles' from `trunk' to `tags/collectd-3.6.0' collectd-3.6.0
octo [Fri, 20 Jan 2006 10:13:40 +0000 (10:13 +0000)]
Copied `debian/collectd.conffiles' from `trunk' to `tags/collectd-3.6.0'

18 years agoCopied `trunk' to `tags/collectd-3.6.0'
octo [Fri, 20 Jan 2006 10:08:37 +0000 (10:08 +0000)]
Copied `trunk' to `tags/collectd-3.6.0'

18 years agoChanged the ping-module so it doesn't give up on socket-errors.
octo [Fri, 20 Jan 2006 09:46:10 +0000 (09:46 +0000)]
Changed the ping-module so it doesn't give up on socket-errors.

18 years agoUpdated `collectd.spec', though not tested it..
octo [Fri, 20 Jan 2006 09:16:19 +0000 (09:16 +0000)]
Updated `collectd.spec', though not tested it..
Updated `contrib/init.d-rh7'
Applied bugfix to `debian/rules'

18 years agoRemoved `/etc/default/collectd' from the debian package
octo [Thu, 19 Jan 2006 22:36:26 +0000 (22:36 +0000)]
Removed `/etc/default/collectd' from the debian package
Updated `/etc/init.d/collectd' from the debian package
Updates `TODO'

18 years agoAdded sample collectd.conf
octo [Tue, 17 Jan 2006 12:13:53 +0000 (12:13 +0000)]
Added sample collectd.conf
Updates README

18 years agoChanged version to 3.6.0
octo [Tue, 17 Jan 2006 11:59:32 +0000 (11:59 +0000)]
Changed version to 3.6.0
Removed most plugin-packages.
Added mysql-package

18 years agoImproves `collectd.conf.pod' and `collectd.pod'
octo [Tue, 17 Jan 2006 10:08:33 +0000 (10:08 +0000)]
Improves `collectd.conf.pod' and `collectd.pod'

18 years agoImproved `collectd.conf(5)'
octo [Tue, 17 Jan 2006 09:52:41 +0000 (09:52 +0000)]
Improved `collectd.conf(5)'

18 years agoChanged `DataDir' to be a valid option for mode `Server' too, since it's the working...
octo [Mon, 16 Jan 2006 21:23:24 +0000 (21:23 +0000)]
Changed `DataDir' to be a valid option for mode `Server' too, since it's the working directory..
Wrote a part of collectd.conf(5) (file `collectd.conf.pod')

18 years agoRenamed `cf_get_mode_option' to `cf_get_option'. Added the `default' argument..
octo [Mon, 16 Jan 2006 20:49:10 +0000 (20:49 +0000)]
Renamed `cf_get_mode_option' to `cf_get_option'. Added the `default' argument..
Added config option `LogFile'
Removed the config options `Client', `Server' and `Local'

18 years agoFixed a but in the mysql module, so it builds as write-only module, too.
octo [Sun, 15 Jan 2006 12:20:33 +0000 (12:20 +0000)]
Fixed a but in the mysql module, so it builds as write-only module, too.
Shorted the command line options to `help' and `dont fork' only.
Brought `getopt' back: `libconfig' doesn't do what I want: Command line options are evaluated after config files. So I don't know what mode the daemon will be in when parsing the file. That's why I moved everything into the config file.
Removed `cf_callback_usage' again.
Changed `cf_read' to not need `argc' and `argv' anymore..

18 years agoMinor changes since I was a little bored ;)
octo [Tue, 10 Jan 2006 21:58:22 +0000 (21:58 +0000)]
Minor changes since I was a little bored ;)
- Corrected ChangeLog
- Added comments and TODOs to `configfile.c'
- ``corrected'' indentation in `common.c'

18 years agoMoved `exit_usage' from `collectd.c' to `configfile.c' and renamed it to `cf_callback...
octo [Sun, 8 Jan 2006 08:22:46 +0000 (08:22 +0000)]
Moved `exit_usage' from `collectd.c' to `configfile.c' and renamed it to `cf_callback_usage'.
Removed the `getopt' code. Argument parsing is now done by `libconfig' as well.
Fixed a typo in `collectd.c' which prevented collectd from catching a SIGINT..

18 years agoAdded mysql_{commands,handler} to `collection.cgi'
octo [Sat, 24 Dec 2005 14:42:17 +0000 (14:42 +0000)]
Added mysql_{commands,handler} to `collection.cgi'

18 years agoAdded `Handler_*' support to the `mysql' plugin
octo [Fri, 23 Dec 2005 15:22:06 +0000 (15:22 +0000)]
Added `Handler_*' support to the `mysql' plugin
The `mysql' plugin now ignores all counter that are set to zero..

18 years agoChanged the `cpu' graph to display percentages
octo [Fri, 23 Dec 2005 06:37:36 +0000 (06:37 +0000)]
Changed the `cpu' graph to display percentages

18 years agoSince a second is not always 100 jiffies remove the upper bound of `100' for cpu...
octo [Thu, 22 Dec 2005 21:46:15 +0000 (21:46 +0000)]
Since a second is not always 100 jiffies remove the upper bound of `100' for cpu-*.rrd files.

18 years agoFixed documentation in `configfile.h': s/Module/Plugin/
octo [Thu, 22 Dec 2005 17:09:20 +0000 (17:09 +0000)]
Fixed documentation in `configfile.h': s/Module/Plugin/
Moved an error message in `common.c'..
Moved the call to `check_create_dir' so it's run less frequently.

18 years agoChanged mysql plugin to create one RRD file for each command
octo [Thu, 22 Dec 2005 11:58:25 +0000 (11:58 +0000)]
Changed mysql plugin to create one RRD file for each command

18 years agoAdded the functions `strjoin' and `escape_slashes' to `common.c'.
octo [Wed, 21 Dec 2005 09:57:13 +0000 (09:57 +0000)]
Added the functions `strjoin' and `escape_slashes' to `common.c'.
Changed `check_create_dir' so it can recursively create directories.
Documented `strsplit', `strjoin' and `escape_slashes' in `common.h'.

18 years agoFixed a problem with the `disk' plugin: Added a counter to check how often the values...
octo [Tue, 20 Dec 2005 09:34:09 +0000 (09:34 +0000)]
Fixed a problem with the `disk' plugin: Added a counter to check how often the values were queried, so that no huge peeks appear in the RRD files.

18 years agotypo
niki [Tue, 20 Dec 2005 08:44:31 +0000 (08:44 +0000)]
typo

18 years agoChanged `plugin_set_dir' to take a `const' argument.
octo [Tue, 20 Dec 2005 08:03:34 +0000 (08:03 +0000)]
Changed `plugin_set_dir' to take a `const' argument.
Reorganized the `configfile.c' file. Changed callback names, their order and added comments.
Added `cf_callback_mode_plugindir' to allow the config file to change the plugin directory.

18 years agoAdded to src/configfile.c:
octo [Mon, 19 Dec 2005 22:09:12 +0000 (22:09 +0000)]
Added to src/configfile.c:
  `cf_callback_options_mode': Callback for <Mode> options
  `cf_get_mode_option':       Function to query above options

18 years agoremoved )
niki [Mon, 19 Dec 2005 21:33:31 +0000 (21:33 +0000)]
removed )

18 years agoUpdated ChangeLog for 3.5.1
octo [Sun, 18 Dec 2005 22:10:42 +0000 (22:10 +0000)]
Updated ChangeLog for 3.5.1
Updated specfile and debian changelog

18 years agoUpdated changelog
octo [Sun, 18 Dec 2005 12:17:20 +0000 (12:17 +0000)]
Updated changelog

18 years agoMoved the signal handler initialization so it gets run in the child, not the parent..
octo [Sun, 18 Dec 2005 12:16:05 +0000 (12:16 +0000)]
Moved the signal handler initialization so it gets run in the child, not the parent..

18 years agoFinished up `df' plugin
octo [Sun, 18 Dec 2005 12:13:13 +0000 (12:13 +0000)]
Finished up `df' plugin

18 years agoAdded first version of a `df' module
octo [Sun, 18 Dec 2005 11:59:35 +0000 (11:59 +0000)]
Added first version of a `df' module

18 years agoAdded contribution for Tommie Gannert's PID-file patch to `AUTHORS'
octo [Sun, 18 Dec 2005 10:36:31 +0000 (10:36 +0000)]
Added contribution for Tommie Gannert's PID-file patch to `AUTHORS'

18 years agoAdded `mysql' status line to configure.in
octo [Sun, 18 Dec 2005 01:48:11 +0000 (01:48 +0000)]
Added `mysql' status line to configure.in
Corrected dependencies in src/libconfig/Makefile.am
Removed dependency to `mysql.h' (since it doesn't exist)

18 years agoChanged default `host' for `mysql' to `localhost'
octo [Sat, 17 Dec 2005 19:08:31 +0000 (19:08 +0000)]
Changed default `host' for `mysql' to `localhost'
Added SIGTERM handler
Updated `ChangeLog'

18 years agoAdded check for `libmysqlclient' to `configure.in'
octo [Sat, 17 Dec 2005 18:42:09 +0000 (18:42 +0000)]
Added check for `libmysqlclient' to `configure.in'
Added `AC_COLLECTD' for `mysql' plugin
Added `mysql' plugin
Added a warning (notice, actually) message to inform users of `write-only' plugins

18 years agoMoved the *_HAVE_READ defines: *_submit may only be included when *_read is included...
octo [Sat, 17 Dec 2005 12:11:54 +0000 (12:11 +0000)]
Moved the *_HAVE_READ defines: *_submit may only be included when *_read is included too. Otherwise the compiler will complain.

18 years agoCleaned up all the modules, unified define order and the like..
octo [Sat, 17 Dec 2005 11:45:44 +0000 (11:45 +0000)]
Cleaned up all the modules, unified define order and the like..

18 years agoChanged plugins `serial' through `users' to be able to build in read-only mode
octo [Sat, 17 Dec 2005 11:26:00 +0000 (11:26 +0000)]
Changed plugins `serial' through `users' to be able to build in read-only mode

18 years agoChanged modules `cpu' through `sensors' to compile in `read-only' mode if dependencie...
octo [Sat, 17 Dec 2005 10:56:39 +0000 (10:56 +0000)]
Changed modules `cpu' through `sensors' to compile in `read-only' mode if dependencies are not fullfiled..

18 years agoChanged the cpu plugin to not use its headerfile anymore.
octo [Sat, 17 Dec 2005 09:39:18 +0000 (09:39 +0000)]
Changed the cpu plugin to not use its headerfile anymore.
Fixed a small bug in configfile.c: `==' -> `='

18 years agoMerged branch configfile to trunk
octo [Sat, 17 Dec 2005 09:23:52 +0000 (09:23 +0000)]
Merged branch configfile to trunk

18 years agoTook a closer `look' at last nights changes..
octo [Sat, 17 Dec 2005 08:49:23 +0000 (08:49 +0000)]
Took a closer `look' at last nights changes..

18 years agomain() prototype causes trouble when configure is using int main(void)...
niki [Sat, 17 Dec 2005 04:58:38 +0000 (04:58 +0000)]
main() prototype causes trouble when configure is using int main(void)...

18 years agospace -> tab
niki [Sat, 17 Dec 2005 03:44:52 +0000 (03:44 +0000)]
space -> tab

18 years ago#ifdef -> #if
niki [Sat, 17 Dec 2005 03:37:50 +0000 (03:37 +0000)]
#ifdef -> #if

18 years agocleanup, pidfile_remove bugfix, options (configdir?)
niki [Sat, 17 Dec 2005 03:27:30 +0000 (03:27 +0000)]
cleanup, pidfile_remove bugfix, options (configdir?)

18 years agocleanup configure headers
niki [Sat, 17 Dec 2005 03:09:11 +0000 (03:09 +0000)]
cleanup configure headers

18 years agooptions, static, #if's and debugging
niki [Sat, 17 Dec 2005 02:41:20 +0000 (02:41 +0000)]
options, static, #if's and debugging

18 years agoadded conditions and implemented AC_COLLECTD() macro.
niki [Sat, 17 Dec 2005 02:38:31 +0000 (02:38 +0000)]
added conditions and implemented AC_COLLECTD() macro.
only disk module, debug and daemon feature are using it for now.

18 years agofixed static filename bug, cleanup of --disable-debug mode
niki [Sat, 17 Dec 2005 02:35:20 +0000 (02:35 +0000)]
fixed static filename bug, cleanup of --disable-debug mode

18 years agocleanup on users module
niki [Fri, 16 Dec 2005 17:37:31 +0000 (17:37 +0000)]
cleanup on users module

18 years agocleanup on sensors
niki [Fri, 16 Dec 2005 17:14:09 +0000 (17:14 +0000)]
cleanup on sensors

18 years agoclenaup on libstatgrab
niki [Fri, 16 Dec 2005 17:07:42 +0000 (17:07 +0000)]
clenaup on libstatgrab

18 years agocleanup on libstatgrab
niki [Fri, 16 Dec 2005 17:05:57 +0000 (17:05 +0000)]
cleanup on libstatgrab

18 years agocleanup
niki [Fri, 16 Dec 2005 17:03:48 +0000 (17:03 +0000)]
cleanup

18 years agochanged unportable
niki [Fri, 16 Dec 2005 16:56:14 +0000 (16:56 +0000)]
changed unportable
test X -a  Y
to
test X && test Y

18 years agomake configure a bit more informative
niki [Fri, 16 Dec 2005 16:53:44 +0000 (16:53 +0000)]
make configure a bit more informative

18 years agosyslog and sys/param.h check
niki [Fri, 16 Dec 2005 16:51:09 +0000 (16:51 +0000)]
syslog and sys/param.h check

18 years agoMerged revision 326 to tags/collectd-3.5.0 and the branches
octo [Fri, 16 Dec 2005 14:37:52 +0000 (14:37 +0000)]
Merged revision 326 to tags/collectd-3.5.0 and the branches

18 years agoCommented out `CONFIGFILE' in collectd.c
octo [Fri, 16 Dec 2005 14:35:53 +0000 (14:35 +0000)]
Commented out `CONFIGFILE' in collectd.c
Added `$(LTDLINCL)' to `collectd_CPPFLAGS'

18 years agoMakefile.am:12: `#' comment at start of rule is unportable
octo [Fri, 16 Dec 2005 12:59:38 +0000 (12:59 +0000)]
Makefile.am:12: `#' comment at start of rule is unportable
make: *** [Makefile.in] Error 1

18 years agoMerged revision 321 from the trunk to the branches
octo [Fri, 16 Dec 2005 12:56:34 +0000 (12:56 +0000)]
Merged revision 321 from the trunk to the branches

18 years agoChanged the `-d' switch to `-D' in the init.d-files
octo [Fri, 16 Dec 2005 12:55:32 +0000 (12:55 +0000)]
Changed the `-d' switch to `-D' in the init.d-files
Added revision to ChangeLog
Commented out the creation of `$prefix/etc' in Makefile.am

18 years agoMerged revisions 317 and 318 from trunk to the branches
octo [Fri, 16 Dec 2005 12:46:43 +0000 (12:46 +0000)]
Merged revisions 317 and 318 from trunk to the branches

18 years agoChanged collectd.c so the `-P pidfile' option has an effect
octo [Fri, 16 Dec 2005 12:36:34 +0000 (12:36 +0000)]
Changed collectd.c so the `-P pidfile' option has an effect

18 years agoUpdated debian/changelog
octo [Fri, 16 Dec 2005 12:34:07 +0000 (12:34 +0000)]
Updated debian/changelog
Bumped version number to 3.5.0

18 years agoFixed type (forgotten semicolon) from the previous merges
octo [Fri, 16 Dec 2005 10:36:36 +0000 (10:36 +0000)]
Fixed type (forgotten semicolon) from the previous merges

18 years agoMerged changes from revision 314 (branches/collectd-configfile) to trunk
octo [Fri, 16 Dec 2005 10:32:22 +0000 (10:32 +0000)]
Merged changes from revision 314 (branches/collectd-configfile) to trunk

18 years agoChanged the merger to fit better with the configfile concept
octo [Fri, 16 Dec 2005 10:22:58 +0000 (10:22 +0000)]
Changed the merger to fit better with the configfile concept
SYSCONFDIR -> CONFIGFILE
LOCALSTATEDIR: var -> var/lib

18 years agoMerged revisioni 312 to configfile branch
octo [Fri, 16 Dec 2005 10:11:34 +0000 (10:11 +0000)]
Merged revisioni 312 to configfile branch

18 years agoMerged changes from the quota-branch:
octo [Fri, 16 Dec 2005 09:58:46 +0000 (09:58 +0000)]
Merged changes from the quota-branch:
- Changed command line options to be more consitent
- Hopefully changed automake to it creates directories

18 years agoMerged revision 304 (removal of all `extern time_t curtime' in all plugins) to the...
octo [Thu, 15 Dec 2005 07:06:17 +0000 (07:06 +0000)]
Merged revision 304 (removal of all `extern time_t curtime' in all plugins) to the branches

18 years agoChanged the term `Module' to `Plugin' in configfile.c. This seemed more consistent.
octo [Thu, 15 Dec 2005 06:58:39 +0000 (06:58 +0000)]
Changed the term `Module' to `Plugin' in configfile.c. This seemed more consistent.
Added a `break' where it was needed..

18 years agoremoved
niki [Wed, 14 Dec 2005 18:32:51 +0000 (18:32 +0000)]
removed
extern time_t curtime;
in all modules (is present in src/collectd.h).

18 years agoMerged the fix of Revision 302 to the branches
octo [Wed, 14 Dec 2005 18:00:25 +0000 (18:00 +0000)]
Merged the fix of Revision 302 to the branches

18 years agoFixed weird bug in processes.c. Thanks to Stuart Nicholson for pointing it out
octo [Wed, 14 Dec 2005 17:58:43 +0000 (17:58 +0000)]
Fixed weird bug in processes.c. Thanks to Stuart Nicholson for pointing it out

18 years agoChanged error messages for calls to `mkdir': Report creation of which directory failed
octo [Wed, 14 Dec 2005 14:26:14 +0000 (14:26 +0000)]
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'..

18 years agoAdded `cf_read' to the daemon startup and removed the old call to `plugin_load_all'.
octo [Wed, 14 Dec 2005 14:14:20 +0000 (14:14 +0000)]
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

18 years agoImplemented `plugin_get_dir' and `plugin_set_dir'
octo [Wed, 14 Dec 2005 13:48:28 +0000 (13:48 +0000)]
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

18 years agoautoconf info page mentions that including config.h has to be done this way.
niki [Wed, 14 Dec 2005 13:48:25 +0000 (13:48 +0000)]
autoconf info page mentions that including config.h has to be done this way.
maybe we should start including common.h instead and do all fancy #if/#endif there.

18 years agoAdded `configfile.[ch]' to configfile-branch (forgot that yesterday)
octo [Wed, 14 Dec 2005 08:56:37 +0000 (08:56 +0000)]
Added `configfile.[ch]' to configfile-branch (forgot that yesterday)
Added a call to `cf_register' to `ping.c' to test everything

18 years agoChanged return type of `plugin_exists' from `bool' to `int' since `bool' appears...
octo [Tue, 13 Dec 2005 21:53:55 +0000 (21:53 +0000)]
Changed return type of `plugin_exists' from `bool' to `int' since `bool' appears not to be an elementar data type.

18 years agoAdded defines `SYSCONFDIR' and `CONFIGFILE' to `collectd.h'
octo [Tue, 13 Dec 2005 21:50:01 +0000 (21:50 +0000)]
Added defines `SYSCONFDIR' and `CONFIGFILE' to `collectd.h'
Added function `plugin_exists (char *type)' to `plugin.[ch]'

18 years agoThe configfile-branch now compiles.
octo [Tue, 13 Dec 2005 18:27:57 +0000 (18:27 +0000)]
The configfile-branch now compiles.

18 years agoAdded src/libconfig so distribution
octo [Tue, 13 Dec 2005 17:57:47 +0000 (17:57 +0000)]
Added src/libconfig so distribution

18 years agoCreated branch `configfile'
octo [Tue, 13 Dec 2005 15:24:31 +0000 (15:24 +0000)]
Created branch `configfile'

18 years agoAdded copyright/GPL header to all .c and .h files in trunk
octo [Tue, 13 Dec 2005 07:51:10 +0000 (07:51 +0000)]
Added copyright/GPL header to all .c and .h files in trunk
Updated chanelog in trunk

18 years agoAdded copyright notices to src/multicast.[ch] and src/collectd.[ch] in trunk
octo [Mon, 12 Dec 2005 18:54:10 +0000 (18:54 +0000)]
Added copyright notices to src/multicast.[ch] and src/collectd.[ch] in trunk

18 years agoCommented the configure and Makefile rules for the quota module
octo [Mon, 12 Dec 2005 18:29:28 +0000 (18:29 +0000)]
Commented the configure and Makefile rules for the quota module

18 years agoDeleted `src/stamp-h1.in', `src/config.h.in' and `INSTALL' in trunk
octo [Mon, 12 Dec 2005 09:01:21 +0000 (09:01 +0000)]
Deleted `src/stamp-h1.in', `src/config.h.in' and `INSTALL' in trunk

18 years agoCopied clean.sh and bruild.sh from quota-branch to trunk
octo [Mon, 12 Dec 2005 08:07:51 +0000 (08:07 +0000)]
Copied clean.sh and bruild.sh from quota-branch to trunk

18 years agoMerged autotools changes (configure.in, src/plugin.c, src/Makefile.am, Makefile.am...
octo [Mon, 12 Dec 2005 08:06:53 +0000 (08:06 +0000)]
Merged autotools changes (configure.in, src/plugin.c, src/Makefile.am, Makefile.am) from quota-branch to trunk

18 years agoMerged changes on `processes.c', `collectd.c' and `collectd.h' from quota-branch...
octo [Mon, 12 Dec 2005 07:58:44 +0000 (07:58 +0000)]
Merged changes on `processes.c', `collectd.c' and `collectd.h' from quota-branch to trunk

18 years agoMerged changes on `common.[ch]' from quota-branch to trunk
octo [Mon, 12 Dec 2005 07:51:19 +0000 (07:51 +0000)]
Merged changes on `common.[ch]' from quota-branch to trunk

18 years agoCopied src/utils_mount.[ch] from quota-branch to trunk
octo [Mon, 12 Dec 2005 07:36:03 +0000 (07:36 +0000)]
Copied src/utils_mount.[ch] from quota-branch to trunk

18 years agoCopied src/utils_debug.[ch] from quota-branch to trunk
octo [Mon, 12 Dec 2005 07:35:29 +0000 (07:35 +0000)]
Copied src/utils_debug.[ch] from quota-branch to trunk

18 years agoAdded potential bug
octo [Mon, 12 Dec 2005 07:24:40 +0000 (07:24 +0000)]
Added potential bug

18 years agoAdded FreeBSD support to the cpu module
octo [Thu, 8 Dec 2005 14:27:19 +0000 (14:27 +0000)]
Added FreeBSD support to the cpu module

18 years agoImproved the build process a bit..
octo [Wed, 7 Dec 2005 10:52:51 +0000 (10:52 +0000)]
Improved the build process a bit..
Bumped version to 3.5.alpha0

18 years agoUpdated the manpage (added multicast routing information and fixed typos)
octo [Wed, 7 Dec 2005 09:01:37 +0000 (09:01 +0000)]
Updated the manpage (added multicast routing information and fixed typos)