-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
probe_ip_addr_hash is not changed in dns prober #875
Comments
This is probably fixed by #863, which will be in the next release. |
Note |
Closed
Use a normal http, icmp, or tcp probe. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Host operating system: output of
uname -a
Linux node1 4.18.0-240.22.1.el8_3.x86_64 #1 SMP Thu Apr 8 19:01:30 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
blackbox_exporter version: output of
blackbox_exporter --version
blackbox_exporter, version 0.19.0 (branch: HEAD, revision: 5d575b8)
build user: root@2b0258d5a55a
build date: 20210510-12:56:44
go version: go1.16.4
platform: linux/amd64
What is the blackbox.yml module config.
dns_test1:
prober: dns
timeout: 5s
dns:
query_name: "test1.xxx.com"
query_type: "A"
valid_rcodes:
- NOERROR
What is the prometheus.yml scrape config.
metrics_path: /probe
params:
module: [dns_test1]
static_configs:
relabel_configs:
target_label: __param_target
target_label: instance
replacement: 1.2.3.4:9115
What logging output did you get from adding
&debug=true
to the probe URL?What did you do that produced an error?
probe_ip_addr_hash always return value of 1.761043098e+09 when IP address changed
What did you expect to see?
probe_ip_addr_hash should return different value when IP address changed
What did you see instead?
The text was updated successfully, but these errors were encountered: