Easy steps to install node_exporter package on Mac

Package Information:

Application Name – node_exporter
What is node_exporter – brew install node_exporter … /api/formula/node_exporter.json (JSON API) … Bottle (binary package) installation support provided for macOS releases: …
Use of node_exporter – Prometheus exporter for machine metrics
URL – https://prometheus.io/

Installation Steps:

  1. Open Terminal using Spotlight search by pressing  <command+space>. Type terminal and hit  Enter  key.
  2. spotlight search terminal

  3. Now, run following command to install homebrew (brew)
  4. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

    Homebrew Install Command Screenshot

  5. Install node_exporter using brew
    brew install node_exporter

node_exporter  is ready to use now!