plaintextpackets
plaintextpackets
You can, you'd need to: 1. Disable grafana in compose.yml (just comment out the block) 2. In the prometheus config in compose.yml, you need to add a port mapping like...
Any luck?
Awesome - will close this one for now
I will definitely test this out for a future release, I stuck with Ubuntu to start as it worked but eventually would want to slim it down as much as...
You would need to do a fresh 'git pull' of the code (if you use git) or download a ZIP of the new version and replace your local files. So:...
Unfortunately as it's written now the packet loss from all of the anchors is aggregated before it gets sent to prometheus / grafana. What you could do temporarily is a...
I'm working on a version that lets you break out the packet loss, latency and jitter by destination: I should have this ready soon
https://github.com/plaintextpackets/netprobe_lite/tree/separate_metrics If you'd like to test before it is merged
Fixed with https://github.com/plaintextpackets/netprobe_lite/pull/20
Thanks for posting yeah I'm considering that, just need the time to compile it all into one image, right now using separate images made it super quick to get it...