Kalpesh
Jul 28, 2020Altostratus
HTTP monitor with specific curl command
Hello All,
Is it possible to integrate specific curl command as send string in HTTP health monitor?
I am able to run curl command from CLI and get good response, but similar command doesn't interprited in health monitor by F5.
command is as below.
curl -X GET http://10.10.10.3:8008/master -i -H 'Accept: application/json' -H 'Content-Type: application/json'
RESULT IS
HTTP/1.0 503 Service Unavailable