You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I want blackbox_exporter can monitor a list of urls for webpage and can get the md5 value for the content of each url.
I find that blackbox_exporter can only monitor the avaliablity for each url ,but can not get he md5 value for the content of each url.
And I find the url just as follows: master...silkeh:blackbox_exporter:pr/http-content-checksum
it can contain the value of ExportChecksum
Then I have to compile the source of blackbox_exporter and After successful compile, I have to modify the source code with the help of the url above ,and then compile the source code again.
However, there are several problem during the compilation.
Host operating system: output of uname -a
Linux CentOS-9-cnic 5.18.11-200.fc36.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 12 22:52:35 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
blackbox_exporter version: output of blackbox_exporter --version
blackbox_exporter, version 0.23.0 (branch: non-git, revision: non-git)
build user: root@CentOS-9-cnic
build date: 20221226-06:00:02
go version: go1.19.4
platform: linux/amd64
At first, I want to compile the source of blackbox_exporter. And I just run the command make in the root directory of blackbox_exporter source code.
However, I get the messages as follows:
For questions/help/support please use our community channels. There are more people available to potentially respond to your request and the whole community can benefit from the answers provided.
Hello, I want blackbox_exporter can monitor a list of urls for webpage and can get the md5 value for the content of each url.
I find that blackbox_exporter can only monitor the avaliablity for each url ,but can not get he md5 value for the content of each url.
And I find the url just as follows:
master...silkeh:blackbox_exporter:pr/http-content-checksum
it can contain the value of ExportChecksum
Then I have to compile the source of blackbox_exporter and After successful compile, I have to modify the source code with the help of the url above ,and then compile the source code again.
However, there are several problem during the compilation.
Host operating system: output of
uname -a
Linux CentOS-9-cnic 5.18.11-200.fc36.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 12 22:52:35 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
blackbox_exporter version: output of
blackbox_exporter --version
blackbox_exporter, version 0.23.0 (branch: non-git, revision: non-git)
build user: root@CentOS-9-cnic
build date: 20221226-06:00:02
go version: go1.19.4
platform: linux/amd64
At first, I want to compile the source of blackbox_exporter. And I just run the command make in the root directory of blackbox_exporter source code.
However, I get the messages as follows:
But I can run the comman 'make build' to compile and get the binary file blackbox_exporter
And then I modified the source of blackbox_exporter with the help of master...silkeh:blackbox_exporter:pr/http-content-checksum.
However ,there is error when I run the comand 'make build', just as follows:
Can anyone help me to solve this question?
Thanks very much.
The text was updated successfully, but these errors were encountered: