From 7051aeda83b072fc2ed1f3365aa84eeaf9d17c09 Mon Sep 17 00:00:00 2001 From: conlan0 <87742085+conlan0@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:54:37 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20Tactical=20RMM=20Documenta?= =?UTF-8?q?tion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/widgets.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/docs/widgets.md b/docs/widgets.md index a657693a..4c504c21 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -67,6 +67,7 @@ Dashy has support for displaying dynamic content in the form of widgets. There a - [Drone CI Build](#drone-ci-builds) - [Linkding](#linkding) - [Uptime Kuma](#uptime-kuma) + - [Tactical RMM](#tactical-rmm) - **[System Resource Monitoring](#system-resource-monitoring)** - [CPU Usage Current](#current-cpu-usage) - [CPU Usage Per Core](#cpu-usage-per-core) @@ -2333,6 +2334,41 @@ Linkding is a self-hosted bookmarking service, which has a clean interface and i - **Host**: Self-Hosted (see [Uptime Kuma](https://github.com/louislam/uptime-kuma) ) - **Privacy**: _See [Uptime Kuma](https://github.com/louislam/uptime-kuma)_ +--- + +### Tactical RMM + +[Tactical RMM](https://github.com/amidaware/tacticalrmm) is a self-hosted remote monitoring & management tool. + +

Capture

+ + +#### Options + +| **Field** | **Type** | **Required** | **Description** | +| ------------ | -------- | ------------ | ------------------------------------------------------------------------ | +| **`url`** | `string` | Required | The status endpoint URL (https://api.example.com/core/status/) | +| **`token`** | `string` | Required | The MON_TOKEN (see https://docs.tacticalrmm.com/tipsntricks/#monitor-your-trmm-instance-via-the-built-in-monitoring-endpoint). | + +#### Example + +```yaml +- type: trmm + useProxy: true + options: + token: PkPVKMzbmXgeQDlJWb0WXYvsIk3JvZyadURud2cSTdMia6hUbQ + url: https://api.example.com/core/status/ +``` + +#### Info + +- **CORS**: 🟠 Proxied +- **Auth**: 🟢 Required +- **Price**: 🟢 Free +- **Host**: Self-Hosted (see [Tactical RMM](https://github.com/amidaware/tacticalrmm) ) +- **Privacy**: _See [Tactical RMM](https://github.com/amidaware/tacticalrmm)_ + + --- ## System Resource Monitoring