diff --git a/docs/3rdparty_dashy.md b/docs/3rdparty_dashy.md new file mode 100644 index 00000000..362595a1 --- /dev/null +++ b/docs/3rdparty_dashy.md @@ -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:
+**useProxy** = `true`
+**type** = `trmm`
+**options**:
+**token** = `Your MON_TOKEN`
+**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) diff --git a/docs/images/3rdparty_dashy.png b/docs/images/3rdparty_dashy.png new file mode 100644 index 00000000..eaee6d53 Binary files /dev/null and b/docs/images/3rdparty_dashy.png differ diff --git a/docs/images/3rdparty_dashy2.png b/docs/images/3rdparty_dashy2.png new file mode 100644 index 00000000..8198233e Binary files /dev/null and b/docs/images/3rdparty_dashy2.png differ diff --git a/mkdocs.yml b/mkdocs.yml index fd5eefb8..bb8dd942 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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