官網下載下傳位址:https://prometheus.io/download/
選擇對應的系統版本

# curl -Lo /etc/yum.repos.d/_copr_ibotty-prometheus-exporters.repo https://copr.fedorainfracloud.org/coprs/ibotty/prometheus-exporters/repo/epel-7/ibotty-prometheus-exporters-epel-7.repo
# yum makecache
# yum install node_exporter -y
常用指令
# systemctl start node_exporter.service
# systemctl status node_exporter.service
# systemctl enable node_exporter.service