znerol
znerol
This exporter is using the PVE REST API. Looking through the API docs I have found the following interesting routes possibly covering your requirements (at least partly): **absent backups:** [cluster/backup-info/not-backet-up](https://pve.proxmox.com/pve-docs/api-viewer/#/cluster/backup-info/not-backed-up)...
Thanks for the report. I see that the documentation could be confusing. The wiki page assumes that there is a `prometheus` system user (referenced in the systemd unit), but it...
Thanks for taking the time to report this issue. Regrettably this is a limitation in Proxmox VE itself. This information would only be available if PVE would query the guest-agent...
Thanks for the info. I tend to think that if you are in the position to run the `guest-agent`, then you also might just run `prometheus-node-exporter` directly in the guest....
If there is a clean and straight forward way to implement this, then I do welcome a PR. Leaving this open, so people will find the issue.
Looping through nodes has led to issues [in the past](https://github.com/prometheus-pve/prometheus-pve-exporter/issues/55#issuecomment-782234303). I guess that in order to resolve the issue properly, we'd need to fix this directly in the pve api...
Yes, I am still trying to reduce the [bus factor](https://en.wikipedia.org/wiki/Bus_factor) on this project. Please send an e-mail to the address on my profile page. German works.
Hi, thanks for taking the time to fill PR #113. Would you mind explaining the use-case for scraping these limits? Unless I'm completely mistaken, this will scrape configuration values and...
Thanks for taking the time to file this issue and the PR. I see how this could be useful. Unfortunately scraping configuration has turned out to be inherently inefficient (see...
I think this use-case could be solved using a proxmox [hookscript](https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_hookscripts) in combination with either [textfile collector](https://github.com/prometheus/node_exporter/#textfile-collector) or [pushgateway](https://github.com/prometheus/pushgateway) The `hookscript` would determine the limits and write them as metrics...