Task #7187
closedConfigure prometheus blackbox exporter to monitor heise.de via IPv4 and IPv6
0%
Description
So that we can quickly check whether v4/v6 traffic outgoing works
Please document steps in here so that the others can learn from your work
Updated by Dominique Roux about 5 years ago
- Status changed from New to Seen
Current setting (since the beginning of blackbox-exporter ;-) )
... - job_name: 'blackbox-outer-world' metrics_path: /probe params: module: [http_2xx] static_configs: - targets: - https://devuan.org ...
According to documentation of blackbox-exporter (https://github.com/prometheus/blackbox_exporter/blob/master/CONFIGURATION.md):
It uses IPv6 by default.
I can enhance the test with forcing IPv4
And I also can change form devuan to heise.de
Updated by Nico Schottelius about 5 years ago
adding heise additionally to devuan is probably a good idea - heise is
certainly reachable by v6 and v4, so we can test both with it
redmine@ungleich.ch writes:
Updated by Dominique Roux about 5 years ago
- Status changed from Seen to Resolved
Sorry, forgot to update the ticket...
The blackbox exporter now checks devuan.org and heise.de via http one time via v4 and one time via v6.
The checks are added to the blackbox grafana dashboard.
Updated by Nico Schottelius almost 4 years ago
- Assignee changed from Dominique Roux to Nico Schottelius
Updated by Nico Schottelius 11 months ago
- Status changed from Resolved to Closed