Installing node-exporter
Installing node exporter
- To install the node exporter first you have to identify your os architecture to do so hit this command on the terminal
uname -a
Then download and extract the appropriate file from this link. https://github.com/prometheus/node_exporter/releases
Note that the official download page https://prometheus.io/download/#node_exporter doesn’t have the arm
package for linux machine. So use the above link.
After this navigate the extracted directory and start the node exporter with this command
./node_exporter
This will start the node exporter which by default listened onport 9100
Now to access the
node exporter
use this endpointhttp://localhost:9090/metrics
for viewing the metrics of thelolalhost
.