- 28 Feb, 2019 1 commit
-
-
lu43jih authored
-
- 25 Feb, 2019 3 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.
-
- 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 1 commit
-
-
Micha Mueller authored
-
- 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 18 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
-
Micha Mueller authored
-
Micha Mueller authored
-
Micha Mueller authored
-
Micha Mueller authored
-
Micha Mueller authored
-
Micha Mueller authored
-
Micha Mueller authored
-
Micha Mueller authored
-
Micha Mueller authored
-
Micha Mueller authored
-
Micha Mueller authored
-
Micha Mueller authored
-
Micha Mueller authored
-
Micha Mueller authored
-
Alessio Netti authored
- REST API now correctly performs data analytics computations on duplicated streaming analyzers - In duplicated streaming analyzers, the unit that is exposed through getUnits() is only the one on which that specific analyzer is working. The units of the other sibling analyzers are still accessible through the internal _units vector
-
Micha Mueller authored
-
Micha Mueller authored
-
- 07 Feb, 2019 1 commit
-
-
Micha Mueller authored
-
- 06 Feb, 2019 2 commits
-
-
Alessio Netti authored
-
Alessio Netti authored
- When instantiating analyzer units, the sensor tree can be navigated vertically through the "topdown N" and "bottomup N" keywords, which respectively mean "N levels down from the top" or "N levels up from the bottom" of the sensor tree - This renders the "unit - X" syntax obsolete
-
- 05 Feb, 2019 2 commits
-
-
Michael Ott authored
Add isTemplate parameter to readSensorBase() and readSensorGroup() to reduce debug output for templates
-
Michael Ott authored
-