@cryptotaxi247 / netdata-1 / commits / d7a1068ef

Remove links to old install doc (#11014)

* Remove links to old install doc * Fix import * Fix Docker link * Fix links * Fix Docker link again

Joel Hans committed Apr 26, 2021 at 09:47 UTC d7a1068efe3f28015f658e86d8cee73a250f335a
13 files changed +25 -29
claim/README.md
+1 -1
@@ -209,7 +209,7 @@ Netdata to `/opt/netdata`, use `/opt/netdata/bin/netdata-claim.sh` to run the cl
209
210 If you are using an unsupported package, such as a third-party `.deb`/`.rpm` package provided by your distribution,
211 please remove that package and reinstall using our [recommended kickstart
212 -script](/docs/get/README.md#install-the-netdata-agent).
212 +script](/docs/get-started.mdx#install-on-linux-with-one-line-installer-recommended).
213
214 #### Claiming on older distributions (Ubuntu 14.04, Debian 8, CentOS 6)
215
docs/collect/application-metrics.md
+2 -2
@@ -47,10 +47,10 @@ application metrics collectors, including those for containers/k8s clusters.
47 ## Collect metrics from applications running on Windows
48
49 Netdata is fully capable of collecting and visualizing metrics from applications running on Windows systems. The only
50 -caveat is that you must [install the Agent](/docs/get/README.md) on a separate system or a compatible VM because there
50 +caveat is that you must [install Netdata](/docs/get-started.mdx) on a separate system or a compatible VM because there
51 is no native Windows version of the Netdata Agent.
52
53 -Once you have the Agent running on that separate system, you can follow the [enable and configure
53 +Once you have Netdata running on that separate system, you can follow the [enable and configure
54 doc](/docs/collect/enable-configure.md) to tell the collector to look for exposed metrics on the Windows system's IP
55 address or hostname, plus the applicable port.
56
docs/collect/how-collectors-work.md
+1 -1
@@ -10,7 +10,7 @@ When Netdata starts, and with zero configuration, it auto-detects thousands of d
10 per-second metrics.
11
12 Netdata can immediately collect metrics from these endpoints thanks to 300+ **collectors**, which all come pre-installed
13 -when you [install the Netdata Agent](/docs/get/README.md#install-the-netdata-agent).
13 +when you [install Netdata](/docs/get-started.mdx).
14
15 Every collector has two primary jobs:
16
docs/guides/monitor/anomaly-detection.md
+1 -1
@@ -35,7 +35,7 @@ server](https://user-images.githubusercontent.com/1153921/103586700-da5b0a00-4ea
35
36 ## Prerequisites
37
38 -- A node running the Netdata Agent. If you don't yet have that, [get Netdata](/docs/get/README.md).
38 +- A node running the Netdata Agent. If you don't yet have that, [get Netdata](/docs/get-started.mdx).
39 - A Netdata Cloud account. [Sign up](https://app.netdata.cloud) if you don't have one already.
40 - Familiarity with configuring the Netdata Agent with [`edit-config`](/docs/configure/nodes.md).
41 - _Optional_: An Nginx web server running on the same node to follow the example configuration steps.
docs/guides/monitor/lamp-stack.md
+4 -5
@@ -56,8 +56,8 @@ To follow this tutorial, you need:
56
57 ## Install the Netdata Agent
58
59 -If you don't have the free, open-source [Netdata Agent](/docs/get/README.md) installed on your node yet, get started
60 -with a [single kickstart command](/packaging/installer/methods/kickstart.md):
59 +If you don't have the free, open-source Netdata monitoring agent installed on your node yet, get started with a [single
60 +kickstart command](/docs/get-started.mdx):
61
62 ```bash
63 bash <(curl -Ss https://my-netdata.io/kickstart.sh)
@@ -167,8 +167,7 @@ If the Netdata Agent isn't already open in your browser, open a new tab and navi
167
168 > If you [signed up](https://app.netdata.cloud/sign-up?cloudRoute=/spaces) for Netdata Cloud earlier, you can also view
169 > the exact same LAMP stack metrics there, plus additional features, like drag-and-drop custom dashboards. Be sure to
170 -> [claim your node](/docs/get/README.md#claim-your-node-to-netdata-cloud) to start streaming metrics to your browser
171 -> through Netdata Cloud.
170 +> [claim your node](/claim/README.md) to start streaming metrics to your browser through Netdata Cloud.
171
172 Netdata automatically organizes all metrics and charts onto a single page for easy navigation. Peek at gauges to see
173 overall system performance, then scroll down to see more. Click-and-drag with your mouse to pan _all_ charts back and
@@ -240,7 +239,7 @@ source of issues faster with [Metric Correlations](https://learn.netdata.cloud/d
239
240 ### Related reference documentation
241
243 -- [Netdata Agent · Get Netdata](/docs/get/README.md)
242 +- [Netdata Agent · Get started](/docs/get-started.mdx)
243 - [Netdata Agent · Apache data collector](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/apache)
244 - [Netdata Agent · Web log collector](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/weblog)
245 - [Netdata Agent · MySQL data collector](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/mysql)
docs/guides/monitor/process.md
+2 -2
@@ -34,8 +34,8 @@ With Netdata's process monitoring, you can:
34
35 ## Prerequisites
36
37 -- One or more Linux nodes running the [Netdata Agent](/docs/get/README.md). If you need more time to understand
38 - Netdata before following this guide, see the [infrastructure](/docs/quickstart/infrastructure.md) or
37 +- One or more Linux nodes running [Netdata](/docs/get-started.mdx). If you need more time to understand Netdata before
38 + following this guide, see the [infrastructure](/docs/quickstart/infrastructure.md) or
39 [single-node](/docs/quickstart/single-node.md) monitoring quickstarts.
40 - A general understanding of how to [configure the Netdata Agent](/docs/configure/nodes.md) using `edit-config`.
41 - A Netdata Cloud account. [Sign up](https://app.netdata.cloud) if you don't have one already.
docs/guides/monitor/raspberry-pi-anomaly-detection.md
+3 -3
@@ -24,8 +24,8 @@ Read on to learn all the steps and enable unsupervised anomaly detection on your
24 ## What you need to get started
25
26 - A Raspberry Pi running Raspbian, which we'll call a _node_.
27 -- The [open-source Netdata Agent](https://github.com/netdata/netdata). If you don't have it installed on your node yet,
28 - [get it now](/docs/get/README.md).
27 +- The [open-source Netdata](https://github.com/netdata/netdata) monitoring agent. If you don't have it installed on your
28 + node yet, [get started now](/docs/get-started.mdx).
29
30 ## Install dependencies
31
@@ -121,7 +121,7 @@ feedback on our [community forum](https://community.netdata.cloud/t/anomalies-co
121
122 ### Related reference documentation
123
124 -- [Netdata Agent · Get Netdata](/docs/get/README.md)
124 +- [Netdata Agent · Get Netdata](/docs/get-started.mdx)
125 - [Netdata Agent · Anomalies collector](/collectors/python.d.plugin/anomalies/README.md)
126
127 [![analytics](https://www.google-analytics.com/collect?v=1&aip=1&t=pageview&_s=1&ds=github&dr=https%3A%2F%2Fgithub.com%2Fnetdata%2Fnetdata&dl=https%3A%2F%2Fmy-netdata.io%2Fgithub%2Fdocs%2Fguides%2Fmonitor%2Fraspberry-pi-anomaly-detection&_u=MAC~&cid=5792dfd7-8dc4-476b-af31-da2fdb9f93d2&tid=UA-64295674-3)](<>)
docs/guides/python-collector.md
+1 -1
@@ -29,7 +29,7 @@ covered here, or use the included examples for collecting and organizing eithre
29 ## What you need to get started
30
31 - A physical or virtual Linux system, which we'll call a _node_.
32 -- A working installation of the free, open-source [Netdata Agent](/docs/get/README.md).
32 +- A working installation of the free and open-source [Netdata](/docs/get-started.mdx) monitoring agent.
33
34 ## Jobs and elements of a Python collector
35
docs/overview/netdata-monitoring-stack.md
+1 -1
@@ -57,6 +57,6 @@ charts, or use Netdata's health watchdog to send notifications whenever an anoma
57 ## What's next?
58
59 Whether you're using Netdata standalone or as part of a larger monitoring stack, the next step is the same: [**Get
60 -Netdata**](/docs/get/README.md).
60 +Netdata**](/docs/get-started.mdx).
61
62 [![analytics](https://www.google-analytics.com/collect?v=1&aip=1&t=pageview&_s=1&ds=github&dr=https%3A%2F%2Fgithub.com%2Fnetdata%2Fnetdata&dl=https%3A%2F%2Fmy-netdata.io%2Fgithub%2Fdocs%2Foverview%2Fnetdata-monitoring-stacka&_u=MAC~&cid=5792dfd7-8dc4-476b-af31-da2fdb9f93d2&tid=UA-64295674-3)](<>)
docs/overview/what-is-netdata.md
+3 -3
@@ -18,9 +18,9 @@ Netdata's distributed monitoring Agent collects thousands of metrics from system
18 configuration. It runs permanently on all your physical/virtual servers, containers, cloud deployments, and edge/IoT
19 devices.
20
21 -You can [install](/docs/get/README.md#install-the-netdata-agent) Netdata on most Linux distributions (Ubuntu, Debian,
22 -CentOS, and more), container/microservice platforms (Kubernetes clusters, Docker), and many other operating systems
23 -(FreeBSD, macOS), with no `sudo` required.
21 +You can [install](/docs/get-started.mdx) Netdata on most Linux distributions (Ubuntu, Debian, CentOS, and more),
22 +container/microservice platforms (Kubernetes clusters, Docker), and many other operating systems (FreeBSD, macOS), with
23 +no `sudo` required.
24
25 ![The Netdata
26 Agent](https://user-images.githubusercontent.com/1153921/94492596-72a86b00-019f-11eb-91ab-224e6ac9ea21.png)
docs/quickstart/infrastructure.md
+3 -2
@@ -26,8 +26,9 @@ composite charts, and alarm viewing. You'll then learn about the most critical w
26 your nodes to maximize the value you get from Netdata.
27
28 This quickstart assumes you've installed the Netdata Agent on more than one node in your infrastructure, and claimed
29 -those nodes to your Space in Netdata Cloud. If you haven't yet, see the [_Get Netdata_ doc](/docs/get/README.md) for
30 -details on signing up for Netdata Cloud, installation, and claiming.
29 +those nodes to your Space in Netdata Cloud. If you haven't yet, see the [Netdata
30 +Cloud](https://learn.netdata.cloud/docs/cloud) docs for details on signing up for Netdata Cloud, installation, and
31 +claiming.
32
33 > If you want to monitor a Kubernetes cluster with Netdata, see our [k8s installation
34 > doc](/packaging/installer/methods/kubernetes.md) for setup details, and then read our guide, [_Monitor a Kubernetes
docs/quickstart/single-node.md
-4
@@ -14,10 +14,6 @@ In this quickstart guide, you'll learn how to access your single node's metrics
14 to your liking, and make sure the Netdata Agent is collecting metrics from the applications or containers you're running
15 on your node.
16
17 -> This quickstart assumes you have installed the Netdata Agent on your node. If you haven't yet, see the [_Get Netdata_
18 -> doc](/docs/get/README.md) for details on installation. In addition, this quickstart mentions features available only
19 -> through Netdata Cloud, which requires you to [claim your node](/docs/get/README.md#claim-your-node-on-netdata-cloud).
20 -
17 ## See your node's metrics
18
19 To see your node's real-time metrics, you need to access its dashboard. You can either view the local dashboard, which
packaging/installer/README.md
+3 -3
@@ -3,7 +3,7 @@ title: "Installation guide"
3 custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/README.md
4 -->
5
6 -import { Install, InstallBox } from '../src/components/Install/'
6 +import { Install, InstallBox } from '../../../src/components/Install/'
7
8 # Installation guide
9
@@ -74,11 +74,11 @@ operating systems.
74
75 <Install>
76 <InstallBox
77 - to="#install-on-linux-with-one-line-installer-recommended"
77 + to="/docs/agent/packaging/installer/methods/kickstart"
78 os="General Linux with one-line installer (recommended)"
79 svg="linux" />
80 <InstallBox
81 - to="#run-netdata-with-docker"
81 + to="/docs/agent/packaging/docker"
82 os="Run with Docker"
83 svg="docker" />
84 <InstallBox