Browse Source

Docs: Point users to proper configure doc (#10254)

* Point users to proper configure doc

* Remove extra text
Joel Hans 4 years ago
parent
commit
e074c3a8ae

+ 2 - 3
collectors/QUICKSTART.md

@@ -83,9 +83,8 @@ auto-detect almost all local Nginx web servers.
 Despite Netdata's auto-detection capabilities, it's important to know how to edit collector configuration files.
 
 You should always edit configuration files with the `edit-config` script that comes with every installation of Netdata.
-To edit a collector configuration file, navigate to your [Netdata configuration
-directory](/docs/guides/step-by-step/step-04.md#find-your-netdataconf-file). Launch `edit-config` with the path to the
-collector's configuration file.
+To edit a collector configuration file, navigate to your [Netdata configuration directory](/docs/configure/nodes.md).
+Launch `edit-config` with the path to the collector's configuration file.
 
 How do you find that path to the collector's configuration file? Look under the **Configuration** heading in the
 collector's documentation. Each file contains a short code block with the relevant command.

+ 2 - 2
collectors/charts.d.plugin/ap/README.md

@@ -82,8 +82,8 @@ Station 40:b8:37:5a:ed:5e (on wlan0)
 
 ## Configuration
 
-Edit the `charts.d/ap.conf` configuration file using `edit-config` from the your agent's [config
-directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
+Edit the `charts.d/ap.conf` configuration file using `edit-config` from the Netdata [config
+directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
 
 ```bash
 cd /etc/netdata   # Replace this path with your Netdata config directory, if different

+ 2 - 2
collectors/charts.d.plugin/apcupsd/README.md

@@ -10,8 +10,8 @@ Monitors different APC UPS models and retrieves status information using `apcacc
 
 ## Configuration
 
-Edit the `charts.d/apcupsd.conf` configuration file using `edit-config` from the your agent's [config
-directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
+Edit the `charts.d/apcupsd.conf` configuration file using `edit-config` from the Netdata [config
+directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
 
 ```bash
 cd /etc/netdata   # Replace this path with your Netdata config directory, if different

+ 2 - 2
collectors/charts.d.plugin/libreswan/README.md

@@ -21,8 +21,8 @@ The following charts are created, **per tunnel**:
 
 ## Configuration
 
-Edit the `charts.d/libreswan.conf` configuration file using `edit-config` from the your agent's [config
-directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
+Edit the `charts.d/libreswan.conf` configuration file using `edit-config` from the Netdata [config
+directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
 
 ```bash
 cd /etc/netdata   # Replace this path with your Netdata config directory, if different

+ 2 - 2
collectors/charts.d.plugin/nut/README.md

@@ -50,8 +50,8 @@ The following charts will be created:
 
 ## Configuration
 
-Edit the `charts.d/nut.conf` configuration file using `edit-config` from the your agent's [config
-directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
+Edit the `charts.d/nut.conf` configuration file using `edit-config` from the Netdata [config
+directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
 
 ```bash
 cd /etc/netdata   # Replace this path with your Netdata config directory, if different

+ 2 - 2
collectors/charts.d.plugin/opensips/README.md

@@ -8,8 +8,8 @@ sidebar_label: "OpenSIPS"
 
 ## Configuration
 
-Edit the `charts.d/opensips.conf` configuration file using `edit-config` from the your agent's [config
-directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
+Edit the `charts.d/opensips.conf` configuration file using `edit-config` from the Netdata [config
+directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
 
 ```bash
 cd /etc/netdata   # Replace this path with your Netdata config directory, if different

+ 2 - 2
collectors/charts.d.plugin/sensors/README.md

@@ -31,8 +31,8 @@ One chart for every sensor chip found and each of the above will be created.
 
 ## Configuration
 
-Edit the `charts.d/sensors.conf` configuration file using `edit-config` from the your agent's [config
-directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
+Edit the `charts.d/sensors.conf` configuration file using `edit-config` from the Netdata [config
+directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
 
 ```bash
 cd /etc/netdata   # Replace this path with your Netdata config directory, if different

+ 2 - 2
collectors/python.d.plugin/adaptec_raid/README.md

@@ -43,8 +43,8 @@ It produces:
 adaptec_raid: yes
 ```
 
-Edit the `python.d/adaptec_raid.conf` configuration file using `edit-config` from the your agent's [config
-directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
+Edit the `python.d/adaptec_raid.conf` configuration file using `edit-config` from the Netdata [config
+directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
 
 ```bash
 cd /etc/netdata   # Replace this path with your Netdata config directory, if different

+ 2 - 2
collectors/python.d.plugin/am2320/README.md

@@ -20,8 +20,8 @@ It produces the following charts:
 
 ## Configuration
 
-Edit the `python.d/am2320.conf` configuration file using `edit-config` from the your agent's [config
-directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
+Edit the `python.d/am2320.conf` configuration file using `edit-config` from the Netdata [config
+directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
 
 ```bash
 cd /etc/netdata   # Replace this path with your Netdata config directory, if different

+ 2 - 2
collectors/python.d.plugin/apache/README.md

@@ -51,8 +51,8 @@ It produces the following charts:
 
 ## Configuration
 
-Edit the `python.d/apache.conf` configuration file using `edit-config` from the your agent's [config
-directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
+Edit the `python.d/apache.conf` configuration file using `edit-config` from the Netdata [config
+directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
 
 ```bash
 cd /etc/netdata   # Replace this path with your Netdata config directory, if different

Some files were not shown because too many files changed in this diff