M0r13n / mikrotik_monitoring

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

Option to disable speedtest #17

Closed dilocker closed 1 year ago

dilocker commented 1 year ago

I noticed every 7 minutes that a good amount of traffic was outbound to 184.182.243.193:8080 coming from the monitoring container. Upon resolving, this was to an Ookla server (no idea if this is hosted by Ookla themselves, but returns a Cox owned IP), so I'm guessing this is the speedtest to show bandwidth in the grafana dashboard. Would be nice to be able to turn this off as it may impact online gaming and really not useful info (have no idea the geographic location of this address). For now I can just block this address outbound, though.

M0r13n commented 1 year ago

Hey @dilocker,

you just need to set bandwidth = False in the mktxp/_mktxp.conf file

M0r13n commented 1 year ago

If you encounter any problem, feel free to reopen the issue.

Best whishes Leon

dilocker commented 1 year ago

AH, didn't even see that .conf file before, only the mktxp.conf. Thanks!