From e987dff7d71bf2255646df58bf22fa603f8d3935 Mon Sep 17 00:00:00 2001 From: PrakashH Date: Tue, 29 Jan 2019 20:41:28 +0000 Subject: VES 7.1 C Lib/Agent Enhancements HB-Fault-Measurement-Syslog-2Collector enhancement Issue-ID: VNFSDK-364 Change-Id: Iba5dc8b0493431a23de4fb8e24b6fc3a6661c4e4 Signed-off-by: PrakashH --- .../evel/evel-library/code/VESreporting_syslog/go-client.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 veslibrary/ves_clibrary/evel/evel-library/code/VESreporting_syslog/go-client.sh (limited to 'veslibrary/ves_clibrary/evel/evel-library/code/VESreporting_syslog/go-client.sh') diff --git a/veslibrary/ves_clibrary/evel/evel-library/code/VESreporting_syslog/go-client.sh b/veslibrary/ves_clibrary/evel/evel-library/code/VESreporting_syslog/go-client.sh new file mode 100755 index 0000000..0701456 --- /dev/null +++ b/veslibrary/ves_clibrary/evel/evel-library/code/VESreporting_syslog/go-client.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +export LD_LIBRARY_PATH="/opt/VES/evel/evel-library/libs/x86_64/" +DCAE_COLLECTOR_IP=$(cat /opt/config/dcae_collector_ip.txt) +DCAE_COLLECTOR_PORT=$(cat /opt/config/dcae_collector_port.txt) +./ves_syslog_reporter $DCAE_COLLECTOR_IP $DCAE_COLLECTOR_PORT -- cgit 1.2.3-korg