"Guys, I'm facing the following issue. I installed Proxmox 8.1.3 on a server and added it to the cluster with 3 other nodes. However, with version 8.1.3, it doesn't display graphs; it simply remains blank. When I run the command 'pvesh get nodes/pve4/rrddata --timeframe hour --output-format json-pretty,' I get several results with records only for the time:
[
{
"time" : 1706295300
},
{
"time" : 1706295360
},
{
"time" : 1706295420
},
{
"time" : 1706295480
},
{
"time" : 1706295540
}
]
systemctl status rrdcached.service
● rrdcached.service - LSB: start or stop rrdcached
Loaded: loaded (/etc/init.d/rrdcached; generated)
Active: active (running) since Fri 2024-01-26 15:23:05 -03; 41min ago
Docs: man:systemd-sysv-generator(8)
Process: 441521 ExecStart=/etc/init.d/rrdcached start (code=exited, status=0/SUCCESS)
Tasks: 12 (limit: 618314)
Memory: 11.2M
CPU: 1.423s
CGroup: /system.slice/rrdcached.service
└─441528 /usr/bin/rrdcached -B -b /var/lib/rrdcached/db/ -j /var/lib/rrdcached/journal/ -p /var/run/rrdcached.pid -l unix:/v>
[
{
"time" : 1706295300
},
{
"time" : 1706295360
},
{
"time" : 1706295420
},
{
"time" : 1706295480
},
{
"time" : 1706295540
}
]
systemctl status rrdcached.service
● rrdcached.service - LSB: start or stop rrdcached
Loaded: loaded (/etc/init.d/rrdcached; generated)
Active: active (running) since Fri 2024-01-26 15:23:05 -03; 41min ago
Docs: man:systemd-sysv-generator(8)
Process: 441521 ExecStart=/etc/init.d/rrdcached start (code=exited, status=0/SUCCESS)
Tasks: 12 (limit: 618314)
Memory: 11.2M
CPU: 1.423s
CGroup: /system.slice/rrdcached.service
└─441528 /usr/bin/rrdcached -B -b /var/lib/rrdcached/db/ -j /var/lib/rrdcached/journal/ -p /var/run/rrdcached.pid -l unix:/v>
Last edited: