diff --git a/docs/widgets.md b/docs/widgets.md index 0ff74199..bc6fe3a2 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -2782,14 +2782,16 @@ Linkding is a self-hosted bookmarking service, which has a clean interface and i [Tactical RMM](https://github.com/amidaware/tacticalrmm) is a self-hosted remote monitoring & management tool. -
+ + #### Options | **Field** | **Type** | **Required** | **Description** | | ------------ | -------- | ------------ | ------------------------------------------------------------------------ | -| **`url`** | `string` | Required | The status endpoint URL (https://api.example.com/core/status/) | +| **`url`** | `string` | Required | The status endpoint URL (https://api.example.com/core/v2/status/) | | **`token`** | `string` | Required | The MON_TOKEN (see https://docs.tacticalrmm.com/tipsntricks/#monitor-your-trmm-instance-via-the-built-in-monitoring-endpoint). | #### Example @@ -2799,7 +2801,7 @@ Linkding is a self-hosted bookmarking service, which has a clean interface and i useProxy: true options: token: PkPVKMzbmXgeQDlJWb0WXYvsIk3JvZyadURud2cSTdMia6hUbQ - url: https://api.example.com/core/status/ + url: https://api.example.com/core/v2/status/ ``` #### Info diff --git a/src/components/Widgets/TacticalRMM.vue b/src/components/Widgets/TacticalRMM.vue index 82f5e643..543e8f46 100644 --- a/src/components/Widgets/TacticalRMM.vue +++ b/src/components/Widgets/TacticalRMM.vue @@ -34,6 +34,26 @@