Graphs aren't generated anymore in GUI

Polyphemus

Member
Nov 18, 2021
46
9
13
44
Hi,

Using Proxmox 7.4-3, kernel 6.2, on a Ryzen 3 4100, the graphs in the web GUI under Summary aren't generated . All show "1970-01-01 01:00:00". This is a clean install.

Running a command I've found in a similar thread, throws the following error:

Code:
root@pve-r3:~# pvesh get  nodes/pve-r3/rrddata --timeframe hour
got wrong time resolution (1800 != 60)
 
Hello,

Is the time correct on your server?
Can you check for the status of rrdcached?

Code:
systemctl stop rrdcached

Did you check the syslog/journalctl looking for any interesting message?