M0r13n / mikrotik_monitoring

Monitor your Mikrotik router with Prometheus and Grafana
MIT License
240 stars 33 forks source link

Internet Latency and Internet Bandwidth graphs question #3

Closed 80kk closed 2 years ago

80kk commented 2 years ago

Hi, I've got it running, thanks. However I can't find anything about Internet Latency settings. It is taking measures from something but I can't figure it what IP it is being used and if it is possible to change it?

Very similar question regarding the Internet Bandwidth graph it looks like it is constantly measure it but I can't see this in my Mikrotik traffic. How this works?

M0r13n commented 2 years ago

Hi @80kk 👋,

this functionality is provided by mktxp, the Prometheus exporter. This Python module integrates the free speedtest.net API, which is configured to run regularly by default. This can be configured:

bandwidth = True                # Turns metrics bandwidth metrics collection on / off    
bandwidth_test_interval = 420   # Interval for colllecting bandwidth metrics