- 20 Jul, 2020 1 commit
-
-
Michael Ott authored
-
- 14 Apr, 2020 1 commit
-
-
Alessio Netti authored
-
- 07 Apr, 2020 1 commit
-
-
Michael Ott authored
-
- 10 Mar, 2020 1 commit
-
-
Alessio Netti authored
-
- 28 Feb, 2020 1 commit
-
-
Michael Ott authored
-
- 13 Feb, 2020 2 commits
-
-
Michael Ott authored
-
Michael Ott authored
-
- 11 Feb, 2020 1 commit
-
-
Alessio Netti authored
-
- 10 Feb, 2020 1 commit
-
-
Michael Ott authored
-
- 16 Dec, 2019 1 commit
-
-
Alessio Netti authored
- Allows to encode "not set" states for single members
-
- 04 Dec, 2019 4 commits
-
-
Micha Müller authored
Should not break CPU sensor instatiation anymore Invalidates commit 1a5e05a7
-
Micha Müller authored
-
Micha Müller authored
-
Micha Müller authored
-
- 28 Nov, 2019 1 commit
-
-
Alessio Netti authored
- Sensor/Group overwriting broke CPU sensor instantiation - Looking for a more robust solution
-
- 26 Nov, 2019 1 commit
-
-
Alessio Netti authored
- Prevented instantiating sensors from templates within template groups
-
- 22 Nov, 2019 1 commit
-
-
Micha Müller authored
-
- 19 Nov, 2019 2 commits
-
-
Micha Müller authored
Pusher SensorGroupTemplate: Also replace partial template specialization with derived SensorGroupTemplate for entities
-
Micha Müller authored
Pusher: Refactor ConfiguratorTemplate once again. Replace partial template specialization with derived ConfiguratorTemplate for entities
-
- 08 Nov, 2019 1 commit
-
-
Alessio Netti authored
- The interval field now defaults to the value inherited from the sensor groups that the sensor belongs to - Metadata blocks in templates can now be overwritten completely or only in part
-
- 30 Oct, 2019 1 commit
-
-
Michael Ott authored
-
- 09 Oct, 2019 1 commit
-
-
Alessio Netti authored
- Also added a "pattern" field to SensorMetadata class for consistency with the DCDB::PublicSensor class
-
- 07 Oct, 2019 1 commit
-
-
Alessio Netti authored
-
- 04 Oct, 2019 1 commit
-
-
Alessio Netti authored
- Data is correctly parsed from DCDBPusher, sent as JSON, and received by collectagents - Integration in libdcdb is still pending
-
- 27 Sep, 2019 1 commit
-
-
Michael Ott authored
-
- 12 Sep, 2019 1 commit
-
-
Alessio Netti authored
- Removed automatic assignment of sensor names to MQTT topics and vice versa if either is empty - All boolean checks now use the to_bool function
-
- 30 Aug, 2019 1 commit
-
-
Alessio Netti authored
- Fixed a bug that prevented pipelines in collectagent deployments - Incremented the tolerance threshold of fuzzy queries to 1h - Fixed the assignment of MQTT topics to job sensors
-
- 29 Aug, 2019 1 commit
-
-
Michael Ott authored
-
- 22 Aug, 2019 1 commit
-
-
Michael Ott authored
-
- 21 Aug, 2019 1 commit
-
-
Michael Ott authored
Create sensor names from mqttsuffix if not configured otherwise and vice versa. For sensor groups that use entities, create group name from entity name if not configured otherwise.
-
- 16 Aug, 2019 2 commits
-
-
Michael Ott authored
-
Michael Ott authored
-
- 13 Aug, 2019 1 commit
-
-
Alessio Netti authored
- If a subSampling value of 0 or lower is chosen for a sensor, it will never be pushed out over MQTT/Cassandra and only kept in memory
-
- 05 Aug, 2019 2 commits
-
-
Alessio Netti authored
- Integrated changes to the stop mechanism - Also re-worked the interface to have the same execOn* methods as Sensor Groups
-
Alessio Netti authored
- Decoupled the stop() and wait() methods - A stop command is issued to all sensor groups, then a wait is performed - Wait() now does busy waiting at a 10ms frequency and times out based on the interval of the sensor group
-
- 25 Jul, 2019 1 commit
-
-
Alessio Netti authored
- This plugin allows to write arbitrary sensor data to the local file system - Removed the obsolete sink functionality in SensorBase - Also fixed a minor bug concerning MQTT topic assignment in template analyzers
-
- 01 Jul, 2019 1 commit
-
-
Micha Müller authored
-
- 27 Jun, 2019 1 commit
-
-
Micha Müller authored
-
- 26 Jun, 2019 2 commits
-
-
Micha Müller authored
- use std::atomic_flag based spin lock for thread safety - minor fixes and improvements
-
Micha Müller authored
-