Skip to content

Commit

Permalink
Update OpenHPC Performace Monitoring using Prometheus + Grafana.md
Browse files Browse the repository at this point in the history
make directory for node_exporter
  • Loading branch information
cheekykite committed May 21, 2024
1 parent 2432d54 commit c140ebe
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ mkdir /usr/local/bin/node_exporter
# node-exporter download
# https://prometheus.io/download/
wget https://github.com/prometheus/node_exporter/releases/download/v1.8.0/node_exporter-1.8.0.linux-amd64.tar.gz

mkdir /usr/local/bin/node_exporter
tar zxvf node_exporter-*.tar.gz -C /usr/local/bin/node_exporter --strip-components 1

# node-exporter service add
Expand Down

0 comments on commit c140ebe

Please sign in to comment.