Web v0.4.19
- Added server side pagination to agent table to speed up loading times. The default agents per page to load can be configured in User Preferences
- Reworked chocolatey functions; software installs will now show up in the
Pending Actions
along with the entire choco install output. Requires agent v1.4.8 - ad527b4 Alerts rework and fixes
- Added new management commands
- Change uWSGI procs/threads to be based on cpu count of the server rather than hardcoded for performance increase
- Django admin is now disabled by default and can be enabled by changing the
ADMIN_ENABLED
variable fromFalse
toTrue
in/rmm/api/tacticalrmm/tacticalrmm/local_settings.py
. Make sure tosudo systemctl restart rmm
after changing. - Added #286
- Added #296
Agent v1.4.8
- Chocolatey rework see notes above