Changelog
- Fixed a bug where scripts that ran longer than 2 minutes would not send their results back to trmm.
- Fixed "email results" run script action not saving results to History tab.
- Fixed #24 Linux agent auto update broken when
/usr/local
is mounted on separate fs. - Custom fields now appear in the Summary tab of the agent and are also included when searching in the dashboard #1119. To hide individual custom fields from showing up in the summary tab you can check the "Hide in Dashboard" toggle for each field in Global Settings > Custom Fields. Thanks to @jpros for the contribution.
- The
bulk_delete_agents
management command now supports filtering by hostname as well as chaining filters. Thanks to @Supermanu for the contribution. - Updated to Python 3.11.3
- Various dependency updates
PR's
- Added agent's custom fields to table result by @jpros in #1468
- Enable hostname filtering for bulk agents deletion by @Supermanu in #1467
- Add custom fields to summary view by @jpros in amidaware/tacticalrmm-web#6
- Add custom fields to search in the dashboard by @jpros in amidaware/tacticalrmm-web#7
New Contributors
- @jpros made their first contribution in #1468
- @Supermanu made their first contribution in #1467
Full Changelog: v0.15.8...v0.15.9