Graph date wrong

s_p2003

Member
Oct 4, 2022
4
0
6
HI
how can i solve?
the system has the correct date and timezone

Code:
root@server:~# timedatectl
               Local time: Wed 2023-02-15 14:47:39 CET
           Universal time: Wed 2023-02-15 13:47:39 UTC
                 RTC time: Wed 2023-02-15 13:47:39
                Time zone: Europe/Rome (CET, +0100)
System clock synchronized: yes
              NTP service: active
          RTC in local TZ: no
root@server:~#
 

Attachments

  • Immagine 2023-02-15 144407.png
    Immagine 2023-02-15 144407.png
    210.9 KB · Views: 24
Last edited:
which timeframe do you have selected (on the top right?) does it work if you change that to 'hour (average)'?
if not, what is the output of
Code:
pvesh get /nodes/NODENAME/rrddata --timeframe hour
 
I tried all the options, with the same result

Code:
root@server:~# pvesh get /nodes/NODENAME/rrddata --timeframe hour
RRD error: rrdcached@unix:/var/run/rrdcached.sock: rrd_fetch_r failed: opening '/var/lib/rrdcached/db/pve2-node/NODENAME': No such file or directory
root@server:~# ^
 
my intention was that you replace 'NODENAME' with your nodename, but if it works now also great ;)