在linux节点上安装node exporter随记

来自三线的随记
Admin讨论 | 贡献2020年10月22日 (四) 12:06的版本 (创建页面,内容为“=== systemd configure file === [Unit] Description=node_exporter After=network.target [Service] User=prometheus Group=prometheus ExecStart=/usr/local/export…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

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