Forum Discussion
Julio_Navarro
Cirrostratus
Oct 15, 2015CURL CURLE UNSUPPORTED PROTOCOL
Hello!
I am trying to run this external monitor and I am getting out from the CURL command is :
CURLE_UNSUPPORTED_PROTOCOL (1)
This is the command:
curl-apd -k https://1.2.3.4/status/ 2>&1 > /dev/null | grep -i -q "away"
Please advise
Thank you
J
2 Replies
- Andy_McGrath
Cumulonimbus
try the following in your external monitor:
curl-apd -k https://1.2.3.4/status/ | grep -i -q 1>&1 /dev/null - Julio_Navarro
Cirrostratus
Hi Andrew!
I made some changes based on your suggestion and it worked:
curl -fNs -k https://1.2.3.4/status/ --connect-timeout 5 | grep -i "away" 2>&1 > /dev/null
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
