Search results

  1. D

    rrddata unit of measurement

    Hi, I am currently working on a script to track the traffic usage for the VM's in Proxmox, I have however come to a bit of a holt due to a lack of information. I am using the following command to get the netin and netout values for the past hour in minute intervals: root@prx001:/var/log/pn#...
  2. D

    [SOLVED] Ceph-Pool max_available space did not increase after adding 3 new OSD's.

    Hi, we have run into a bit of an understanding issue with our ceph cluster in proxmox. We recently added three new OSD's to our ceph cluster (24 to 27 OSD's) each OSD is 3,84TiB in size. after adding the three new OSD's we expected the max_available space for our pools to increase, this was...
  3. D

    [SOLVED] Miss matched backup_status response from API.

    Hi, so I am developing/writing a script to send individual emails to our customers notifying them of their VM's backup status (successful or failed). While testing I discovered that depending on where the backup is cancelled or problem occurs the API's (Proxmox API & PBS API) respond with...
  4. D

    [SOLVED] PBS API - Optional parameter "since" not working correctly.

    Hi, I am currently in the process of writing a script to send E-Mail notifications about the status of each VM's backup in Proxmox. To do this I am using the following API URL to get the Tasks/Backup Jobs of the previous night...