May 2019
Intermediate to advanced
442 pages
11h 36m
English
In our static infrastructure test environment, we can validate the configuration of blackbox_exporter by connecting to the target01 instance as shown here:
cd ./chapter06/vagrant ssh target01
Then checking the configuration of the provided systemd unit file as shown in the following command:
vagrant@target01:~$ systemctl cat blackbox-exporter
We can see all the required arguments for the blackbox_exporter service in the following snippet from the unit file, including the path to the configuration file:
...ExecStart=/usr/bin/blackbox_exporter ...
Read now
Unlock full access