summaryrefslogtreecommitdiffstats
path: root/src/main/resources/reconfigure.sh
diff options
context:
space:
mode:
authorejamcud <james.cuddy@est.tech>2019-07-11 14:17:55 +0100
committerejamcud <james.cuddy@est.tech>2019-07-11 15:47:18 +0100
commit8dda7f13d9c8e64a22156fcb904344ca770176ee (patch)
tree37b1f4f3ca717bd53f97e4c5a8f233744b78868b /src/main/resources/reconfigure.sh
parent8b84c0efa23d14062432e6ded35558748f5e990a (diff)
PM-Mapper creates too many ssl_client processes
Issue-ID: DCAEGEN2-1615 Signed-off-by: ejamcud <james.cuddy@est.tech> Change-Id: I33bd310eae0f7aac21a9c0fd86dcc8fc99896a89
Diffstat (limited to 'src/main/resources/reconfigure.sh')
-rw-r--r--src/main/resources/reconfigure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/reconfigure.sh b/src/main/resources/reconfigure.sh
index 79aea06..1998e5f 100644
--- a/src/main/resources/reconfigure.sh
+++ b/src/main/resources/reconfigure.sh
@@ -2,5 +2,5 @@
while true
do
sleep 60
- echo $(wget -S --spider --no-check-certificate https://localhost:8443/reconfigure 2>&1) >> /var/log/ONAP/dcaegen2/services/pm-mapper/reconfigure.log
+ echo $(curl -sI -X GET https://localhost:8443/reconfigure -k | head -n1) >> /var/log/ONAP/dcaegen2/services/pm-mapper/reconfigure.log
done