Node Exporter安装
安装
https://prometheus.io/download/
doc
https://prometheus.io/docs/guides/node-exporter/
mkdir /usr/local/prometheus && cd /usr/local/prometheus
tar xvfz node_exporter-1.8.2.linux-amd64.tar.gz
cd node_exporter-1.8.2.linux-amd64
nohup ./node_exporter --web.listen-address=:19100 &
查找端口盏用情况
lsof -i :9100
netstat -tulnp | grep :19100

浙公网安备 33010602011771号