- 14 Aug, 2014 1 commit
-
-
Daniele Tafani authored
-
- 30 Apr, 2014 1 commit
-
-
Axel Auweter authored
Finalized the documentation effort of DCDBLib and updated the Makefile to do dependency checking for the make docs target.
-
- 29 Apr, 2014 2 commits
-
-
Axel Auweter authored
-
Axel Auweter authored
The SensorID type now includes a Rsvd field that is filled by DCDBLib when saving data to avoid overflowing a Cassandra key with more than 2^32 columns.
-
- 24 Apr, 2014 1 commit
-
-
Axel Auweter authored
-
- 23 Apr, 2014 3 commits
-
-
Axel Auweter authored
-
-
Axel Auweter authored
-
- 10 Apr, 2014 1 commit
-
-
Axel Auweter authored
Since we're not using c_glib bindings, avoid the error by not building it.
-
- 07 Apr, 2014 1 commit
-
-
Axel Auweter authored
-
- 06 Apr, 2014 3 commits
-
-
Axel Auweter authored
-
Axel Auweter authored
-
Axel Auweter authored
-
- 01 Apr, 2014 1 commit
-
-
Axel Auweter authored
-
- 21 Mar, 2014 1 commit
-
-
Axel Auweter authored
-
- 20 Mar, 2014 8 commits
-
-
Axel Auweter authored
- deleted the pusherpqueue.h files in IPMIPusher and MontBlancPusher - added the -I to the IPMIPusher's CFLAGS to fix the build
-
-
Axel Auweter authored
-
Daniele Tafani authored
-
Daniele Tafani authored
-
Axel Auweter authored
-
Axel Auweter authored
-
Daniele Tafani authored
-
- 19 Mar, 2014 1 commit
-
-
Daniele Tafani authored
Montblanc IPMIPusher (only raw IPMI message). Currently working but needs to be adapted for the final MB prototype.
-
- 24 Feb, 2014 1 commit
-
-
Axel Auweter authored
to the cassandra data store.
-
- 18 Feb, 2014 2 commits
-
-
Daniele Tafani authored
-
Daniele Tafani authored
The collectagent command accepts now an argument to specify the listen address. If no arguments are passed, the collectagent listens by default to localhost at port 1883.
-
- 14 Feb, 2014 1 commit
-
-
Michael Ott authored
-
- 11 Feb, 2014 1 commit
-
-
Michael Ott authored
-
- 23 Jan, 2014 1 commit
-
- 17 Jan, 2014 1 commit
-
-
Axel Auweter authored
-
- 02 Jan, 2014 2 commits
-
-
Axel Auweter authored
BOOST semaphores are interprocess semaphores. The PusherPQueue, however, needs intraprocess locking only. To avoid additional overhead, we now provide our own implementation of a semaphore class based on a condition variable and a mutex. Side-effect: the BOOST semaphore stopped working on Mac OS which now no longer is an issue.
-
Axel Auweter authored
Yet another small change to the OpenIPMI patch as 12.04 in my config seems to run autoconf/automake itself resulting in the reintroduction of the ncurses dependency. DCDBLib build now has the correct parameters to build a Linux shared libary. Also DCDBLib now shows the hint on setting LD_LIBRARY_PATH/DYLD_LIBRARY_PATH again. CollectAgent needs -lthrift to link (because otherwise the missing symbols from libdcdb.so will remain unresolved). Top level Makefile now detects the number of CPU cores under Linux and adjusts MAKETHREADS variable automatically.
-
- 01 Jan, 2014 1 commit
-
-
Axel Auweter authored
Moved all of CollectAgent's Cassandra related stuff to DCDBLib. Bumped Cassandra to 1.2.13. Minor build system improvements.
-
- 04 Dec, 2013 3 commits
-
-
Michael Ott authored
-
Michael Ott authored
-
Michael Ott authored
-
- 03 Dec, 2013 1 commit
-
-
Axel Auweter authored
Fixes an error to execute autoconf after applying the OpenIPMI patches where this is not done automatically by the configure script.
-
- 29 Nov, 2013 1 commit
-
-
Michael Ott authored
-
- 28 Nov, 2013 1 commit
-
-
Axel Auweter authored
-