Hello,
I'm trying to retrieve metrics from my Proxmox nodes using proxmox-pve-exporter. I installed pve-exporter in a venv on my prometheus/grafana server and configured my pve.yml: default: user: prometheus@pve token_name: "prometheus" token_value: "b4fc44b3-99bf-4481-b2fe-7e447e4bfc6d"...
I installed proxmox server and I added a single node where there are several VMs, I want to target my Pve node with Grafana via prometheus (or you can suggest other solutions),
is there a guide to make it , i need help ??
Thanks you
Hey all, new to proxmox and I love it! I have a question though: I want to run a node-exporter instance on my proxmox host. Reason: I want my prometheus instance to "scrape" the node-exporter instance, to collect all kinds of data from the host os/hardware. Now my question: what is the best way...