geerlingguy / internet-monitoring

Monitor your network and internet speed with Docker & Prometheus
1.28k stars 139 forks source link

speed test not working #18

Closed gktval closed 3 years ago

gktval commented 3 years ago

I am having a hard time getting the speed test to work. This is my first time working with docker and grafana-as a result I am unsure how import the speed-test portion into the dashboard. When I navigate to /targets, I can see that it is down.

2021-06-22-123108_1920x1080_scrot

Any help? Thanks

geerlingguy commented 3 years ago

@gktval - I'm guessing you're running into this issue: https://github.com/geerlingguy/internet-monitoring/issues/17

Can you try the instructions here for updating libseccomp2 as outlined in this blog post?

geerlingguy commented 3 years ago

Marking as a duplicate of #17.

CyrilPaulus commented 3 years ago

I have the same problem no speedtest info on Grafana, http://localhost:9090/targets show me an unknown status for speedtest but http://localhost:9798/metrics output the speedtest result.

I'm running this on a desktop computer so I don't think it's linked to the other issue.

CyrilPaulus commented 3 years ago

My bad it's working, it's just that with the default scrape_time of 30 minutes you have to wait a little bit. I changed it to 1 minute to test and had to let it take multiple samples before showing any data.

geerlingguy commented 3 years ago

@CyrilPaulus - Yeah, that's the downside to not having a frequent interval. It would be nice if the gauges could show something different in the beginning like "please wait for data to be available" but as it is, they just show their 'N/A' state since there's nothing to display yet.