在linux节点上安装node exporter随记

来自三线的随记
Admin讨论 | 贡献2020年10月22日 (四) 12:08的版本

MONITORING LINUX HOST METRICS WITH THE NODE EXPORTER

systemd configure file

[Unit]
Description=node_exporter
After=network.target 

[Service]
User=prometheus
Group=prometheus
ExecStart=/usr/local/exporter/node_exporter/node_exporter\
          --web.listen-address=:20001\
          --collector.systemd\
          --collector.systemd.unit-whitelist=(sshd|nginx).service\
          --collector.processes\
          --collector.tcpstat\
          --collector.supervisord
[Install]
WantedBy=multi-user.target


binary file download

https://github.com/prometheus/node_exporter/releases