mirror of
https://github.com/Lissy93/dashy.git
synced 2026-01-20 14:51:48 +01:00
change: now using monitoring v2
This commit is contained in:
parent
befa9a5c25
commit
c58d6f9ce7
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue