官网下载地址: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