plaintextpackets / netprobe_lite

Simple internet performance tester written in Python
630 stars 126 forks source link

Config changes stops Graphana displaying data #26

Closed RemcoVroman closed 6 months ago

RemcoVroman commented 6 months ago

Hi, first of all great job !

I'm running Almalinux 9 and Python 3.9.18.

Installing this tool in a venv en start it, it runs perfectly. However when I change DNS_NAMESERVER_4_IP to my own address and change one of the sites, data is being collected (logging is telling me). But Graphana stops displaying data.

Any suggestions how to find the issue or how to fix this ?

Best regards, Remco

plaintextpackets commented 6 months ago

Can you post your modified .env file

RemcoVroman commented 6 months ago

env.txt Sure, it should be attached.

plaintextpackets commented 6 months ago

Ah I see the issue:

DNS_TEST_SITE="My_DNS_Server" # This is the site used in the DNS test

This value should be a domain name. This is the domain which the DNS test queries to measure latency. I think the default is google.com. You can use another domain but I would use a well-known domain with reliable name servers

RemcoVroman commented 6 months ago

That seem to be the problem. I misunderstand the purpose of this configuration item. Thanks !