Installing node-exporter
Hi there, I am a learner first and then an IT enthusiast. I have started exploring and ocean of DevOps Tools and tech.
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 -aThen 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_exporterThis will start the node exporter which by default listened onport 9100
Now to access the
node exporteruse this endpointhttp://localhost:9090/metricsfor viewing the metrics of thelolalhost.




