[prometheus-users] Re: How to configure Prometheus to have an integration with blackbox running on https

2022-08-25 Thread Santanu Mishra
Hi Brian, We will have a look at the suggestions. Thanks! On Thursday, August 25, 2022 at 12:05:00 PM UTC-7 Brian Candler wrote: > If you read your error message carefully: > > > I am getting 'Get "http://blackbox-dev.xyz.com:443/metrics: context > deadline exceeded" > > then it looks like

[prometheus-users] Re: How to configure Prometheus to have an integration with blackbox running on https

2022-08-25 Thread Brian Candler
If you read your error message carefully: > I am getting 'Get "http://blackbox-dev.xyz.com:443/metrics: context deadline exceeded" then it looks like Prometheus is trying to talk to an http:// endpoint; but you said it was https://. Put "scheme: https" in your scrape job config to use https.

[prometheus-users] Re: How to configure Prometheus to have an integration with blackbox running on https

2022-08-25 Thread Santanu Mishra
Hi Brian, Any inputs on this issue ? Thanks! On Wednesday, August 24, 2022 at 11:04:26 AM UTC-7 Santanu Mishra wrote: > Hi Team, > I have a blackbox container running as " > https://blackbox-dev.xyz.com/; in a OpenShift cluster. I have Prometheus > running as separate container