May 2019
Intermediate to advanced
442 pages
11h 36m
English
To ensure that system-level metrics will be collected, Node Exporter must be installed in all three virtual machines. To log in to each virtual machine, use the commands that we explored in the previous sections:
sudo -i
useradd --system node_exporter
cd /tmpcurl -sLO "https://github.com/prometheus/node_exporter/releases/download/v0.17.0/node_exporter-0.17.0.linux-amd64.tar.gz"
tar zxvf "node_exporter-0.17.0.linux-amd64.tar.gz" -C /usr/bin --strip-components=1 --wildcards */node_exporter
install -m ...
Read now
Unlock full access