Hi All,

I have been facing an issue , as My https service api is returning me 401 
response on grafana dashboard. I have provided correct username and 
password, but not giving me success. Please let me know if any one has 
idea. 

- job_name: blackbox-http
  metrics_path: /xxx
  params:
    module: [http_2xx]
  static_configs:
    - targets: ['https://xxxxxx']
  basic_auth:
   username: username
   password: password
  tls_config:
   insecure_skip_verify: true
  relabel_configs:
    - source_labels: [__address__]
      target_label: __param_target
    - source_labels: [__param_target]
      target_label: instance
    - target_label: __address__
      replacement: xxxx.xx.xx.xx

Regards,
Manoj

-- 
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/39fa85e7-8e55-4dee-9e88-b0026a259573n%40googlegroups.com.

Reply via email to