After upgrading my Proxmox Cluster to the newest Kernel 6.8.8.2 because of an issue with the Grafana LXC (kept running but IP was not accessable anymore / same with influx LXC) the dashboard is not complete anymore. It is like it is not able to get the server selection right. If I for example select a specific node in CPU Visu it shows the data. The complete data is also shown in influxdb itself. So it myst be some kind of syntax or recognize problem in the dashboard, but I am not getting it. VM Visu is broken aswell. Some ideas for adjustment?
Looks like the regex and server notation in the querys ist getting empty results. When i added the nodes one by one I get some information though.I rearranged it for now, but would be great to be fixed.
Hi,
I have had same issues with Proxmox metrics → Influxdb → Grafana. The drop down for selecting the server does not bring back values.
I found I could fix it by changing the "Dasboard settings - variables - server and editing the query
From:
To:
Why the original query seems not to work in Grafana yet it works if it is pasted directly in the influxdb explorer program (sustituting the ${Bucket} var for “proxmox”) I do not know.
However this modified variable syntax could possibly fix the template to still be dynamic for you until someone who is smarter puts in a proper fix updating the template.
Ooops update:
In the second screenshot of course we can and should have the bucket variable stated:
which for me list ALL related proxmox objects, including the host (nfs shares, VMs, LXC, local disk …) and then use regex to filter what I don´t need. Useful if you’re using another dashboard specifically for VMs/LXC.
Thanks iflywhirlybirds. I have tried your solution and it works for me. I prefer it to the one I had posted as it feels that it is less going off piste from the original dashboard variable query.
Thank you for sharing here too.
Incidentally the original query range works ok if pasted into influxdb data explorer web page and also in the grafana explore web page.
The underlying apps seem ok - just the dashboard errors.