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
- Host: GitHub
- URL: https://github.com/veksh/blackbox_exporter
- Owner: veksh
- License: apache-2.0
- Fork: true (prometheus/blackbox_exporter)
- Created: 2018-06-29T15:53:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T13:46:27.000Z (over 4 years ago)
- Last Synced: 2024-06-21T02:17:57.509Z (about 2 years ago)
- Language: Go
- Homepage: https://prometheus.io
- Size: 6.72 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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).