Search results

  1. K

    [SOLVED] Proxmox Node>Summary show graphics always blank

    ok .. today I've seen that date begins in 1970, searching that in forums found this and there explain that remove proxmox rdd file in /var/lib/rrdcached/db/pve2-node make it works. SOLVED.
  2. K

    [SOLVED] Proxmox Node>Summary show graphics always blank

    maybe .. but how can I solve that problem? pvesh get /nodes/pve/rrddata -timeframe hour --output-format json-pretty should drop info like: { "cpu" : 0.0279074770258037, "iowait" : 0.00237949104409394, "loadavg" : 0.069, "maxcpu" : 8, "memtotal" : 16675135488...
  3. K

    [SOLVED] Proxmox Node>Summary show graphics always blank

    seems the problem is in time resolution, something relative to years .. got wrong time resolution (604800 != 60) 604800 is 60 * 10080 and don't remeber where I read that number near years ..
  4. K

    [SOLVED] Proxmox Node>Summary show graphics always blank

    root@pve:~# systemctl status rrdcached.service ● rrdcached.service - LSB: start or stop rrdcached Loaded: loaded (/etc/init.d/rrdcached; generated) Active: active (running) since Wed 2021-03-03 20:13:56 CET; 1 day 14h ago Docs: man:systemd-sysv-generator(8) Process: 1018...
  5. K

    [SOLVED] Proxmox Node>Summary show graphics always blank

    Hi, I have read several posts with the same problem (example) and I have reached a different point and I have not found how to continue to solve it. systemctl status pvestatd.service is OK and pvesh get /nodes/pve/rrddata -timeframe hour --output-format json-pretty drops got wrong time...