Skip to content

Commit

Permalink
feat: dashy integration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
conlan0 committed Aug 9, 2024
1 parent c3a7472 commit b5a02f9
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/3rdparty_dashy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Dashy

## Dashy Integration

!!!info
This is a Dashy integration for Tactical RMM to see server status in your dashboard.

### Enable Monitoring Endpoint

SSH into your TRMM server as the user who installed Tactical

Edit the `local_settings.py` file found at /rmm/api/tacticalrmm/tacticalrmm

Add a new line at the botton with `MON_TOKEN` and give it a secure token value

`MON_TOKEN = "fahlidufuidavb389fgw4a730gha0v9a0sdv8cyv"`

Now run the command `sudo systemctl restart rmm`

### Add Widget to Dashboard

While in the config editor add the widget to your desired section.

![Service Name](images/3rdparty_dashy2.png)

Widget Options:</br>
**useProxy** = `true`</br>
**type** = `trmm`</br>
**options**:</br>
**token** = `Your MON_TOKEN`</br>
**url** = `Api url of your instance`

Preview or save your config and you should now see the Tactical RMM Status widget.

![Service Name](images/3rdparty_dashy.png)
Binary file added docs/images/3rdparty_dashy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/3rdparty_dashy2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ nav:
- "BitDefender GravityZone": 3rdparty_bitdefender_gravityzone.md
- "BitDefender Total Security": 3rdparty_bitdefender_total_security.md
- "Zammad": 3rdparty_zammad.md
- "Dashy": 3rdparty_dashy.md
- Unsupported Extras:
- "Unsupported Guidelines": unsupported_guidelines.md
- "Unsupported Configs": unsupported_scripts.md
Expand Down

0 comments on commit b5a02f9

Please sign in to comment.