An open API service indexing awesome lists of open source software.

https://github.com/veksh/blackbox_exporter

Blackbox prober exporter
https://github.com/veksh/blackbox_exporter

Last synced: 5 months ago
JSON representation

Blackbox prober exporter

Awesome Lists containing this project

README

          

# Blackbox exporter fork with proxy support

Same as upstream but with support for probing http via proxy (upstream lost this
ability around v0.10 for some unclear reasons). Configure module like this:

``` yaml
modules:
http_2xx_proxy:
prober: http
timeout: 10s
http:
preferred_ip_protocol: "ip4"
proxy_url: http://proxy.company.com:3128
```

Also DNS resolvability is not reqiured for proxied hosts (proxy does it anyway).