Hi. I have couple of Service Health Checks on my AWS Instances. (Eg. 18.220.x.x:PORT/health). I am using Blackbox to monitor all my Service Health Checks.
These AWS Instances Health Checks are being shown as DOWN by Blackbox even though they are working fine. Also, when I check response code that Blaxkbox is scraping for the Health Check it is 200. Also, the Health Check URL is reachable from my server on which Blackbox is running. I am not able to understand why is probe_success failiing.
[root@exporters ~]# curl http://18.220.x.x:PORT/health
{"health":"good"}
Can someone help?
Thanks in advance!