XavierBerger / RPi-Monitor

Real time monitoring for embedded devices
https://xavierberger.github.io/RPi-Monitor-docs/index.html
GNU General Public License v3.0
1.15k stars 175 forks source link

Graphs not updating #311

Open Simon01011 opened 4 years ago

Simon01011 commented 4 years ago

Hi!

I'm new to RPi-Monitor. But my problem is that some graphs do not show the latest data. CPU, temperature and uptime are okay. Memory, swap and all disk data show only graphs with old data. The data is shown up to the last restart of the rpimonitor. No data is lost, it is just not shown. The rrd files in /var/lib/rpimonitor/stat are all okay and have the same size.

What can I do about this problem? Thanks in advance!

meerweten commented 4 years ago

Got a similar problem with my storage data. seems to be data from around 12h old (missing 80GB of data according to rpimonitor)

mrblond18 commented 4 years ago

Guys, I encountered the same problem, with mem and swap graphs. It turns out that if the first line you define in a graph is a static value then the graph is not properly created. Both the mem and swap config file use the total amount of mem/swap as first line, those are static values. Just define this as last item and it works fine.

Same goes for storage data I guess, probably also there you use a static value in the graph.