Nixellion

Results 68 comments of Nixellion

A note, same change required for the ``` def read(self, name): """Read migration from file.""" ``` but it's missing from this PR. I can create another PR with that change...

Oh nevermind, found it. It's enable_https in config.ini

So it's 2023, 4 months later, is this still the issue and is it not yet updated?

Not currently, it's something I plan on adding. Database already keeps monthly record of bandwidth usage, it has two tables - one for each entry in accounting, and another is...

Added new page /months where you can view data for all months or use /months?month=5 in URL to show specific months. Kinda hacked together quickly, sorry for poor UI\UX :D...

Right now all you see is all it does. 1. It's not possible to choose interface, I don't think so, because this tool can only show what accounting shows. All...

Interesting. I think the error is somewhere in Collector class, it probably fails to properly filter your LAN, however I checked, and for "10.0.20.1" it parses LAN into "10.0.20." which...

Sorry for late reply, just remove the .db file that's inside a 'data' folder. IF you have shm and wal files there remove them too, I think those are sqlite...

@flewid I also found a script for RouterOS that creates simple queues for each client device, it's hooked to DHCP lease event. This allows you to monitor live traffic for...

It's something like this: ``` :local queueName "Guest $leaseActMAC"; :if ($leaseBound = "1") do={ /queue simple add name=$queueName parent=GUESTS place-before="Guest STATIC" target=($leaseActIP . "/32") max-limit=10M/10M comment=[/ip dhcp-server lease get [find...