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.16k stars 176 forks source link

"undefined" entries in the Graph topic drop down box #395

Open qschachi opened 2 years ago

qschachi commented 2 years ago

Hello,

I just have seen that there are some "undefined" entries in the Graph topic drop down box (see also attached image). But if you select the different undefined entries always other data is displayed so it seems it is related to the drop down box only :-)

Using: Version: 2.13-beta6 by Xavier Berger grafik grafik

Thanks & BR

JappeHallunken commented 2 years ago

I was able to solve this by putting the web.statistics.1.content.1.title value in quotation marks, like:

web.statistics.1.content.2.title="Network eth0"
fotosik commented 11 months ago

Hi, I have the same problem but quotation marks don't work for me. Nothing changes at all. Of course I did “service rpimonitor restart” after the change.

I'm using Debian 12 on Nanopi M4

rpi-monitor_statistics

fotosik commented 11 months ago

Hi, I found the error, but I didn't see it straight away. My config had the word "name" instead of "title" in the line. now everything is OK. web.statistics.1.content.2.title="Network eth0" = OK web.statistics.1.content.2.name="Network eth0" = not OK

Nambers commented 9 months ago

Hi, I found the error, but I didn't see it straight away. My config had the word "name" instead of "title" in the line. now everything is OK. web.statistics.1.content.2.title="Network eth0" = OK web.statistics.1.content.2.name="Network eth0" = not OK

In my case, the thing reversed: I need to use .name instead of .title in my conf file lol. So ig we need to fill both of them for in case?

I was able to solve this by putting the web.statistics.1.content.1.title value in quotation marks, like:

Also the quotation marks are not necessary in my case.

I'm running on Archlinux with 1.20