Search results

  1. J

    [SOLVED] Proxmox prometheus exporter questions

    Ah. I honestly just used the token cause it worked. No special reason for it over any other way.
  2. J

    [SOLVED] Proxmox prometheus exporter questions

    ok. So, I followed these instructions, but they are a little incomplete. Specifically the section marked: Install proxmox-pve-exporter There are some steps you have to do inside of Proxmox to make Prometheus pve exporter work correctly. You have to create a read only user under the...
  3. J

    [SOLVED] Proxmox prometheus exporter questions

    I think I got this figured out. I had to set permissions on the cluster. I believe I have this working now. Give me a little time and I'll put together a synopsis of what I did cause the instructions I followed are severely lacking.
  4. J

    [SOLVED] Proxmox prometheus exporter questions

    Apologies. I forgot to add that part to my last reply. root@node-a:~# curl -k -d "username=prometheus@pve&password=<redacted>" https://node-a:8006/api2/json/access/ticket...
  5. J

    [SOLVED] Proxmox prometheus exporter questions

    ok. so, I think I have it all set right. root@node-a:~# cat /etc/pve/user.cfg user:prometheus@pve:1:0:::::: token:prometheus@pve!ab27.....031e:0:0:: user:root@pam:1:0::::: when I go to http://ip:9221/pve?target=ip (prometheus exporter), I get the following: Couldn't authenticate...
  6. J

    [SOLVED] Proxmox prometheus exporter questions

    I am at work but will triple check and post here when I get home later. Thanks. I didn't try it manually yet.
  7. J

    [SOLVED] Proxmox prometheus exporter questions

    I'm not sure if this is the right place to ask this or not. I have a 2 node proxmox cluster. I'm running Prometheus and Grafana on a vm. I want to use this to monitor the proxmox systems and report to me through slack. I have the system setup and am trying to get the proxmox exporter exposing...
  8. J

    [SOLVED] How to replace a qcow2 file

    Moayad - Thanks for your reply. That will be useful information in the future. The disk was already in qcow2 format. But I have other disks that I will need to convert. Aaron - Thank you. That worked like I needed. I couldn't find that command. I am not 100% familiar with Proxmox & qemu. I...
  9. J

    [SOLVED] How to replace a qcow2 file

    Ok. So, I am a little new to Proxmox. I have found this as an alternative to running VMWare. So far it is great. I had a cluster setup (2 pve nodes (pve-manager/6.2-6/ee1d7754) & 2 nfs freenas nodes) & was running a ubuntu vm hosting grafana. I kept the qcow2 file off the freenas system in hopes...