Skip to main content

Command Palette

Search for a command to run...

Installing node-exporter

Published
1 min readView as Markdown
S

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

  1. 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.

  1. 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 on port 9100

  2. Now to access the node exporter use this endpoint http://localhost:9090/metrics for viewing the metrics of the lolalhost.

More from this blog

Observeability

11 posts