tacticalrmm

A remote monitoring & management tool, built with Django, Vue and Go.

OTHER License

Stars
2.8K

Bot releases are visible (Hide)

tacticalrmm - Release v0.4.21

Published by wh1te909 over 3 years ago

  • Fixed agent table search/sorting
  • Added policy exclusions
tacticalrmm - Release v0.4.20

Published by wh1te909 over 3 years ago

  • HOTFIX temporarily disable agent table sorting/search. Next release will properly fix. Hold off on updating until version 0.4.21 is released if you haven't updated already.
tacticalrmm - Release v0.4.19

Published by wh1te909 over 3 years ago

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
  • https://github.com/wh1te909/tacticalrmm/commit/ad527b4aed9bc5db28e7049f188a587f80cd782d 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 from False to True in /rmm/api/tacticalrmm/tacticalrmm/local_settings.py. Make sure to sudo systemctl restart rmm after changing.
  • Added #286
  • Added #296

Agent v1.4.8

  • Chocolatey rework see notes above
tacticalrmm - Release v0.4.18

Published by wh1te909 over 3 years ago

Web v0.4.18

Agent v1.4.7

  • Updated windows api sched task func to accept the run asap after missed option which will set the "Run task as soon as possible after a scheduled start is missed" in windows task scheduler.
tacticalrmm - Release v0.4.17

Published by wh1te909 over 3 years ago

  • More alert manager fixes
  • Move annotation labels to the left of the check history chart
  • Make check results chart more responsive with large amounts of data
tacticalrmm - Release v0.4.16

Published by wh1te909 over 3 years ago

  • Fixed generated agent exe in docker
tacticalrmm - Release v0.4.15

Published by wh1te909 over 3 years ago

tacticalrmm - Release v0.4.14

Published by wh1te909 over 3 years ago

  • fixed script args not being passed to run_script function
  • added Prune Alerts to server maintenance ui
  • added optional --force flag to update.sh
tacticalrmm - Release v0.4.13

Published by wh1te909 over 3 years ago

  • Fixed #283
  • Fixed 'Last Response' column in agent table not showing correct timezone
  • Added #286
  • Alerts Manager fixes
tacticalrmm - Release v0.4.12

Published by wh1te909 over 3 years ago

  • fixed typo that was causing agent table to not load if alert template was applied
tacticalrmm - Release v0.4.11

Published by wh1te909 over 3 years ago

RMM 0.4.11 and Agent 1.4.6

  • All binaries now built with go 1.16
  • Removed agent_outages vacuum from backup.sh script since its postgres table no longer exists
  • Removed all postgres vacuum commands from update.sh script
  • Added a check in update.sh script to detect old go version and update it to 1.16
tacticalrmm - Release v0.4.9

Published by wh1te909 over 3 years ago

tacticalrmm - Release v0.4.8

Published by wh1te909 over 3 years ago

Web 0.4.8

Agent 1.4.5

  • Switched back to http requests for agent check-in
tacticalrmm - Release v0.4.7

Published by wh1te909 over 3 years ago

  • Increased uwsgi buffer size
  • Updated restore.sh script to work on Debian 10 (can now restore from ubuntu to debian and vice versa)

Agent v1.4.4

  • Fixed #268
tacticalrmm - Release v0.4.6

Published by wh1te909 over 3 years ago

Web 0.4.6

  • Superseded windows update cleanup (requires agent 1.4.3)
  • Dropped support for agents <= 1.1.11

Agent v1.4.3

  • Added windows defender exlusions during agent install
  • Removed registry check for PendingFileRenameOperations in SystemRebootRequired func
  • Changed Inno Setup MinVersion to 6.0 to allow installs on Win 7 and Server 2008R2 that have not been updated https://jrsoftware.github.io/issrc/whatsnew.htm
tacticalrmm - Release v0.4.5

Published by wh1te909 over 3 years ago

  • Fixed duplicate pending actions being created for agent updates
tacticalrmm - Release v0.4.4

Published by wh1te909 over 3 years ago

  • Add back pending actions for agent updates
  • Fixed issue where agent pending reboot icon was not being updated

Agent v1.4.2

  • Fixed #262
tacticalrmm - Release v0.4.3

Published by wh1te909 over 3 years ago

  • moved some bg tasks from python to go
  • updated reqs
tacticalrmm - Release v0.4.2

Published by wh1te909 over 3 years ago

Web

  • Fixed #265
  • Fixed rmm not deleting superseded windows defender KB's

Agent v1.4.1

  • Fixed #261
  • Checkrunner improvements
  • Changed agent update to restart windows services closed by inno setup