Another thing you can try is using 'curl' on the machine where bbe is running:
curl -v http://site.name.com curl -Lv http://site.name.com # -L = follow redirects Check the response, status code, whether there's a Location: header etc. When you've got a curl query that you're happy with, then you can convert it into corresponding bbe configuration. On Monday, 9 August 2021 at 20:55:16 UTC+1 Brian Candler wrote: > If it were denied by an AWS firewall rule ("security group"), the client > would not be able to establish a TCP connection and you would not see *any* > response code. > > Given that this is http not https, you can easily see the traffic exchange > using tcpdump. Something like this (on the server where blackbox_exporter > is running): > > tcpdump -i eth0 -nn -s0 -A host site.name.come > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/c5ae00b3-4655-43e7-871e-91d76c8d6b5cn%40googlegroups.com.

