This is my last hope. I am trying to dispaly ICMP status on grafana geomap.
I have search some tutorials on the web for almost 2 weeks now, but cannot done it.
Here is my config file
Blackbox exporter:
modules:
icmp_probe:
prober: icmp
timeout: 5s
icmp:
preferred_ip_protocol: “ip4” # Use IPv4 (use “ip6” if needed)
payload_size: 64
Prometheus:
-
job_name: ‘blackbox_exporter’
static_configs:- targets: [‘localhost:9115’]
-
job_name: ‘icmp_ping’
metrics_path: /probe
params:
module: [icmp_probe] #
match the module name in blackbox.yml
static_configs:-
targets:
- 1.1.1.1
labels:
location: “Router 1”
latitude: “23.7248883”
longitude: “92.7167149”
- 1.1.1.1
-
targets:
- 8.8.8.8
labels:
location: “Router 2”
latitude: “23.4949652”
longitude: “93.3074718
- 8.8.8.8
-
Can anyone Please help me on how can i display/show this on grafana geomap.
PLEASE
