Eric W
Eric W
I haven't touched this code in years but the metrics aren't collected, they are received. The EdgeOS device is pushing updates at it's own internal rate via the web socket...
It's not scraping, like the webUI it opens a websocket which has real-time data pushed from the device. When the records come it we do something with them. There is...
The display only shows what is recorded in DPI. Some offloaded traffic and/or ipv6 may not show up there because UI never added support for it. I would look at...
Good call, should be easy to add. The main calls are just wrappers around calls to requests and extending them to add a timeout should be easy enough.
The docker container is fine but the lack of documentation of the custom containers and the way they interact is frustrating to say the least. ~~Is fluentd actually used internally...
While I can appreciate wanting a documented INSTALL procedure that doesn't require docker, if you have a bug report than open a bug report. I've had no problems running this...
Nothing is stopping anyone from pulling apart the image and using native daemons, other have done so to create [alternate images](https://github.com/Nico640/docker-unms). UISP is just a collection of standard services with...
Fought with this for a few hours this evening. I was able to get it working via the security / authorization mechanism. This makes it required for all endpoints, you...
I don't actually send the 0 address, I use it as a flag to the interrupt code to just keep sending from the next buffer without a new start. A...
I see three problems with avr-tasks. 1. I want to fire and forget and check the status at a later time, the way I see it the writev can send...