Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
qschachi opened this issue May 26, 2022 · 4 comments
Open

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

qschachi opened this issue May 26, 2022 · 4 comments

Comments

@qschachi
Copy link

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
Copy link

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
Copy link

fotosik commented Dec 24, 2023

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
Copy link

fotosik commented Dec 26, 2023

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
Copy link

Nambers commented Feb 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants