Skip to content

Commit

Permalink
Merge pull request #266 from silversword411/main
Browse files Browse the repository at this point in the history
cron mgmt command and windows update reboot tips
  • Loading branch information
silversword411 authored May 29, 2024
2 parents 1dcdc34 + 8ec17d6 commit 4441ce4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/howitallworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,10 @@ The Tactical RMM server updates an agent's patch list every 8 hours based on the
!!!note
Currently if the agent is not online at the time the patch policy is set to install, there is no "install as soon as it comes online".

!!!tip
Trying to get reboots to happen at specific times after Windows update? Set your `Reboot After Installation` to: Never<br>
Then create a task that reboots at your preferred date/time

### Log Files

You can find 3 sets of detailed logs at `/rmm/api/tacticalrmm/tacticalrmm/private/log`.
Expand Down
6 changes: 6 additions & 0 deletions docs/management_cmds.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ Change overdue time on all agents in client named *Example Client* to 14 minutes
python manage.py bulk_change_checkin --overdue --client "Example Client" 14
```

!!!tip
You can cron it on the server to run every 30mins with something like<br>
```bash
*/30 * * * * /rmm/api/env/bin/python /rmm/api/tacticalrmm/manage.py bulk_change_checkin --overdue --all 10 > /dev/null 2>&1
```

### Script based functions

[Delete agents by client and site name by API](https://github.com/amidaware/community-scripts/blob/main/scripts_wip/TRMM_Mass_Delete_Agents.ps1)

0 comments on commit 4441ce4

Please sign in to comment.