eduardogsilva / routerfleet

RouterFleet: An open-source solution for centralized router and network equipment management. Initially focused on Mikrotik devices, it offers simplified backups, updates, and security. Perfect for managing a fleet of devices efficiently. Join us in evolving RouterFleet's capabilities
MIT License
65 stars 3 forks source link

Feature Request - disable check to updates.eth0.com.br #31

Closed enduring78 closed 3 months ago

enduring78 commented 4 months ago

Currently, Routerfleet regurarly pings updates.eth0.com.br, I assume for updates.

Because we ant maximum security, any calls made directly to the internet are blocked. This resulted in a low of dropped packets, which is unfortunate because it is using up some % of CPU power. Therefore, it would be nice to be able to disable these checks.

eduardogsilva commented 3 months ago

Hello @enduring78 you can safely disable the check updates call by loging in to cron container and commenting out the line that calls the check update functions on the file "/etc/cron.d/cron_tasks" (it's the line that ends in /cron/check_updates/)

You should also consider reviewing the code for this view if you wish. There's no funny things there, just a routine to identify if you have any update available.

If you remove the check update function, I strongly suggest that you somehow monitor routerfleet for new versions. we are not in the 1.0 release yet, and we are under heavy development. I'm still releasing bug fixes, new features and improvements on a daily basis.

Cheers!