Closed RemcoVroman closed 6 months ago
Can you post your modified .env file
env.txt Sure, it should be attached.
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
That seem to be the problem. I misunderstand the purpose of this configuration item. Thanks !
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