diff --git a/docs/functions/images/2024-02-15_221723 - ScreenConnect.WindowsClient_PCR_David_MBPro_13_inch_mid_2014_-_PC_Support_-_Co.png b/docs/functions/images/2024-02-15_221723 - ScreenConnect.WindowsClient_PCR_David_MBPro_13_inch_mid_2014_-_PC_Support_-_Co.png deleted file mode 100644 index 5b4a9faa..00000000 Binary files a/docs/functions/images/2024-02-15_221723 - ScreenConnect.WindowsClient_PCR_David_MBPro_13_inch_mid_2014_-_PC_Support_-_Co.png and /dev/null differ diff --git a/docs/guide_gettingstarted.md b/docs/guide_gettingstarted.md index c7bc1661..7924d37b 100644 --- a/docs/guide_gettingstarted.md +++ b/docs/guide_gettingstarted.md @@ -34,3 +34,12 @@ Install the server, [choose the best path](install_considerations.md) ## Bi-annually * [ ] Clean up [old agents](management_cmds.md#bulk-delete-old-agents-by-last-checkin-date-or-agent-version){target=_blank} + +## Don't do these things + +Your Tactical NoNo List + +- Clone agents with TRMM agent installed. Make your master image with no TRMM agent installed, script the install for first time boot after imaging. +- Do in place distro upgrades or move vms to new hardware, instead use Backup and Restore scripts to move the server to new vm's +- Run `install.sh` or `restore.sh` more than once. They're one-shot scripts to be ran on clean VMs only. +- Use TRMMs powers for Evil. Just don't, make better choices! diff --git a/docs/howitallworks.md b/docs/howitallworks.md index a961bfdb..0d842f5e 100644 --- a/docs/howitallworks.md +++ b/docs/howitallworks.md @@ -202,7 +202,7 @@ Built on the Django framework, the Tactical RMM service is the heart of the syst - Socket: `/rmm/daphne.sock` - Exec: `/rmm/api/env/bin/daphne -u /rmm/daphne.sock tacticalrmm.asgi:application` - Config: `/rmm/api/tacticalrmm/tacticalrmm/local_settings.py` - - Log: `/rmm/api/tacticalrmm/tacticalrmm/private/log/debug.log` + - Log: `/rmm/api/tacticalrmm/tacticalrmm/private/log/trmm_debug.log` === ":material-docker: docker" diff --git a/docs/images/2024-02-22-16-46-27.png b/docs/images/2024-02-22-16-46-27.png new file mode 100644 index 00000000..bea3148f Binary files /dev/null and b/docs/images/2024-02-22-16-46-27.png differ diff --git a/docs/tipsntricks.md b/docs/tipsntricks.md index d45268cf..f3b1074b 100644 --- a/docs/tipsntricks.md +++ b/docs/tipsntricks.md @@ -185,3 +185,11 @@ How to get updated data and see agents last communication time. ## Why are usernames in italics? It's the last logged in user, when italicized it means nobody is currently logged in. + +## Getting false SMS and Email alerts from scripts? + +If you're getting `Error 98` from script timeouts between the time the server asked the agent to run it, and the timeout value of the script the server never received a response. You can minimize the false alerts but adding the script timeouts to informational instead of warnings. + +You can also increase the consecutive failures to 2+ + +![](images/2024-02-22-16-46-27.png)