Search results

  1. R

    [SOLVED] Configure proxmox to use (external) smtp server

    [EDIT] SOLVED, BY USING THIS FANTASTIC POST: https://forum.proxmox.com/threads/get-postfix-to-send-notifications-email-externally.59940/ Hey all, new to proxmox, so please forgive me my basic questions. I use proxmox on my home-server, so no professional use here. I have one thing left to...
  2. R

    How many CPU sockets? (needed for subscription)

    Holy crap :). /me being stupid anyhow... subscribing now. Keep up the good work with proxmox! (it's really great to have this running on my home-server; you guys really enable me to play around with stuff like kubernetes, ansible, istio, all the shit I normally would NEVER install no my...
  3. R

    How many CPU sockets? (needed for subscription)

    Hey, happy (new) user of proxmox in my home-server. Really nice piece of software! I want to support you by buying a subscription, but I have a question here. I don't know how many CPU sockets I have :). Here is some information: # lscpu Architecture: x86_64 CPU op-mode(s): 32-bit...
  4. R

    Can I run prometheus node-exporter on proxmox VE (host)

    Thanks; indeed a "normal debian install" worked fine. For future reference, the prometheus-pve exporter does not expose all the stuff a node-exporter exposes.
  5. R

    Can I run prometheus node-exporter on proxmox VE (host)

    Hey @Hannes Laimer , thanks for your reply. That thread however is about installing pve-exporter; which exposes information about VMs, containers, etc. I want to install the node-exporter on the proxmox host itself. Aim is to get hardware/os info from the host into my prometheus instance.
  6. R

    Can I run prometheus node-exporter on proxmox VE (host)

    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...