Skip to content

Commit

Permalink
Merge pull request #242 from silversword411/main
Browse files Browse the repository at this point in the history
debug name, error 98 and Nonos added
  • Loading branch information
silversword411 authored Feb 22, 2024
2 parents 52b7013 + 0be49c5 commit 4b4a4d2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
Binary file not shown.
9 changes: 9 additions & 0 deletions docs/guide_gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
2 changes: 1 addition & 1 deletion docs/howitallworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Binary file added docs/images/2024-02-22-16-46-27.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/tipsntricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 4b4a4d2

Please sign in to comment.