Cara Memasang Proxmox Exporter
Prasyarat Proxmox terinstall Panduan Buat token untuk proxmox-expoter Buat API Token Datacenter > API Token Klik Add Masukan Token ID (Catat bagian ini) Hapus centang pada Privilege Separation Klik Add Salin Token Secret Klik “Copy Secret Value” (Catat bagian ini) Pasang proxmox-exporter python3 -m pip install prometheus-pve-exporter Buat servis systemd Buat user pve_exporter useradd --no-create-home --shell /bin/false pve_exporter Buat file konfigurasi mkdir /etc/pve_exporter cat<<EOF > /etc/pve_exporter/config....