plaintextpackets

Results 53 comments of plaintextpackets

@ctv99 @suzunov @Roger0011 @ZundersHD would you mind testing: https://github.com/plaintextpackets/netprobe_lite/tree/data_persist_issue

I think what I'll do is publish this version and add in a section to the Readme explaining how to use bind mounts if needed. That gives users both options....

I updated a new readme here with instructions to use bind mounts: https://github.com/plaintextpackets/netprobe_lite/blob/data_persist_issue/README.md @Jeppedy gave you credit for helping with these instructions, feel free to suggest improvements. Hoping to publish...

Ok this release is now out: https://github.com/plaintextpackets/netprobe_lite/releases/tag/v1.2.0

I've thought about this and might add it to a future version. My main concern was if you're running a speedtest on an interval all day every day, it would...

I'll think about it some more for an upcoming release Part of the issue as well is establishing a reliable external download source to test, without having to deploy my...

So @philipnordmann is playing with this right now in case anyone wants to test: https://github.com/philipnordmann/netprobe_lite/tree/speed_test I need to spend some time this weekend testing before incorporating

Pulled this in today for testing and some tweaks: https://github.com/plaintextpackets/netprobe_lite/tree/speedtest Note: the docker image in Dockerhub is not yet updated. If you want to test the speedtest then build the...

There's an issue with this approach as if the speedtest runs longer than 30s it will stop all other metric collection for that interval, so you get gaps. Need to...

So I was working on this yesterday and I'll post a branch soon. Basically I split off the Speedtest into its own container to allow for asynchronous writes to redis...