From c58d6f9ce72da9e93d4ce0a65384fe25f9580cbd Mon Sep 17 00:00:00 2001 From: conlan0 Date: Wed, 12 Mar 2025 11:47:21 -0400 Subject: [PATCH] change: now using monitoring v2 --- docs/widgets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/widgets.md b/docs/widgets.md index ac03ad54..cb4377ff 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -2347,7 +2347,7 @@ Linkding is a self-hosted bookmarking service, which has a clean interface and i | **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 @@ -2357,7 +2357,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