Project

General

Profile

Actions

Task #7187

closed

Configure prometheus blackbox exporter to monitor heise.de via IPv4 and IPv6

Added by Nico Schottelius over 4 years ago. Updated 3 months ago.

Status:
Closed
Priority:
Normal
Target version:
-
Start date:
09/30/2019
Due date:
10/08/2019
% Done:

0%

Estimated time:
PM Check date:

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

Actions #1

Updated by Dominique Roux over 4 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

Actions #2

Updated by Nico Schottelius over 4 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

writes:

Actions #3

Updated by Dominique Roux over 4 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.

Actions #4

Updated by Nico Schottelius about 3 years ago

  • Assignee changed from Dominique Roux to Nico Schottelius
Actions #5

Updated by Nico Schottelius 3 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF