Hi,

      - job_name: Check_repo_central
        metrics_path: /probe
        params:
          module: [http_2xxx]
        static_configs:
          - targets:
              - http://100.1.1.1:1000
              - http://100.2.2.2:1000
        relabel_configs:
          - source_labels: [__address__]
            target_label: __param_target
          - source_labels: [__param_target]
            target_label: instance
          - target_label: __address__
            replacement: prometheus-blackbox-exporter:9115

[image: 1.png]

But "curl" from the node which host blackbox exporter is workable for both 
targets.

-- 
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/fe60ac9d-8873-428c-ac14-eb7597e2c7b4n%40googlegroups.com.

Reply via email to