-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
conlan0
committed
Aug 9, 2024
1 parent
c3a7472
commit b5a02f9
Showing
4 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters