What logging output did you get from adding &debug=true to the probe URL?
Debug logging is enabled, but logs are empty since the Blackbox Exporter has been started apart from standard startup messages.
What did you do that produced an error?
Upgrade to 0.19.0. Our setup consists of two Blackbox Exporter instances in each location. They have virtual IP address managed by keepalived and backup nodes normally do not serve any requests (apart from serving /metrics). For some reason, after an update I see that system load (node_load1) increases to 2 each 2 hours for about 15 minutes and then drops back to 0 on both active and backup Blackbox Exporter nodes.
What did you expect to see?
I would expect system load to be low, it was around 0 before an upgrade from Blackbox Exporter 0.18.0 to BlackBox Exporter 0.19.0
What did you see instead?
System load increases significantly roughly every 2 hours for about 15 minutes and then drops to 0. Stopping Blackbox Exporter also drops system load to 0.
Host operating system: output of
uname -a
Linux hostname 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
What is the blackbox.yml module config.
I don't think this is relevant as in this case Blackbox Exporter is idle.
What is the prometheus.yml scrape config.
What logging output did you get from adding
&debug=true
to the probe URL?Debug logging is enabled, but logs are empty since the Blackbox Exporter has been started apart from standard startup messages.
What did you do that produced an error?
Upgrade to 0.19.0. Our setup consists of two Blackbox Exporter instances in each location. They have virtual IP address managed by
keepalived
and backup nodes normally do not serve any requests (apart from serving/metrics
). For some reason, after an update I see that system load (node_load1
) increases to 2 each 2 hours for about 15 minutes and then drops back to 0 on both active and backup Blackbox Exporter nodes.What did you expect to see?
I would expect system load to be low, it was around 0 before an upgrade from Blackbox Exporter 0.18.0 to BlackBox Exporter 0.19.0
What did you see instead?
System load increases significantly roughly every 2 hours for about 15 minutes and then drops to 0. Stopping Blackbox Exporter also drops system load to 0.