@cryptotaxi247 / netdata-1 / commits / 6b7372138

fix(docs): unresolved file references (#12053)

Ilya Mashchenko committed Jan 28, 2022 at 00:45 UTC 6b73721381141982c0d74db0ff0ab3bc5b7c56a3
13 files changed +15 -26
README.md
+1 -1
@@ -156,7 +156,7 @@ To view the Netdata dashboard, navigate to `http://localhost:19999`, or `http://
156 See our documentation for [additional operating
157 systems](/packaging/installer/README.md#have-a-different-operating-system-or-want-to-try-another-method), including
158 [Kubernetes](/packaging/installer/methods/kubernetes.md), [`.deb`/`.rpm`
159 -packages](/packaging/installer/methods/packages.md), and more.
159 +packages](/packaging/installer/methods/kickstart.md#native-packages), and more.
160
161 ### Post-installation
162
aclk/README.md
+1 -2
@@ -91,8 +91,7 @@ You have two options if you prefer to disable the ACLK and not use Netdata Cloud
91 ### Disable at installation
92
93 You can pass the `--disable-cloud` parameter to the Agent installation when using a kickstart script
94 -([kickstart.sh](/packaging/installer/methods/kickstart.md) or
95 -[kickstart-static64.sh](/packaging/installer/methods/kickstart-64.md)), or a [manual installation from
94 +([kickstart.sh](/packaging/installer/methods/kickstart.md), or a [manual installation from
95 Git](/packaging/installer/methods/manual.md).
96
97 When you pass this parameter, the installer does not download or compile any extra libraries. Once running, the Agent
claim/README.md
+1 -1
@@ -337,7 +337,7 @@ If you're running an older Linux distribution or one that has reached EOL, such
337 versions of OpenSSL cannot perform [hostname validation](https://wiki.openssl.org/index.php/Hostname_validation), which
338 helps securely encrypt SSL connections.
339
340 -We recommend you reinstall Netdata with a [static build](/packaging/installer/methods/kickstart-64.md), which uses an
340 +We recommend you reinstall Netdata with a [static build](/packaging/installer/methods/kickstart.md#static-builds), which uses an
341 up-to-date version of OpenSSL with hostname validation enabled.
342
343 If you choose to continue using the outdated version of OpenSSL, your node will still connect to Netdata Cloud, albeit
collectors/README.md
+3 -6
@@ -7,8 +7,7 @@ custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/READM
7
8 Netdata can collect metrics from hundreds of different sources, be they internal data created by the system itself, or
9 external data created by services or applications. To see _all_ of the sources Netdata collects from, view our [list of
10 -supported collectors](/collectors/COLLECTORS.md), and then view our [quickstart guide](/collectors/QUICKSTART.md) to get
11 -up-and-running.
10 +supported collectors](/collectors/COLLECTORS.md).
11
12 There are two essential points to understand about how collecting metrics works in Netdata:
13
@@ -17,13 +16,11 @@ There are two essential points to understand about how collecting metrics works
16 - Upon startup, Netdata will **auto-detect** any application or service that has a
17 [collector](/collectors/COLLECTORS.md), as long as both the collector and the app/service are configured correctly.
18
20 -Most users will want to enable a new Netdata collector for their app/service. For those details, see our [quickstart
21 -guide](/collectors/QUICKSTART.md).
19 +Most users will want to enable a new Netdata collector for their app/service. For those details, see
20 +our [collectors' configuration reference](/collectors/REFERENCE.md).
21
22 ## Take your next steps with collectors
23
25 -[Collectors quickstart](/collectors/QUICKSTART.md)
26 -
24 [Supported collectors list](/collectors/COLLECTORS.md)
25
26 [Collectors configuration reference](/collectors/REFERENCE.md)
collectors/REFERENCE.md
+1 -6
@@ -10,9 +10,6 @@ Welcome to the collector configuration reference guide.
10 This guide contains detailed information about enabling/disabling plugins or modules, in addition a quick reference to
11 the internal plugins API.
12
13 -To learn the basics of collecting metrics from other applications and services, see the [collector
14 -quickstart](QUICKSTART.md).
15 -
13 ## Netdata's collector architecture
14
15 Netdata has an intricate system for organizing and managing its collectors. **Collectors** are the processes/programs
@@ -23,8 +20,7 @@ MySQL database, among many others.
20
21 For most users, enabling individual collectors for the application/service you're interested in is far more important
22 than knowing which plugin it uses. See our [collectors list](/collectors/COLLECTORS.md) to see whether your favorite app/service has
26 -a collector, and then read the [collectors quickstart](/collectors/QUICKSTART.md) and the documentation for that specific collector
27 -to figure out how to enable it.
23 +a collector, and then read the documentation for that specific collector to figure out how to enable it.
24
25 There are three types of plugins:
26
@@ -46,7 +42,6 @@ However, there are cases that auto-detection fails. Usually, the reason is that
42 allow Netdata to connect. In most of the cases, allowing the user `netdata` from `localhost` to connect and collect
43 metrics, will automatically enable data collection for the application in question (it will require a Netdata restart).
44
49 -View our [collectors quickstart](/collectors/QUICKSTART.md) for explicit details on enabling and configuring collector modules.
45
46 ## Troubleshoot a collector
47
collectors/ebpf.plugin/README.md
+1 -1
@@ -45,7 +45,7 @@ which allow hooking into arbitrary user-space functions in a similar manner to k
45 ## Manually enable the collector on Linux
46
47 **The eBPF collector is installed and enabled by default on most new installations of the Agent**. The eBPF collector
48 -does not currently work with [static build installations](/packaging/installer/methods/kickstart-64.md) for kernels older
48 +does not currently work with [static build installations](/packaging/installer/methods/kickstart.md#static-builds) for kernels older
49 than `4.11`, but improved support is in active development.
50
51 eBPF monitoring only works on Linux systems and with specific Linux kernels, including all kernels newer than `4.11.0`,
docs/Add-more-charts-to-netdata.md
+1 -2
@@ -5,8 +5,7 @@ custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/Add-more-ch
5
6 # Add more charts to Netdata
7
8 -This file has been deprecated. Please see our [collectors docs](/collectors/README.md) or the collectors [quickstart
9 -guide](/collectors/QUICKSTART.md) for more information.
8 +This file has been deprecated. Please see our [collectors docs](/collectors/README.md) for more information.
9
10 ## Available data collection modules
11
docs/guides/monitor/pi-hole-raspberry-pi.md
+1 -1
@@ -100,7 +100,7 @@ part of your system might affect another.
100 action](https://user-images.githubusercontent.com/1153921/80827388-b9fee100-8b98-11ea-8f60-0d7824667cd3.gif)
101
102 If you're completely new to Netdata, look at our [step-by-step guide](/docs/guides/step-by-step/step-00.md) for a
103 -walkthrough of all its features. For a more expedited tour, see the [get started guide](/docs/get-started.md).
103 +walkthrough of all its features. For a more expedited tour, see the [get started guide](/docs/get-started.mdx).
104
105 ### Enable temperature sensor monitoring
106
docs/guides/step-by-step/step-00.md
+1 -1
@@ -17,7 +17,7 @@ completely new to Netdata, or have never tried health monitoring/performance tro
17 guide is perfect for you.
18
19 If you have monitoring experience, or would rather get straight into configuring Netdata to your needs, you can jump
20 -straight into code and configurations with our [getting started guide](/docs/get-started.md).
20 +straight into code and configurations with our [getting started guide](/docs/get-started.mdx).
21
22 > This guide contains instructions for Netdata installed on a Linux system. Many of the instructions will work on
23 > other supported operating systems, like FreeBSD and macOS, but we can't make any guarantees.
health/notifications/pushbullet/README.md
+1 -1
@@ -14,7 +14,7 @@ And like this on your Android device:
14
15 You will need:
16
17 -1. Sign up and log in to [pushbullet.com](pushbullet.com)
17 +1. Sign up and log in to [pushbullet.com](https://www.pushbullet.com/)
18 2. Create a new access token in your [account settings](https://www.pushbullet.com/#settings/account).
19 3. Fill in the `PUSHBULLET_ACCESS_TOKEN` with the newly generated access token.
20 4. Add the recipient emails or channel tags (each channel tag must be prefixed with #, e.g. #channeltag) to `DEFAULT_RECIPIENT_PUSHBULLET`.
packaging/installer/methods/kickstart.md
+1 -1
@@ -11,7 +11,7 @@ custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/instal
11 This page covers detailed instructions on using and configuring the automatic one-line installation script named
12 `kickstart.sh`.
13
14 -The kickstart script works on all Linux distributions and macOS environments. By default, automatic nightly updates are enabled. If you are installing on macOS, make sure to check the [install documentation for macOS](packaging/installer/methods/macos) before continuing.
14 +The kickstart script works on all Linux distributions and macOS environments. By default, automatic nightly updates are enabled. If you are installing on macOS, make sure to check the [install documentation for macOS](packaging/installer/methods/macos.md) before continuing.
15
16 > If you are unsure whether you want nightly or stable releases, read the [installation guide](/packaging/installer/README.md#nightly-vs-stable-releases).
17 > If you want to turn off [automatic updates](/packaging/installer/README.md#automatic-updates), use the `--no-updates` option. You can find more installation options below.
packaging/installer/methods/manual.md
+1 -2
@@ -220,8 +220,7 @@ cd netdata
220
221 ### Connect node to Netdata Cloud during installation
222
223 -Unlike the [`kickstart.sh`](/packaging/installer/methods/kickstart.md) or
224 -[`kickstart-static64.sh`](/packaging/installer/methods/kickstart-64.md) methods, the `netdata-installer.sh` script does
223 +Unlike the [`kickstart.sh`](/packaging/installer/methods/kickstart.md), the `netdata-installer.sh` script does
224 not allow you to automatically [connect](/claim/README.md) your node to Netdata Cloud immediately after installation.
225
226 See the [connect to cloud](/claim/README.md) doc for details on connecting a node with a manual installation of Netdata.
packaging/installer/methods/synology.md
+1 -1
@@ -13,7 +13,7 @@ issue](https://github.com/SynoCommunity/spksrc/issues/2758), still open as of 20
13 Chroot package is not suitable for DSM versions greater than version 5 and may corrupt system libraries and render the
14 NAS unable to boot.
15
16 -The good news is that the [64-bit static installer](kickstart-64.md) works fine if your NAS is one that uses the amd64 architecture. It
16 +The good news is that our [one-line installation script](kickstart.md) works fine if your NAS is one that uses the amd64 architecture. It
17 will install the content into `/opt/netdata`, making future removal safe and simple.
18
19 ## Run as netdata user