sudo apt install python3 python3-pip
sudo pip3 install prometheus-pve-exporter
sudo tee /etc/prometheus/pve.yml<<EOF
default:
user: <Username>@pam
password: <Password>
verify_ssl: false
EOF
sudo tee /etc/systemd/system/prometheus-pve-exporter.service<<EOF
[Unit]
Description=Prometheus exporter for Proxmox VE
Documentation=https://github.com/znerol/prometheus-pve-exporter
[Service]
Restart=always
User=prometheus
ExecStart=/usr/local/bin/pve_exporter /etc/prometheus/pve.yml
[Install]
WantedBy=multi-user.target
EOF
systemctl daemon-reload
systemctl start prometheus-pve-exporter
systemctl enable prometheus-pve-exporter
测试
http://<Service IP>:9221/pve