Add support for measurement events 29/6529/10
authorsantanude <santanu.de@xoriant.com>
Tue, 27 Jul 2021 10:13:30 +0000 (15:43 +0530)
committersantanude <santanu.de@xoriant.com>
Thu, 9 Sep 2021 09:12:34 +0000 (14:42 +0530)
commitf22d9b524b2da0654ace5097383e55807e4a4519
tree054742bacb21e2242083f01b2210bc604e1be839
parente1169f57821ec2cf23e9e1f923130b97abdd44f5
Add support for measurement events

Enhanced Ves-Collector to support measurement events.

Issue-Id: SMO-16
Signed-off-by: santanude <santanu.de@xoriant.com>
Change-Id: Ic8e1472e65472a6d6b6aeb944734d931692e7d13
Signed-off-by: santanude <santanu.de@xoriant.com>
31 files changed:
Makefile [new file with mode: 0755]
README
agent/Dockerfile [new file with mode: 0755]
agent/Makefile [new file with mode: 0755]
agent/barometer/3rd_party/collectd-ves-app/LICENSE [new file with mode: 0755]
agent/barometer/3rd_party/collectd-ves-app/ves_app/config/ves_app_config.conf [new file with mode: 0755]
agent/barometer/3rd_party/collectd-ves-app/ves_app/normalizer.py [new file with mode: 0755]
agent/barometer/3rd_party/collectd-ves-app/ves_app/ves_app.py [new file with mode: 0755]
agent/barometer/3rd_party/collectd-ves-app/ves_app/yaml/host.yaml [new file with mode: 0755]
agent/barometer/LICENSE [new file with mode: 0755]
agent/start.sh [new file with mode: 0755]
collector/Dashboard.json [changed mode: 0644->0755]
collector/Dockerfile
collector/evel-test-collector/LICENSE.md
collector/evel-test-collector/code/README.md [deleted file]
collector/evel-test-collector/code/collector/collector.py [deleted file]
collector/evel-test-collector/code/collector/monitor.py
collector/evel-test-collector/config/README.md [deleted file]
collector/evel-test-collector/docs/att_interface_definition/README.md
collector/evel-test-collector/docs/test_collector_user_guide/README.md [deleted file]
collector/evel-test-collector/docs/test_collector_user_guide/test_collector_user_guide.md [deleted file]
collector/evel-test-collector/scripts/README.md [deleted file]
collector/evel-test-collector/scripts/linux/go-collector.sh [deleted file]
collector/evel-test-collector/scripts/windows/go-collector.bat [deleted file]
collector/start.sh
collector/ves-start.sh [deleted file]
kafka/Dockerfile [new file with mode: 0755]
kafka/Makefile [new file with mode: 0755]
kafka/start.sh [new file with mode: 0755]
ves-start.sh [new file with mode: 0755]
ves-stop.sh [moved from collector/ves-stop.sh with 100% similarity]