mirror of
https://github.com/netdata/netdata.git
synced 2025-04-10 08:07:34 +00:00
Regenerate integrations.js (#17721)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
This commit is contained in:
parent
d3ff7e9818
commit
708819c389
5 changed files with 1600 additions and 1600 deletions
integrations
src/collectors
|
@ -33,9 +33,9 @@ The access settings for your client are the following:
|
|||
|
||||
| field | value |
|
||||
| :-- | :-- |
|
||||
| Root URL | https://app.netdata.cloud/ |
|
||||
| Home/Initiate login URL | https://app.netdata.cloud/api/v2/auth/account/auth-server?iss={your-server-issuer-url}&redirect_uri=https://app.netdata.cloud/sign-in®ister_uri=https://app.netdata.cloud/sign-up/verify |
|
||||
| Redirect URL | https://app.netdata.cloud/api/v2/auth/account/auth-server/callback |
|
||||
| Root URL | `https://app.netdata.cloud/`` |
|
||||
| Home/Initiate login URL | `https://app.netdata.cloud/api/v2/auth/account/auth-server?iss={your-server-issuer-url}&redirect_uri=https://app.netdata.cloud/sign-in®ister_uri=https://app.netdata.cloud/sign-up/verify` |
|
||||
| Redirect URL | `https://app.netdata.cloud/api/v2/auth/account/auth-server/callback` |
|
||||
|
||||
### Netdata Configuration Steps
|
||||
1. Click on the Space settings cog (located above your profile icon)
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
|
@ -22,7 +22,7 @@ Module: sensors
|
|||
## Overview
|
||||
|
||||
Use this collector when `lm-sensors` doesn't work on your device (e.g. for RPi temperatures).
|
||||
For all other cases use the [Python collector](https://github.com/netdata/netdata/blob/master/src/collectors/python.d.plugin/sensors), which supports multiple jobs, is more efficient and performs calculations on top of the kernel provided values."
|
||||
For all other cases use the [Go collector](/src/go/collectors/go.d.plugin/modules/sensors/README.md), which supports multiple jobs, is more efficient and performs calculations on top of the kernel provided values."
|
||||
|
||||
|
||||
It will provide charts for all configured system sensors, by reading sensors directly from the kernel.
|
||||
|
|
Loading…
Add table
Reference in a new issue