Code

collectd.git
17 years agoocto@leeloo:~/collectd $ svn cp branches/liboping tags/liboping-0.1.0 liboping-0.1.0
octo [Mon, 8 May 2006 08:50:18 +0000 (08:50 +0000)]
octo@leeloo:~/collectd $ svn cp branches/liboping tags/liboping-0.1.0

17 years agoRemoved the `ToDo' file fromt he Debian packages.
octo [Mon, 8 May 2006 08:49:44 +0000 (08:49 +0000)]
Removed the `ToDo' file fromt he Debian packages.
Include the debian/ directory in the tarball.

17 years agoAdded todays date to ChangeLog.
octo [Mon, 8 May 2006 08:01:06 +0000 (08:01 +0000)]
Added todays date to ChangeLog.
Removed `FIXME' note in README.

17 years agoAdded `L<...>' around each manpage reference.
octo [Mon, 8 May 2006 07:38:56 +0000 (07:38 +0000)]
Added `L<...>' around each manpage reference.

18 years agoAdded `oping(8)' to liboping/debian/oping.manpages
octo [Tue, 2 May 2006 20:48:31 +0000 (20:48 +0000)]
Added `oping(8)' to liboping/debian/oping.manpages
Removed done items from `ToDo'
Added a first entry to the ChangeLog
Created the skeleton of a README

18 years agoAdded `oping(8)'
octo [Tue, 2 May 2006 20:17:36 +0000 (20:17 +0000)]
Added `oping(8)'
src/liboping.c: Added comment about a static function `ping_open_socket' to be added.
debian/liboping-dev.manpages: Added *.3 manpages..

18 years agoEnable `sendto' to get the error message.
octo [Tue, 2 May 2006 08:19:19 +0000 (08:19 +0000)]
Enable `sendto' to get the error message.
Fix for comiling with older glibc: It didn't know `EAI_OVERFLOW'.
`ping_send_all' now returns non-zero if something goes wrong..

18 years agoAdded the ping_iterator_get_context(3) manpage.
octo [Mon, 1 May 2006 19:30:00 +0000 (19:30 +0000)]
Added the ping_iterator_get_context(3) manpage.

18 years agoAccidentally gave the wrong name to the right manpage..
octo [Mon, 1 May 2006 19:22:07 +0000 (19:22 +0000)]
Accidentally gave the wrong name to the right manpage..

18 years agoAdded these manpages: ping_get_error(3), ping_iterator_get(3), and ping_iterator_get_...
octo [Mon, 1 May 2006 19:21:31 +0000 (19:21 +0000)]
Added these manpages: ping_get_error(3), ping_iterator_get(3), and ping_iterator_get_info(3)

18 years agoAdded manpage `ping_send(3)'
octo [Mon, 1 May 2006 18:44:07 +0000 (18:44 +0000)]
Added manpage `ping_send(3)'
Added manpage `ping_host_add(3)'
Added both manpages to the build system.

18 years agoBetter handling of manpage installation..
octo [Mon, 1 May 2006 17:56:17 +0000 (17:56 +0000)]
Better handling of manpage installation..

18 years agoImprovements in the Debian package.
octo [Mon, 1 May 2006 17:54:55 +0000 (17:54 +0000)]
Improvements in the Debian package.

18 years agoAdded mans/ping_construct.pod, mans/ping_setopt.pod
octo [Mon, 1 May 2006 16:59:06 +0000 (16:59 +0000)]
Added mans/ping_construct.pod, mans/ping_setopt.pod
Added mans/Makefile.am
Improved mans/liboping.pod

18 years agoAdded `src/mans/' to the build system.
octo [Mon, 1 May 2006 16:29:59 +0000 (16:29 +0000)]
Added `src/mans/' to the build system.

18 years agoMoved `liboping.pod' from `src/' to `src/mans/'
octo [Mon, 1 May 2006 16:27:47 +0000 (16:27 +0000)]
Moved `liboping.pod' from `src/' to `src/mans/'

18 years agoRemoved note about double-licensing.
octo [Mon, 1 May 2006 16:27:10 +0000 (16:27 +0000)]
Removed note about double-licensing.

18 years agoMoves `src/liboping.h' to `src/oping.h'.
octo [Mon, 1 May 2006 12:55:18 +0000 (12:55 +0000)]
Moves `src/liboping.h' to `src/oping.h'.

18 years agoAdded `liboping.pod' - a first manpage draft.
octo [Mon, 1 May 2006 12:54:27 +0000 (12:54 +0000)]
Added `liboping.pod' - a first manpage draft.

18 years agoFix problems with the Debian package
octo [Mon, 1 May 2006 11:03:39 +0000 (11:03 +0000)]
Fix problems with the Debian package

18 years agoAdded `debian/' files.
octo [Mon, 1 May 2006 09:25:51 +0000 (09:25 +0000)]
Added `debian/' files.

18 years agoCheck for superuser privileges at startup.
octo [Sun, 30 Apr 2006 16:37:45 +0000 (16:37 +0000)]
Check for superuser privileges at startup.

18 years agoCatch `SIGINT' and print summary after Ctrl-C has been pressed..
octo [Sun, 30 Apr 2006 16:18:49 +0000 (16:18 +0000)]
Catch `SIGINT' and print summary after Ctrl-C has been pressed..

18 years agoFixed a bug with using `modf': I accidentally switched the arguments..
octo [Sat, 29 Apr 2006 12:06:37 +0000 (12:06 +0000)]
Fixed a bug with using `modf': I accidentally switched the arguments..

18 years agoImplemented a simple summary. This is done by passing a `context' to `liboping' and...
octo [Sat, 29 Apr 2006 11:54:03 +0000 (11:54 +0000)]
Implemented a simple summary. This is done by passing a `context' to `liboping' and requesting it back when reading host statistics..

18 years agoImplemented various options for the `oping' binary.
octo [Sat, 29 Apr 2006 11:13:32 +0000 (11:13 +0000)]
Implemented various options for the `oping' binary.

18 years agoImplemented `ping_iterator_get_info' which obsoletes `ping_iterator_get_{hostname...
octo [Sat, 29 Apr 2006 09:24:21 +0000 (09:24 +0000)]
Implemented `ping_iterator_get_info' which obsoletes `ping_iterator_get_{hostname,latency}' and adds additional functionality.

18 years agoAdded `ToDo' File
octo [Fri, 28 Apr 2006 21:54:06 +0000 (21:54 +0000)]
Added `ToDo' File
Changed src/Makefile.am so it installs the header file(s).

18 years agoAdded files that must exist when running `automake'..
octo [Fri, 28 Apr 2006 21:47:11 +0000 (21:47 +0000)]
Added files that must exist when running `automake'..

18 years ago`oping' now compiles and I'll go to bed. G'night.
octo [Fri, 28 Apr 2006 21:35:32 +0000 (21:35 +0000)]
`oping' now compiles and I'll go to bed. G'night.

18 years agoMoved text_liboping.c to src/oping.c
octo [Fri, 28 Apr 2006 21:28:37 +0000 (21:28 +0000)]
Moved text_liboping.c to src/oping.c

18 years agoFixes in the build script(s).
octo [Fri, 28 Apr 2006 21:27:51 +0000 (21:27 +0000)]
Fixes in the build script(s).

18 years agoAdded auto{conf,make} files..
octo [Fri, 28 Apr 2006 21:02:35 +0000 (21:02 +0000)]
Added auto{conf,make} files..

18 years agoMoved the program files into a `src' subdirectory.
octo [Fri, 28 Apr 2006 20:46:09 +0000 (20:46 +0000)]
Moved the program files into a `src' subdirectory.

18 years agoocto@leeloo:~/collectd $ svn cp trunk/src/liboping branches/liboping
octo [Fri, 28 Apr 2006 19:53:19 +0000 (19:53 +0000)]
octo@leeloo:~/collectd $ svn cp trunk/src/liboping branches/liboping

18 years agoChanged the build system to
octo [Fri, 28 Apr 2006 17:56:23 +0000 (17:56 +0000)]
Changed the build system to
- only check for libkvm and libdevstat if libstatgrab is installed
- only link against the above libraries if libstatgrab is present.

18 years agoCorrected/removed fixme-note.
octo [Fri, 28 Apr 2006 17:18:03 +0000 (17:18 +0000)]
Corrected/removed fixme-note.

18 years agoA first port of the `swap' plugin to Mach/Mac OS X
octo [Fri, 28 Apr 2006 16:21:19 +0000 (16:21 +0000)]
A first port of the `swap' plugin to Mach/Mac OS X

18 years agoApplied patch by Peter Holik to work with arbitary length device names (when using...
octo [Thu, 27 Apr 2006 20:52:32 +0000 (20:52 +0000)]
Applied patch by Peter Holik to work with arbitary length device names (when using the `KERNEL_LINUX' read method).

18 years agoAdded `package' and `errors' counter for libkstat to the `traffic' plugin.
octo [Wed, 26 Apr 2006 09:37:47 +0000 (09:37 +0000)]
Added `package' and `errors' counter for libkstat to the `traffic' plugin.

18 years agoChanged the fixed heartbeat of `25' with the string `HEARTBEAT' in trunk/src/collectd.pod
octo [Wed, 26 Apr 2006 08:48:35 +0000 (08:48 +0000)]
Changed the fixed heartbeat of `25' with the string `HEARTBEAT' in trunk/src/collectd.pod

18 years agoRenamed the new RRD files: Move the files in a subdirectory when a new major version...
octo [Wed, 26 Apr 2006 08:44:00 +0000 (08:44 +0000)]
Renamed the new RRD files: Move the files in a subdirectory when a new major version is about to be released. For now, don't do it to be more consistent..

18 years agoAdded the RRD files `if_packets' and `if_errors' to `collectd(1)'.
octo [Wed, 26 Apr 2006 08:42:56 +0000 (08:42 +0000)]
Added the RRD files `if_packets' and `if_errors' to `collectd(1)'.

18 years agoAdded the RRD files of the `wireless' plugin to `collectd(1)'
octo [Wed, 26 Apr 2006 08:38:54 +0000 (08:38 +0000)]
Added the RRD files of the `wireless' plugin to `collectd(1)'

18 years agoAdded RRD file of the `cpufreq' plugin to `collectd(1)'
octo [Wed, 26 Apr 2006 08:35:56 +0000 (08:35 +0000)]
Added RRD file of the `cpufreq' plugin to `collectd(1)'

18 years agoAdded the RRD files of the `apple_sensors' plugin to `collectd(1)'
octo [Wed, 26 Apr 2006 08:34:05 +0000 (08:34 +0000)]
Added the RRD files of the `apple_sensors' plugin to `collectd(1)'

18 years agoAdded RRD files of the `apache' plugin to `collectd(1)'
octo [Wed, 26 Apr 2006 08:31:38 +0000 (08:31 +0000)]
Added RRD files of the `apache' plugin to `collectd(1)'

18 years agoChanged the `traffic' plugin to generate `packets' and `errors' statistics, too.
octo [Wed, 26 Apr 2006 08:09:55 +0000 (08:09 +0000)]
Changed the `traffic' plugin to generate `packets' and `errors' statistics, too.

18 years agoAdded information about the new `cacert' option in the `apache' plugin to `collectd...
octo [Tue, 25 Apr 2006 12:46:47 +0000 (12:46 +0000)]
Added information about the new `cacert' option in the `apache' plugin to `collectd.conf(5)'.

18 years agoAdded the config option `cacert' to the `apache' plugin. This allows to specify a...
octo [Tue, 25 Apr 2006 12:35:22 +0000 (12:35 +0000)]
Added the config option `cacert' to the `apache' plugin. This allows to specify a file holding the CA Certificate. This is needed for connecting to SSL hosts that use self-signed certificates.

18 years agoAdded `contrib/README'
octo [Sat, 22 Apr 2006 10:11:01 +0000 (10:11 +0000)]
Added `contrib/README'

18 years agoAdded `contrib/add_rra.sh' which allows to add an very detailed RRA to old RRD files.
octo [Sat, 22 Apr 2006 09:38:55 +0000 (09:38 +0000)]
Added `contrib/add_rra.sh' which allows to add an very detailed RRA to old RRD files.

18 years agoLink liboping with `libsocket' if it's needed for `socket' to work.
octo [Fri, 21 Apr 2006 15:27:54 +0000 (15:27 +0000)]
Link liboping with `libsocket' if it's needed for `socket' to work.

18 years agoFix this (need to cast void-pointer to function-pointer to make Sun-cc happy):
octo [Fri, 21 Apr 2006 14:50:35 +0000 (14:50 +0000)]
Fix this (need to cast void-pointer to function-pointer to make Sun-cc happy):
  "plugin.c", line 132: warning: assignment type mismatch:
    pointer to function(void) returning void "=" pointer to void

18 years agoFix this (a pointer was compared with an integer):
octo [Fri, 21 Apr 2006 14:41:15 +0000 (14:41 +0000)]
Fix this (a pointer was compared with an integer):
  "common.c", line 525: warning: improper pointer/integer combination: op ">"

18 years agoCorrected inclusion of `sys/swap.h'.
octo [Fri, 21 Apr 2006 14:40:18 +0000 (14:40 +0000)]
Corrected inclusion of `sys/swap.h'.
Define `HAVE_LIBKSTAT' again if it's present..

18 years agoOnly link against libraries that are needed. E.g., don't link evey plugin to `libksta...
octo [Fri, 21 Apr 2006 14:28:23 +0000 (14:28 +0000)]
Only link against libraries that are needed. E.g., don't link evey plugin to `libkstat' but only those who actually use it.

18 years agoCast pointer arithmetics to make weird gcc versions happy.
octo [Fri, 21 Apr 2006 07:37:45 +0000 (07:37 +0000)]
Cast pointer arithmetics to make weird gcc versions happy.

18 years agoFix this:
octo [Fri, 21 Apr 2006 07:35:19 +0000 (07:35 +0000)]
Fix this:
  hddtemp.c: In function `hddtemp_init':
  hddtemp.c:349: warning: unsigned int format, different type arg (arg 3)

18 years agoCheck for `nanosleep'. If not found, look for `librt'. Abort if `nanosleep' is missing.
octo [Fri, 21 Apr 2006 07:33:37 +0000 (07:33 +0000)]
Check for `nanosleep'. If not found, look for `librt'. Abort if `nanosleep' is missing.
This is needed on Solaris, apparently..

18 years agoFix for this:
octo [Fri, 21 Apr 2006 07:20:53 +0000 (07:20 +0000)]
Fix for this:
  collectd.c: In function `pidfile_create':
  collectd.c:259: warning: int format, pid_t arg (arg 3)

18 years agoDisabled all `kstat' code in the nfs plugin. This failed builds on Solaris..
octo [Fri, 21 Apr 2006 07:19:06 +0000 (07:19 +0000)]
Disabled all `kstat' code in the nfs plugin. This failed builds on Solaris..

18 years agoCorrected the define's in the apache plugin so it'll build without libcurl.
octo [Fri, 21 Apr 2006 07:12:47 +0000 (07:12 +0000)]
Corrected the define's in the apache plugin so it'll build without libcurl.

18 years agoSimple fix for the swap plugin. This needs to go into 3.9.1
octo [Fri, 21 Apr 2006 06:47:17 +0000 (06:47 +0000)]
Simple fix for the swap plugin. This needs to go into 3.9.1

18 years agoOnly include `dict_get_double' when using IOKit or CoreFoundation. This caused a...
octo [Fri, 21 Apr 2006 06:46:49 +0000 (06:46 +0000)]
Only include `dict_get_double' when using IOKit or CoreFoundation. This caused a build on Linux to fail before..

18 years agoSet object options to the default values, when creating the object. This may have...
octo [Wed, 19 Apr 2006 12:40:06 +0000 (12:40 +0000)]
Set object options to the default values, when creating the object. This may have failed the `ping' plugins initialization..

18 years agoMerged addition to ChangeLog back from tags/collectd-3.9.0
octo [Tue, 18 Apr 2006 07:12:36 +0000 (07:12 +0000)]
Merged addition to ChangeLog back from tags/collectd-3.9.0

18 years agoMoved error-message reporting closer to the system-calls in `ping_host_add'.
octo [Mon, 17 Apr 2006 09:19:22 +0000 (09:19 +0000)]
Moved error-message reporting closer to the system-calls in `ping_host_add'.
Small fix to give the correct socktype arg to `socket'.

18 years agoThe `ping' plugin now reports which error occured. The string is not neccessarily...
octo [Mon, 17 Apr 2006 08:51:44 +0000 (08:51 +0000)]
The `ping' plugin now reports which error occured. The string is not neccessarily useful, we just use what `liboping' gives us..

18 years agoAdded reporting of errors:
octo [Mon, 17 Apr 2006 08:51:03 +0000 (08:51 +0000)]
Added reporting of errors:
- ping_set_error
- ping_get_error

18 years agoMoved the actual struct-definition from the header file to the .c-file. This way...
octo [Mon, 17 Apr 2006 08:18:53 +0000 (08:18 +0000)]
Moved the actual struct-definition from the header file to the .c-file. This way the definition is not visible to the user and he cannot access the fields..

18 years agoAdded notes of ports of the `disk' and `battery' plugins to Darwin to the ChangeLog.
octo [Sun, 16 Apr 2006 16:23:35 +0000 (16:23 +0000)]
Added notes of ports of the `disk' and `battery' plugins to Darwin to the ChangeLog.

18 years agoFix for subdirectories in host directories..
octo [Sun, 16 Apr 2006 16:18:07 +0000 (16:18 +0000)]
Fix for subdirectories in host directories..

18 years agoAdded `temperature' and `fanspeed' to `collection.cgi'. This is needed for the
octo [Sun, 16 Apr 2006 13:59:41 +0000 (13:59 +0000)]
Added `temperature' and `fanspeed' to `collection.cgi'. This is needed for the
`apple_sensors' plugin.

18 years agoBattery charge, current and voltage work now with my PB.
octo [Sun, 16 Apr 2006 13:57:14 +0000 (13:57 +0000)]
Battery charge, current and voltage work now with my PB.

18 years agoRemoved useless crap that I forgot to delete..
octo [Sun, 16 Apr 2006 11:42:54 +0000 (11:42 +0000)]
Removed useless crap that I forgot to delete..

18 years agoFirst version of a (hopefully) working battery plugin for darwin.
octo [Sun, 16 Apr 2006 11:38:16 +0000 (11:38 +0000)]
First version of a (hopefully) working battery plugin for darwin.

18 years agoFixed bugs in the Darwin code of the `disk' plugin. It mostly works now.
octo [Sun, 16 Apr 2006 00:25:42 +0000 (00:25 +0000)]
Fixed bugs in the Darwin code of the `disk' plugin. It mostly works now.

18 years agoLink the `disk' plugin against `IOKitLib' when available..
octo [Sat, 15 Apr 2006 17:34:36 +0000 (17:34 +0000)]
Link the `disk' plugin against `IOKitLib' when available..

18 years agoAdded code to find major/minor numbers of disks. Partition statistics are not availab...
octo [Sat, 15 Apr 2006 17:17:43 +0000 (17:17 +0000)]
Added code to find major/minor numbers of disks. Partition statistics are not available though :/

18 years agoPorted the `disk' plugin to Darwin. It's not complete yet, search for `FIXME's.
octo [Sat, 15 Apr 2006 11:47:56 +0000 (11:47 +0000)]
Ported the `disk' plugin to Darwin. It's not complete yet, search for `FIXME's.

18 years agoThe defines in the `disk' plugin have been brought to the `state of the art'.. ;)
octo [Sat, 15 Apr 2006 10:04:50 +0000 (10:04 +0000)]
The defines in the `disk' plugin have been brought to the `state of the art'.. ;)

18 years agoImplemented step-back for the cpu-plugin, mach part when trying to read temperature..
octo [Sat, 15 Apr 2006 09:42:49 +0000 (09:42 +0000)]
Implemented step-back for the cpu-plugin, mach part when trying to read temperature..

18 years agoUpdate of the specfile. It works with FC1
octo [Fri, 14 Apr 2006 18:11:57 +0000 (18:11 +0000)]
Update of the specfile. It works with FC1

18 years agoUpdated the Debian changelog
octo [Fri, 14 Apr 2006 17:32:45 +0000 (17:32 +0000)]
Updated the Debian changelog

18 years agoAdded missing modules to the manpage.
octo [Fri, 14 Apr 2006 17:29:54 +0000 (17:29 +0000)]
Added missing modules to the manpage.

18 years agoAdded some more `IOHWSensor' types..
octo [Fri, 14 Apr 2006 17:00:44 +0000 (17:00 +0000)]
Added some more `IOHWSensor' types..

18 years agoChanged all occurences of `http://verplant.org/collectd/' to `http://collectd.org/'
octo [Fri, 14 Apr 2006 15:58:09 +0000 (15:58 +0000)]
Changed all occurences of `verplant.org/collectd/' to `http://collectd.org/'

18 years agoChanged version to `3.9.0'
octo [Fri, 14 Apr 2006 15:57:12 +0000 (15:57 +0000)]
Changed version to `3.9.0'

18 years agoUpdated the information in the README
octo [Fri, 14 Apr 2006 15:54:28 +0000 (15:54 +0000)]
Updated the information in the README

18 years agoCompleted listing of plugins in the README file
octo [Fri, 14 Apr 2006 15:41:48 +0000 (15:41 +0000)]
Completed listing of plugins in the README file

18 years agoFixing compile-errors/-warnings when building without librrd.
octo [Fri, 14 Apr 2006 15:27:31 +0000 (15:27 +0000)]
Fixing compile-errors/-warnings when building without librrd.

18 years agoFixing compile-warnings with braces in battery.c
octo [Fri, 14 Apr 2006 15:27:11 +0000 (15:27 +0000)]
Fixing compile-warnings with braces in battery.c

18 years agoUpdated all copyright-entries in header files.
octo [Fri, 14 Apr 2006 11:07:54 +0000 (11:07 +0000)]
Updated all copyright-entries in header files.

18 years agoAdded `ChangeLog' entry for Christophe's changes.
octo [Fri, 14 Apr 2006 10:55:33 +0000 (10:55 +0000)]
Added `ChangeLog' entry for Christophe's changes.

18 years agoMerged `branches/log-mode' to `trunk'
octo [Fri, 14 Apr 2006 10:53:44 +0000 (10:53 +0000)]
Merged `branches/log-mode' to `trunk'

18 years agoAdded Christophe Kalt to the `AUTHORS' file.
octo [Fri, 14 Apr 2006 07:42:34 +0000 (07:42 +0000)]
Added Christophe Kalt to the `AUTHORS' file.

18 years agoSubstituting colons with commas, to get comma seperated value (CSV) files.
octo [Fri, 14 Apr 2006 07:41:40 +0000 (07:41 +0000)]
Substituting colons with commas, to get comma seperated value (CSV) files.

18 years agoCorrected many defines, moved log-mode functionality out of the `rrd_*' functions...
octo [Fri, 14 Apr 2006 07:15:17 +0000 (07:15 +0000)]
Corrected many defines, moved log-mode functionality out of the `rrd_*' functions, reverted the debug-messaged in `configfile.c' and so on.. All in all minimized the patch and corrected it where neccessary..

18 years agoRemoved `#if HAVE_LIBRRD' around `plugin_write': The logmode works even without librrd.
octo [Fri, 14 Apr 2006 06:27:51 +0000 (06:27 +0000)]
Removed `#if HAVE_LIBRRD' around `plugin_write': The logmode works even without librrd.
Documented the `plugin_write' function.