- 07 Mar, 2019 1 commit
-
-
Alessio Netti authored
- Added a 'common' directory where all shared code has been placed - Analytics package has been moved out of dcdbpusher, now has its own makefile - Some renaming here and there for uniformity
-
- 05 Mar, 2019 3 commits
-
-
Michael Ott authored
-
Micha Mueller authored
-
Micha Mueller authored
-
- 04 Mar, 2019 2 commits
-
-
Michael Ott authored
-
Michael Ott authored
-
- 02 Mar, 2019 1 commit
-
-
Micha Müller authored
Msr See merge request dcdb/dcdbpusher!2
-
- 01 Mar, 2019 3 commits
-
-
Alessio Netti authored
-
Alessio Netti authored
- Fixed a minor issue that caused text corruption when using the -h option on certain shells - Collectagent now exits gracefully also when receiving a SIGTERM signal
-
Alessio Netti authored
- Using the "delay" parameter, analyzers can be started in a delayed way - Useful to let sensor caches fill and prevent errors being thrown
-
- 28 Feb, 2019 1 commit
-
-
lu43jih authored
-
- 27 Feb, 2019 5 commits
-
-
Micha Mueller authored
-
Alessio Netti authored
-
Alessio Netti authored
-
Alessio Netti authored
- Setting a maxMsgNum of -1 will result in the minimum possible value (slightly above the predicted message rate) being picked as a cap - Added some logging to make the feature more verbose
-
Micha Mueller authored
-
- 26 Feb, 2019 1 commit
-
-
Alessio Netti authored
- Added configuration options to tune the Cassandra driver for optimal performance - Added a "debugLog" configuration switch that enables logging of errors in asynchronous inserts in the Cassandra driver
-
- 25 Feb, 2019 4 commits
-
-
lu43jih authored
-
lu43jih authored
-
Carla Guillen Carias authored
Changes to handle conflict with monitoring: 1. we check if counters are already running, and just read them if this is the case. 2. we program them if they are not running. 3. When dcdb stops, they are left running for other agents like EAR.
-
Alessio Netti authored
- The CollectAgent sensor cache is automatically purged each X seconds (X is configurable through the cleaningInterval parameter), deleting all entries than have not been updated in the last X seconds - Fixed some minor bugs related to index management in sensor caches
-
- 22 Feb, 2019 2 commits
-
-
Micha Mueller authored
-check if counters already enabled before programming them -reset counters if stopped
-
Micha Mueller authored
-
- 21 Feb, 2019 2 commits
-
-
Micha Mueller authored
-
Alessio Netti authored
- Cache interval was previously not correctly set
-
- 19 Feb, 2019 1 commit
-
-
Alessio Netti authored
- Fixes to minor bugs that kept the plugin from compiling
-
- 18 Feb, 2019 5 commits
-
-
Carla Guillen Carias authored
-
Carla Guillen Carias authored
-
Carla Guillen Carias authored
-
Carla Guillen Carias authored
-
Alessio Netti authored
- Implemented a check in MQTTPusher that prevents the main publish loop from being invoked anytime mosquitto_loop returns, but only once every second at most
-
- 11 Feb, 2019 5 commits
-
-
Alessio Netti authored
- Values for MaxInflightMsgNum and MaxQueuedMsgNum are now logged at startup
-
Alessio Netti authored
- Checking for invalid sensor names in SensorNavigator auto build mode - More meaningful logging when failing to build sensor trees
-
Alessio Netti authored
- If no sensor hierarchy is specified, SensorNavigator will build a tree by interpreting each sensor name as a dot-separated path - Minor changes to README
-
Alessio Netti authored
- MaxMsgNum configuration parameter now defaults to 0 (no message cap) - The sensor hierarchy string is now logged at startup - A rebuild of the SensorNavigator is now triggered only at plugin reloads over the REST API
-
Alessio Netti authored
-
- 08 Feb, 2019 4 commits
-
-
Michael Ott authored
Make use of mosquitto_max_inflight_messages_set() and the new mosquitto_max_queued_messages_set() functions to limit the amount of memory spent in mosquitto for queued messages. Rework the handling of disconnects/reconnects
-
Michael Ott authored
Add mosquitto_max_queued_messages_set() function to mosquitto to limit the number of messages that may be queued.
-
Micha Mueller authored
-
Micha Mueller authored
-