Recent content by proxmonxster

  1. P

    Inquiry on querying network traffic

    Hi! I've been collecting proxmox data to create visualizations and just wondering what the difference is between non_negative_derivative(mean("netout"), 10s) and mean("netout") is when querying the data such as this: SELECT non_negative_derivative(mean("netout"), 10s) FROM "system" and is...
  2. P

    Querying Proxmox Network traffic data from Influxdb

    Hello, I don't know if this question is out of topic or not but I just want to ask if anyone knows what could be the reason the number of values is different (ex. for one node there are 39 data points and for another, there are 41 data points) for different nodes given that they are using the...
  3. P

    Cluster Logs Retrieval from Proxmox API

    Hello! I'm new to proxmox and I'm trying to get the cluster logs for the web application I am currently developing. My question is, why is there no "severity" column when getting the cluster logs from the proxmox API and is there a way to possibly get it? Thank you so much.