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:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install node_exporter using brew
brew install node_exporter
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
node_exporter is ready to use now!