From af7aa682517d3ccaace9a089194e6a4333f4cdaa Mon Sep 17 00:00:00 2001 From: PrakashH Date: Mon, 28 Jan 2019 17:14:52 +0000 Subject: VES EVEL Library VES 5.4.1 enhancements HB-Fault-Measurement-Syslog-2Collector enhancement. Issue-ID: CERT-17 Change-Id: Ieff01ee5461e50c7e7d07d10ec66c1c97cf8c5b1 Signed-off-by: PrakashH --- vnfs/VESreporting_vFW5.0/go-client.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vnfs/VESreporting_vFW5.0/go-client.sh') diff --git a/vnfs/VESreporting_vFW5.0/go-client.sh b/vnfs/VESreporting_vFW5.0/go-client.sh index 3b4b49d3..3d1b159a 100755 --- a/vnfs/VESreporting_vFW5.0/go-client.sh +++ b/vnfs/VESreporting_vFW5.0/go-client.sh @@ -1,7 +1,6 @@ #!/bin/bash -export LD_LIBRARY_PATH="/opt/VES/evel/evel-library/libs/x86_64/" +export LD_LIBRARY_PATH="/opt/VES/libs/x86_64/" DCAE_COLLECTOR_IP=$(cat /opt/config/dcae_collector_ip.txt) DCAE_COLLECTOR_PORT=$(cat /opt/config/dcae_collector_port.txt) ./vpp_measurement_reporter $DCAE_COLLECTOR_IP $DCAE_COLLECTOR_PORT eth1 -#./vpp_measurement_reporter 127.0.0.1 30000 127.0.0.1 31000 eth1 -- cgit 1.2.3-korg