Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofiorucci committed Mar 22, 2023
1 parent efd5429 commit 2a5c3e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion contrib/bigip-collect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ Password:
-> Collecting APM usage
-> Data collection completed, building JSON payload
-> Uploading /tmp/20230322-1154-bigIPCollect.json to Second Sight at http://192.168.1.19:8080
{"success":true,"status":"File upload completed","filename":"20230322-1154-bigIPCollect.json","content-type":"application/octet-stream","description":"20230322-1154-bigIPCollect.json","uid":"73096b05-995f-43cd-be8d-6fc39100c839"}-> Upload complete
{"success":true,"status":"File upload completed","filename":"20230322-1154-bigIPCollect.json","content-type":"application/octet-stream","description":"20230322-1154-bigIPCollect.json","uid":"73096b05-995f-43cd-be8d-6fc39100c839"}
-> Upload complete
[root@bigip1:Active:Disconnected] tmp #
```

Expand Down
2 changes: 1 addition & 1 deletion contrib/bigip-collect/bigIPCollect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ then
echo "-> All done, copy $JSONFILE to your local host using scp"
else
echo "-> Uploading $JSONFILE to Second Sight at $UPLOAD_SS"
curl -X POST -sk $UPLOAD_SS/api/v1/archive -F "file=@$JSONFILE" -F "description=$JSONFILEBASENAME"
curl -X POST -sk $UPLOAD_SS/api/v1/archive -F "file=@$JSONFILE" -F "description=$JSONFILEBASENAME" -w '\n'
echo "-> Upload complete"
fi

0 comments on commit 2a5c3e5

Please sign in to comment.