wuyang@wuyang-virtual-machine:~$ mkdir prometheus
wuyang@wuyang-virtual-machine:~$ cd prometheus/
wuyang@wuyang-virtual-machine:~/prometheus$ wget https://github.com/prometheus/prometheus/releases/download/v2.40.5/prometheus-2.40.5.linux-amd64.tar.gz
wuyang@wuyang-virtual-machine:~/prometheus$ tar xvf prometheus-2.40.5.linux-amd64.tar.gz
wuyang@wuyang-virtual-machine:~/prometheus$ cd prometheus-2.40.5.linux-amd64/
wuyang@wuyang-virtual-machine:~/prometheus/prometheus-2.40.5.linux-amd64$ ./prometheus &
—web界面访问
—安装node-export 并在运行
wuyang@wuyang-virtual-machine:~/prometheus/prometheus-2.40.5.linux-amd64$ cd ~
wuyang@wuyang-virtual-machine:~$ mkdir node-export
wuyang@wuyang-virtual-machine:~$ cd node-export/
wuyang@wuyang-virtual-machine:~/node-export$ wget https://github.com/prometheus/node_exporter/releases/download/v1.5.0/node_exporter-1.5.0.linux-amd64.tar.gz
wuyang@wuyang-virtual-machine:~/node-export$ tar xvf node_exporter-1.5.0.linux-amd64.tar.gz
wuyang@wuyang-virtual-machine:~/node-export/node_exporter-1.5.0.linux-amd64$ ./node_exporter &
—web界面访问node-export
—修改Prometheus配置文件
wuyang@wuyang-virtual-machine:~/node-export/node_exporter-1.5.0.linux-amd64$ cd ~
wuyang@wuyang-virtual-machine:~$ cd prometheus/
wuyang@wuyang-virtual-machine:~/prometheus$ cd prometheus-2.40.5.linux-amd64/
wuyang@wuyang-virtual-machine:~/prometheus/prometheus-2.40.5.linux-amd64$ vim prometheus.yml