Search results

  1. L

    PBS API connectivity

    Hi, I've set up a python script that is going to be using the PBS API, however, when trying to connect I'm seeing the following: "2023-01-17T13:48:53+00:00: authentication failure; rhost=[REMOVED] msg=user account or token disabled or expired." For testing purposes, it's using the "root@pam"...
  2. L

    LXC Proxmox doesn't seem to update status

    Hi, I've just noticed that when stopping/starting containers, proxmox doesn't seem to update the status of the container on the UI but I can see from 'lxc-ls -f' on the commandline that the container has indeed stopped. Could this be a configuration issue/bug within Proxmox? edit: it took 6...
  3. L

    LXC and VM Resource management

    Good Afternoon, I'm trying to find out a bit more about how Proxmox manages the resource management when running containers and VMs on the same HV. I've got a six+ node (48 Core, 64G each) PVE cluster with a range of VMs on it at the moment, however, I need to deploy an application which runs...
  4. L

    API - Get the backup status of specific VMID

    Hi, I'd like to be able to get the latest status of a VM backup, if it was successful, had any errors, time taken etc. Is this possible at the moment via existing API calls to either the Proxmox VE or Backup Server API endpoints?
  5. L

    VM Orchestration using Proxmox

    Hi, I'm trying to work out ways we can streamline our processes for at least creating new virtual machines on our Proxmox cluster. At the moment, we've got a set of VMs (templates) that are cloned to make new VMs; the team has to log in via a console and then run a script which sets a bunch of...
  6. L

    lxc and qemu disk usage

    Hi, We've setup Proxmox metrics which is sending data in to an influxdb instance, this is then displayed using Grafana. We've noticed that the disk usage stat (disk) in a query like this: SELECT "cpu", "cpus", "mem", "maxmem" , "disk" ,"maxdisk" FROM "system" WHERE ("object" = 'qemu' OR...
  7. L

    Multiple Proxmox Instances

    Hi, If you've got multiple Proxmox VE instances running on the same IP and different ports, when you log in to the first one it'll work fine, if you log in to the second one it'll then kick you out of the first. It appears you can never be logged in to more than one Proxmox instance at the...
  8. L

    Proxmox Backup Server Metrics

    Hi, Is there any functionality for pulling metrics from the system like you can with Proxmox VE? Would be ideal if we could have it feeding information to an InfluxDB database and then to a dashboard in Grafana or related services.