summaryrefslogtreecommitdiffstats
path: root/veslibrary/ves_clibrary/evel/evel-library/code/VESreporting_fault/go-client.sh
blob: 5a598821e767cc40092cb462e33158d8c1f8ce07 (plain)
1
2
3
4
5
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_fault_reporter $DCAE_COLLECTOR_IP $DCAE_COLLECTOR_PORT