But I did that intentionally to check. Before doing this change my job was:

  - job_name: 'Ping-All-Servers'
    metrics_path: /probe
    params:
      module: [icmp_prober]
    file_sd_configs:
      - files:
          - /etc/blackbox/*Ping_Targets.yml*
Servers.yml
    relabel_configs:
      - source_labels: [__address__]
        target_label: __param_target
      - source_labels: [__param_target]
        target_label: instance
      - target_label: __address__
        replacement: 172.20.10.99:9115

And still the same thing was happening. Even now, I have tried changing the 
files, reloading(even though it is not required) everything but still the 
same thing is happening.

-- 
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 prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/d64abb98-5896-4a75-8ec7-8a2feb3baf23%40googlegroups.com.

Reply via email to