@cryptotaxi247 / netdata-1 / commits / e074c3a8a

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

* Point users to proper configure doc * Remove extra text

Joel Hans committed Nov 19, 2020 at 06:03 UTC e074c3a8aeeba868c5adcd0e06ff6f1866de0b5f
72 files changed +146 -152
collectors/QUICKSTART.md
+2 -3
@@ -83,9 +83,8 @@ auto-detect almost all local Nginx web servers.
83 Despite Netdata's auto-detection capabilities, it's important to know how to edit collector configuration files.
84
85 You should always edit configuration files with the `edit-config` script that comes with every installation of Netdata.
86 -To edit a collector configuration file, navigate to your [Netdata configuration
87 -directory](/docs/guides/step-by-step/step-04.md#find-your-netdataconf-file). Launch `edit-config` with the path to the
88 -collector's configuration file.
86 +To edit a collector configuration file, navigate to your [Netdata configuration directory](/docs/configure/nodes.md).
87 +Launch `edit-config` with the path to the collector's configuration file.
88
89 How do you find that path to the collector's configuration file? Look under the **Configuration** heading in the
90 collector's documentation. Each file contains a short code block with the relevant command.
collectors/charts.d.plugin/ap/README.md
+2 -2
@@ -82,8 +82,8 @@ Station 40:b8:37:5a:ed:5e (on wlan0)
82
83 ## Configuration
84
85 -Edit the `charts.d/ap.conf` configuration file using `edit-config` from the your agent's [config
86 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
85 +Edit the `charts.d/ap.conf` configuration file using `edit-config` from the Netdata [config
86 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
87
88 ```bash
89 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/charts.d.plugin/apcupsd/README.md
+2 -2
@@ -10,8 +10,8 @@ Monitors different APC UPS models and retrieves status information using `apcacc
10
11 ## Configuration
12
13 -Edit the `charts.d/apcupsd.conf` configuration file using `edit-config` from the your agent's [config
14 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
13 +Edit the `charts.d/apcupsd.conf` configuration file using `edit-config` from the Netdata [config
14 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
15
16 ```bash
17 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/charts.d.plugin/libreswan/README.md
+2 -2
@@ -21,8 +21,8 @@ The following charts are created, **per tunnel**:
21
22 ## Configuration
23
24 -Edit the `charts.d/libreswan.conf` configuration file using `edit-config` from the your agent's [config
25 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
24 +Edit the `charts.d/libreswan.conf` configuration file using `edit-config` from the Netdata [config
25 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
26
27 ```bash
28 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/charts.d.plugin/nut/README.md
+2 -2
@@ -50,8 +50,8 @@ The following charts will be created:
50
51 ## Configuration
52
53 -Edit the `charts.d/nut.conf` configuration file using `edit-config` from the your agent's [config
54 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
53 +Edit the `charts.d/nut.conf` configuration file using `edit-config` from the Netdata [config
54 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
55
56 ```bash
57 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/charts.d.plugin/opensips/README.md
+2 -2
@@ -8,8 +8,8 @@ sidebar_label: "OpenSIPS"
8
9 ## Configuration
10
11 -Edit the `charts.d/opensips.conf` configuration file using `edit-config` from the your agent's [config
12 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
11 +Edit the `charts.d/opensips.conf` configuration file using `edit-config` from the Netdata [config
12 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
13
14 ```bash
15 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/charts.d.plugin/sensors/README.md
+2 -2
@@ -31,8 +31,8 @@ One chart for every sensor chip found and each of the above will be created.
31
32 ## Configuration
33
34 -Edit the `charts.d/sensors.conf` configuration file using `edit-config` from the your agent's [config
35 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
34 +Edit the `charts.d/sensors.conf` configuration file using `edit-config` from the Netdata [config
35 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
36
37 ```bash
38 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/adaptec_raid/README.md
+2 -2
@@ -43,8 +43,8 @@ It produces:
43 adaptec_raid: yes
44 ```
45
46 -Edit the `python.d/adaptec_raid.conf` configuration file using `edit-config` from the your agent's [config
47 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
46 +Edit the `python.d/adaptec_raid.conf` configuration file using `edit-config` from the Netdata [config
47 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
48
49 ```bash
50 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/am2320/README.md
+2 -2
@@ -20,8 +20,8 @@ It produces the following charts:
20
21 ## Configuration
22
23 -Edit the `python.d/am2320.conf` configuration file using `edit-config` from the your agent's [config
24 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
23 +Edit the `python.d/am2320.conf` configuration file using `edit-config` from the Netdata [config
24 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
25
26 ```bash
27 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/apache/README.md
+2 -2
@@ -51,8 +51,8 @@ It produces the following charts:
51
52 ## Configuration
53
54 -Edit the `python.d/apache.conf` configuration file using `edit-config` from the your agent's [config
55 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
54 +Edit the `python.d/apache.conf` configuration file using `edit-config` from the Netdata [config
55 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
56
57 ```bash
58 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/beanstalk/README.md
+2 -2
@@ -111,8 +111,8 @@ Provides server and tube-level statistics.
111
112 ## Configuration
113
114 -Edit the `python.d/beanstalk.conf` configuration file using `edit-config` from the your agent's [config
115 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
114 +Edit the `python.d/beanstalk.conf` configuration file using `edit-config` from the Netdata [config
115 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
116
117 ```bash
118 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/bind_rndc/README.md
+2 -2
@@ -57,8 +57,8 @@ It produces:
57
58 ## Configuration
59
60 -Edit the `python.d/bind_rndc.conf` configuration file using `edit-config` from the your agent's [config
61 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
60 +Edit the `python.d/bind_rndc.conf` configuration file using `edit-config` from the Netdata [config
61 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
62
63 ```bash
64 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/boinc/README.md
+2 -2
@@ -12,8 +12,8 @@ It provides charts tracking the total number of tasks and active tasks, as well
12
13 ## Configuration
14
15 -Edit the `python.d/boinc.conf` configuration file using `edit-config` from the your agent's [config
16 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
15 +Edit the `python.d/boinc.conf` configuration file using `edit-config` from the Netdata [config
16 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
17
18 ```bash
19 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/ceph/README.md
+2 -2
@@ -27,8 +27,8 @@ Monitors the ceph cluster usage and consumption data of a server, and produces:
27
28 ## Configuration
29
30 -Edit the `python.d/ceph.conf` configuration file using `edit-config` from the your agent's [config
31 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
30 +Edit the `python.d/ceph.conf` configuration file using `edit-config` from the Netdata [config
31 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
32
33 ```bash
34 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/chrony/README.md
+2 -2
@@ -22,8 +22,8 @@ Verify that user Netdata can execute `chronyc tracking`. If necessary, update `/
22
23 ## Configuration
24
25 -Edit the `python.d/chrony.conf` configuration file using `edit-config` from the your agent's [config
26 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
25 +Edit the `python.d/chrony.conf` configuration file using `edit-config` from the Netdata [config
26 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
27
28 ```bash
29 cd /etc/netdata # Replace this path with your Netdata config directory, if different, if different
collectors/python.d.plugin/couchdb/README.md
+2 -2
@@ -19,8 +19,8 @@ Monitors vital statistics of a local Apache CouchDB 2.x server, including:
19
20 ## Configuration
21
22 -Edit the `python.d/couchdb.conf` configuration file using `edit-config` from the your agent's [config
23 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
22 +Edit the `python.d/couchdb.conf` configuration file using `edit-config` from the Netdata [config
23 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
24
25 ```bash
26 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/dns_query_time/README.md
+2 -2
@@ -16,8 +16,8 @@ It produces one aggregate chart or one chart per DNS server, showing the query t
16
17 ## Configuration
18
19 -Edit the `python.d/dns_query_time.conf` configuration file using `edit-config` from the your agent's [config
20 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
19 +Edit the `python.d/dns_query_time.conf` configuration file using `edit-config` from the Netdata [config
20 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
21
22 ```bash
23 cd /etc/netdata # Replace this path with your Netdata config directory, if different, if different
collectors/python.d.plugin/dnsdist/README.md
+2 -2
@@ -51,8 +51,8 @@ Collects load-balancer performance and health metrics, and draws the following c
51
52 ## Configuration
53
54 -Edit the `python.d/dnsdist.conf` configuration file using `edit-config` from the your agent's [config
55 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
54 +Edit the `python.d/dnsdist.conf` configuration file using `edit-config` from the Netdata [config
55 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
56
57 ```bash
58 cd /etc/netdata # Replace this path with your Netdata config directory, if different, if different
collectors/python.d.plugin/dockerd/README.md
+2 -2
@@ -28,8 +28,8 @@ Following charts are drawn:
28
29 ## Configuration
30
31 -Edit the `python.d/dockerd.conf` configuration file using `edit-config` from the your agent's [config
32 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
31 +Edit the `python.d/dockerd.conf` configuration file using `edit-config` from the Netdata [config
32 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
33
34 ```bash
35 cd /etc/netdata # Replace this path with your Netdata config directory, if different, if different
collectors/python.d.plugin/dovecot/README.md
+2 -2
@@ -77,8 +77,8 @@ Module gives information with following charts:
77
78 ## Configuration
79
80 -Edit the `python.d/dovecot.conf` configuration file using `edit-config` from the your agent's [config
81 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
80 +Edit the `python.d/dovecot.conf` configuration file using `edit-config` from the Netdata [config
81 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
82
83 ```bash
84 cd /etc/netdata # Replace this path with your Netdata config directory, if different, if different
collectors/python.d.plugin/elasticsearch/README.md
+2 -2
@@ -66,8 +66,8 @@ It produces:
66
67 ## Configuration
68
69 -Edit the `python.d/elasticsearch.conf` configuration file using `edit-config` from the your agent's [config
70 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
69 +Edit the `python.d/elasticsearch.conf` configuration file using `edit-config` from the Netdata [config
70 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
71
72 ```bash
73 cd /etc/netdata # Replace this path with your Netdata config directory, if different, if different
collectors/python.d.plugin/energid/README.md
+2 -2
@@ -48,8 +48,8 @@ long daemon startup.
48
49 ## Configuration
50
51 -Edit the `python.d/energid.conf` configuration file using `edit-config` from the your agent's [config
52 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
51 +Edit the `python.d/energid.conf` configuration file using `edit-config` from the Netdata [config
52 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
53
54 ```bash
55 cd /etc/netdata # Replace this path with your Netdata config directory, if different, if different
collectors/python.d.plugin/fail2ban/README.md
+2 -2
@@ -16,8 +16,8 @@ It produces one chart with multiple lines (one line per jail)
16
17 ## Configuration
18
19 -Edit the `python.d/fail2ban.conf` configuration file using `edit-config` from the your agent's [config
20 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
19 +Edit the `python.d/fail2ban.conf` configuration file using `edit-config` from the Netdata [config
20 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
21
22 ```bash
23 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/freeradius/README.md
+2 -2
@@ -52,8 +52,8 @@ It produces:
52
53 ## Configuration
54
55 -Edit the `python.d/freeradius.conf` configuration file using `edit-config` from the your agent's [config
56 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
55 +Edit the `python.d/freeradius.conf` configuration file using `edit-config` from the Netdata [config
56 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
57
58 ```bash
59 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/gearman/README.md
+2 -2
@@ -26,8 +26,8 @@ It produces:
26
27 ## Configuration
28
29 -Edit the `python.d/gearman.conf` configuration file using `edit-config` from the your agent's [config
30 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
29 +Edit the `python.d/gearman.conf` configuration file using `edit-config` from the Netdata [config
30 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
31
32 ```bash
33 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/go_expvar/README.md
+2 -2
@@ -254,8 +254,8 @@ the first defined key wins and all subsequent keys with the same name are ignore
254
255 ## Configuration
256
257 -Edit the `python.d/go_expvar.conf` configuration file using `edit-config` from the your agent's [config
258 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
257 +Edit the `python.d/go_expvar.conf` configuration file using `edit-config` from the Netdata [config
258 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
259
260 ```bash
261 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/haproxy/README.md
+2 -2
@@ -36,8 +36,8 @@ It produces:
36
37 ## Configuration
38
39 -Edit the `python.d/hapxory.conf` configuration file using `edit-config` from the your agent's [config
40 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
39 +Edit the `python.d/hapxory.conf` configuration file using `edit-config` from the Netdata [config
40 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
41
42 ```bash
43 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/hddtemp/README.md
+2 -2
@@ -15,8 +15,8 @@ It produces one chart **Temperature** with dynamic number of dimensions (one per
15
16 ## Configuration
17
18 -Edit the `python.d/hddtemp.conf` configuration file using `edit-config` from the your agent's [config
19 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
18 +Edit the `python.d/hddtemp.conf` configuration file using `edit-config` from the Netdata [config
19 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
20
21 ```bash
22 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/hpssa/README.md
+2 -2
@@ -38,8 +38,8 @@ This module produces:
38 hpssa: yes
39 ```
40
41 -Edit the `python.d/hpssa.conf` configuration file using `edit-config` from the your agent's [config
42 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
41 +Edit the `python.d/hpssa.conf` configuration file using `edit-config` from the Netdata [config
42 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
43
44 ```bash
45 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/httpcheck/README.md
+2 -2
@@ -25,8 +25,8 @@ Following charts are drawn per job:
25
26 ## Configuration
27
28 -Edit the `python.d/httpcheck.conf` configuration file using `edit-config` from the your agent's [config
29 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
28 +Edit the `python.d/httpcheck.conf` configuration file using `edit-config` from the Netdata [config
29 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
30
31 ```bash
32 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/icecast/README.md
+2 -2
@@ -20,8 +20,8 @@ It produces the following charts:
20
21 ## Configuration
22
23 -Edit the `python.d/icecast.conf` configuration file using `edit-config` from the your agent's [config
24 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
23 +Edit the `python.d/icecast.conf` configuration file using `edit-config` from the Netdata [config
24 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
25
26 ```bash
27 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/ipfs/README.md
+2 -2
@@ -19,8 +19,8 @@ It produces the following charts:
19
20 ## Configuration
21
22 -Edit the `python.d/ipfs.conf` configuration file using `edit-config` from the your agent's [config
23 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
22 +Edit the `python.d/ipfs.conf` configuration file using `edit-config` from the Netdata [config
23 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
24
25 ```bash
26 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/isc_dhcpd/README.md
+2 -2
@@ -30,8 +30,8 @@ It produces:
30
31 ## Configuration
32
33 -Edit the `python.d/isc_dhcpd.conf` configuration file using `edit-config` from the your agent's [config
34 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
33 +Edit the `python.d/isc_dhcpd.conf` configuration file using `edit-config` from the Netdata [config
34 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
35
36 ```bash
37 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/litespeed/README.md
+2 -2
@@ -52,8 +52,8 @@ It produces:
52
53 ## Configuration
54
55 -Edit the `python.d/litespeed.conf` configuration file using `edit-config` from the your agent's [config
56 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
55 +Edit the `python.d/litespeed.conf` configuration file using `edit-config` from the Netdata [config
56 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
57
58 ```bash
59 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/logind/README.md
+2 -2
@@ -41,8 +41,8 @@ specify it using the `command` key like so:
41 command: '/path/to/other/command'
42 ```
43
44 -Edit the `python.d/logind.conf` configuration file using `edit-config` from the your agent's [config
45 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
44 +Edit the `python.d/logind.conf` configuration file using `edit-config` from the Netdata [config
45 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
46
47 ```bash
48 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/megacli/README.md
+2 -2
@@ -48,8 +48,8 @@ It produces:
48 megacli: yes
49 ```
50
51 -Edit the `python.d/megacli.conf` configuration file using `edit-config` from the your agent's [config
52 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
51 +Edit the `python.d/megacli.conf` configuration file using `edit-config` from the Netdata [config
52 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
53
54 ```bash
55 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/memcached/README.md
+2 -2
@@ -75,8 +75,8 @@ Collects memory-caching system performance metrics. It reads server response to
75
76 ## Configuration
77
78 -Edit the `python.d/memcached.conf` configuration file using `edit-config` from the your agent's [config
79 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
78 +Edit the `python.d/memcached.conf` configuration file using `edit-config` from the Netdata [config
79 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
80
81 ```bash
82 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/mongodb/README.md
+2 -2
@@ -183,8 +183,8 @@ db.createUser({
183
184 ## Configuration
185
186 -Edit the `python.d/mongodb.conf` configuration file using `edit-config` from the your agent's [config
187 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
186 +Edit the `python.d/mongodb.conf` configuration file using `edit-config` from the Netdata [config
187 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
188
189 ```bash
190 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/monit/README.md
+2 -2
@@ -27,8 +27,8 @@ Monit monitoring module. Data is grabbed from stats XML interface (exists for a
27
28 ## Configuration
29
30 -Edit the `python.d/monit.conf` configuration file using `edit-config` from the your agent's [config
31 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
30 +Edit the `python.d/monit.conf` configuration file using `edit-config` from the Netdata [config
31 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
32
33 ```bash
34 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/mysql/README.md
+2 -2
@@ -336,8 +336,8 @@ This module will produce following charts (if data is available):
336
337 ## Configuration
338
339 -Edit the `python.d/mysql.conf` configuration file using `edit-config` from the your agent's [config
340 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
339 +Edit the `python.d/mysql.conf` configuration file using `edit-config` from the Netdata [config
340 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
341
342 ```bash
343 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/nginx/README.md
+2 -2
@@ -38,8 +38,8 @@ It produces following charts:
38
39 ## Configuration
40
41 -Edit the `python.d/nginx.conf` configuration file using `edit-config` from the your agent's [config
42 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
41 +Edit the `python.d/nginx.conf` configuration file using `edit-config` from the Netdata [config
42 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
43
44 ```bash
45 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/nginx_plus/README.md
+2 -2
@@ -141,8 +141,8 @@ For every cache:
141
142 ## Configuration
143
144 -Edit the `python.d/nginx_plus.conf` configuration file using `edit-config` from the your agent's [config
145 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
144 +Edit the `python.d/nginx_plus.conf` configuration file using `edit-config` from the Netdata [config
145 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
146
147 ```bash
148 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/ntpd/README.md
+2 -2
@@ -49,8 +49,8 @@ It produces:
49
50 ## Configuration
51
52 -Edit the `python.d/ntpd.conf` configuration file using `edit-config` from the your agent's [config
53 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
52 +Edit the `python.d/ntpd.conf` configuration file using `edit-config` from the Netdata [config
53 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
54
55 ```bash
56 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/nvidia_smi/README.md
+2 -2
@@ -39,8 +39,8 @@ It produces the following charts:
39
40 ## Configuration
41
42 -Edit the `python.d/nvidia_smi.conf` configuration file using `edit-config` from the your agent's [config
43 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
42 +Edit the `python.d/nvidia_smi.conf` configuration file using `edit-config` from the Netdata [config
43 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
44
45 ```bash
46 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/openldap/README.md
+2 -2
@@ -55,8 +55,8 @@ Statistics are taken from LDAP monitoring interface. Manual page, slapd-monitor(
55
56 ## Configuration
57
58 -Edit the `python.d/openldap.conf` configuration file using `edit-config` from the your agent's [config
59 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
58 +Edit the `python.d/openldap.conf` configuration file using `edit-config` from the Netdata [config
59 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
60
61 ```bash
62 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/oracledb/README.md
+2 -2
@@ -70,8 +70,8 @@ GRANT SELECT_CATALOG_ROLE TO netdata;
70
71 ## Configuration
72
73 -Edit the `python.d/oracledb.conf` configuration file using `edit-config` from the your agent's [config
74 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
73 +Edit the `python.d/oracledb.conf` configuration file using `edit-config` from the Netdata [config
74 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
75
76 ```bash
77 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/ovpn_status_log/README.md
+2 -2
@@ -30,8 +30,8 @@ It produces:
30
31 ## Configuration
32
33 -Edit the `python.d/ovpn_status_log.conf` configuration file using `edit-config` from the your agent's [config
34 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
33 +Edit the `python.d/ovpn_status_log.conf` configuration file using `edit-config` from the Netdata [config
34 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
35
36 ```bash
37 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/phpfpm/README.md
+2 -2
@@ -26,8 +26,8 @@ It produces following charts:
26
27 ## Configuration
28
29 -Edit the `python.d/phpfpm.conf` configuration file using `edit-config` from the your agent's [config
30 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
29 +Edit the `python.d/phpfpm.conf` configuration file using `edit-config` from the Netdata [config
30 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
31
32 ```bash
33 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/portcheck/README.md
+2 -2
@@ -24,8 +24,8 @@ Following charts are drawn per host:
24
25 ## Configuration
26
27 -Edit the `python.d/portcheck.conf` configuration file using `edit-config` from the your agent's [config
28 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
27 +Edit the `python.d/portcheck.conf` configuration file using `edit-config` from the Netdata [config
28 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
29
30 ```bash
31 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/postgres/README.md
+2 -2
@@ -70,8 +70,8 @@ Following charts are drawn:
70
71 ## Configuration
72
73 -Edit the `python.d/postgres.conf` configuration file using `edit-config` from the your agent's [config
74 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
73 +Edit the `python.d/postgres.conf` configuration file using `edit-config` from the Netdata [config
74 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
75
76 ```bash
77 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/powerdns/README.md
+2 -2
@@ -83,8 +83,8 @@ Powerdns charts:
83
84 ## Configuration
85
86 -Edit the `python.d/powerdns.conf` configuration file using `edit-config` from the your agent's [config
87 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
86 +Edit the `python.d/powerdns.conf` configuration file using `edit-config` from the Netdata [config
87 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
88
89 ```bash
90 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/proxysql/README.md
+2 -2
@@ -82,8 +82,8 @@ It produces:
82
83 ## Configuration
84
85 -Edit the `python.d/proxysql.conf` configuration file using `edit-config` from the your agent's [config
86 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
85 +Edit the `python.d/proxysql.conf` configuration file using `edit-config` from the Netdata [config
86 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
87
88 ```bash
89 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/puppet/README.md
+2 -2
@@ -32,8 +32,8 @@ Following charts are drawn:
32
33 ## Configuration
34
35 -Edit the `python.d/puppet.conf` configuration file using `edit-config` from the your agent's [config
36 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
35 +Edit the `python.d/puppet.conf` configuration file using `edit-config` from the Netdata [config
36 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
37
38 ```bash
39 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/rabbitmq/README.md
+2 -2
@@ -92,8 +92,8 @@ Per Vhost charts:
92
93 ## Configuration
94
95 -Edit the `python.d/rabbitmq.conf` configuration file using `edit-config` from the your agent's [config
96 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
95 +Edit the `python.d/rabbitmq.conf` configuration file using `edit-config` from the Netdata [config
96 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
97
98 ```bash
99 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/redis/README.md
+2 -2
@@ -38,8 +38,8 @@ Following charts are drawn:
38
39 ## Configuration
40
41 -Edit the `python.d/redis.conf` configuration file using `edit-config` from the your agent's [config
42 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
41 +Edit the `python.d/redis.conf` configuration file using `edit-config` from the Netdata [config
42 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
43
44 ```bash
45 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/rethinkdbs/README.md
+2 -2
@@ -29,8 +29,8 @@ Following charts are drawn:
29
30 ## Configuration
31
32 -Edit the `python.d/rethinkdbs.conf` configuration file using `edit-config` from the your agent's [config
33 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
32 +Edit the `python.d/rethinkdbs.conf` configuration file using `edit-config` from the Netdata [config
33 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
34
35 ```bash
36 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/retroshare/README.md
+2 -2
@@ -21,8 +21,8 @@ This module produces the following charts:
21
22 ## Configuration
23
24 -Edit the `python.d/retroshare.conf` configuration file using `edit-config` from the your agent's [config
25 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
24 +Edit the `python.d/retroshare.conf` configuration file using `edit-config` from the Netdata [config
25 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
26
27 ```bash
28 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/riakkv/README.md
+2 -2
@@ -102,8 +102,8 @@ listed
102
103 ## Configuration
104
105 -Edit the `python.d/riakkv.conf` configuration file using `edit-config` from the your agent's [config
106 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
105 +Edit the `python.d/riakkv.conf` configuration file using `edit-config` from the Netdata [config
106 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
107
108 ```bash
109 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/samba/README.md
+2 -2
@@ -81,8 +81,8 @@ netdata ALL=(root) NOPASSWD: /path/to/smbstatus
81 samba: yes
82 ```
83
84 -Edit the `python.d/samba.conf` configuration file using `edit-config` from the your agent's [config
85 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
84 +Edit the `python.d/samba.conf` configuration file using `edit-config` from the Netdata [config
85 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
86
87 ```bash
88 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/sensors/README.md
+2 -2
@@ -12,8 +12,8 @@ Charts are created dynamically.
12
13 ## Configuration
14
15 -Edit the `python.d/sensors.conf` configuration file using `edit-config` from the your agent's [config
16 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
15 +Edit the `python.d/sensors.conf` configuration file using `edit-config` from the Netdata [config
16 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
17
18 ```bash
19 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/smartd_log/README.md
+2 -2
@@ -105,8 +105,8 @@ Otherwise, all the smartd `.csv` files may get written to `/var/lib/smartmontool
105
106 ## Configuration
107
108 -Edit the `python.d/smartd_log.conf` configuration file using `edit-config` from the your agent's [config
109 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
108 +Edit the `python.d/smartd_log.conf` configuration file using `edit-config` from the Netdata [config
109 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
110
111 ```bash
112 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/spigotmc/README.md
+2 -2
@@ -17,8 +17,8 @@ the data returned by the `tps` or `list` console commands.
17
18 ## Configuration
19
20 -Edit the `python.d/spigotmc.conf` configuration file using `edit-config` from the your agent's [config
21 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
20 +Edit the `python.d/spigotmc.conf` configuration file using `edit-config` from the Netdata [config
21 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
22
23 ```bash
24 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/springboot/README.md
+2 -2
@@ -100,8 +100,8 @@ Please refer [Spring Boot Actuator: Production-ready Features](https://docs.spri
100
101 ## Usage
102
103 -Edit the `python.d/springboot.conf` configuration file using `edit-config` from the your agent's [config
104 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
103 +Edit the `python.d/springboot.conf` configuration file using `edit-config` from the Netdata [config
104 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
105
106 ```bash
107 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/squid/README.md
+2 -2
@@ -34,8 +34,8 @@ It produces following charts:
34
35 ## Configuration
36
37 -Edit the `python.d/squid.conf` configuration file using `edit-config` from the your agent's [config
38 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
37 +Edit the `python.d/squid.conf` configuration file using `edit-config` from the Netdata [config
38 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
39
40 ```bash
41 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/tomcat/README.md
+2 -2
@@ -29,8 +29,8 @@ Charts:
29
30 ## Configuration
31
32 -Edit the `python.d/tomcat.conf` configuration file using `edit-config` from the your agent's [config
33 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
32 +Edit the `python.d/tomcat.conf` configuration file using `edit-config` from the Netdata [config
33 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
34
35 ```bash
36 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/tor/README.md
+2 -2
@@ -22,8 +22,8 @@ It produces only one chart:
22
23 ## Configuration
24
25 -Edit the `python.d/tor.conf` configuration file using `edit-config` from the your agent's [config
26 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
25 +Edit the `python.d/tor.conf` configuration file using `edit-config` from the Netdata [config
26 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
27
28 ```bash
29 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/traefik/README.md
+2 -2
@@ -47,8 +47,8 @@ It produces:
47
48 ## Configuration
49
50 -Edit the `python.d/traefik.conf` configuration file using `edit-config` from the your agent's [config
51 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
50 +Edit the `python.d/traefik.conf` configuration file using `edit-config` from the Netdata [config
51 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
52
53 ```bash
54 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/uwsgi/README.md
+2 -2
@@ -28,8 +28,8 @@ Following charts are drawn:
28
29 ## Configuration
30
31 -Edit the `python.d/uwsgi.conf` configuration file using `edit-config` from the your agent's [config
32 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
31 +Edit the `python.d/uwsgi.conf` configuration file using `edit-config` from the Netdata [config
32 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
33
34 ```bash
35 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/varnish/README.md
+2 -2
@@ -42,8 +42,8 @@ For every disk (SMF):
42
43 ## Configuration
44
45 -Edit the `python.d/varnish.conf` configuration file using `edit-config` from the your agent's [config
46 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
45 +Edit the `python.d/varnish.conf` configuration file using `edit-config` from the Netdata [config
46 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
47
48 ```bash
49 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/w1sensor/README.md
+2 -2
@@ -15,8 +15,8 @@ Charts are created dynamically based on the number of detected sensors.
15
16 ## Configuration
17
18 -Edit the `python.d/w1sensor.conf` configuration file using `edit-config` from the your agent's [config
19 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
18 +Edit the `python.d/w1sensor.conf` configuration file using `edit-config` from the Netdata [config
19 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
20
21 ```bash
22 cd /etc/netdata # Replace this path with your Netdata config directory, if different
collectors/python.d.plugin/web_log/README.md
+2 -2
@@ -35,8 +35,8 @@ If Netdata is installed on a system running a web server, it will detect it and
35
36 ## Configuration
37
38 -Edit the `python.d/web_log.conf` configuration file using `edit-config` from the your agent's [config
39 -directory](/docs/step-by-step/step-04.md#find-your-netdataconf-file), which is typically at `/etc/netdata`.
38 +Edit the `python.d/web_log.conf` configuration file using `edit-config` from the Netdata [config
39 +directory](/docs/configure/nodes.md), which is typically at `/etc/netdata`.
40
41 ```bash
42 cd /etc/netdata # Replace this path with your Netdata config directory, if different
health/QUICKSTART.md
+4 -9
@@ -13,10 +13,10 @@ To learn about more advanced health configurations, visit the [health reference
13
14 ## Edit health configuration files
15
16 -You should use `edit-config` to edit Netdata's health configuration files. `edit-config` will open your system's default
17 -terminal editor for you to make your changes. Once you've saved and closed the editor, `edit-config` will copy your
18 -edited file into `/etc/netdata/health.d/`, which will override the stock file in `/usr/lib/netdata/conf.d/health.d/` and
19 -ensure your customizations are persistent between updates.
16 +You should [use `edit-config`](/docs/configure/nodes.md) to edit Netdata's health configuration files. `edit-config`
17 +will open your system's default terminal editor for you to make your changes. Once you've saved and closed the editor,
18 +`edit-config` will copy your edited file into `/etc/netdata/health.d/`, which will override the stock file in
19 +`/usr/lib/netdata/conf.d/health.d/` and ensure your customizations are persistent between updates.
20
21 For example, to edit the `cpu.conf` health configuration file, you would run:
22
@@ -25,11 +25,6 @@ cd /etc/netdata/ # Replace with your Netdata configuration directory, if not /et
25 ./edit-config health.d/cpu.conf
26 ```
27
28 -> You may need to use `sudo` or another method of elevating your privileges: `sudo ./edit-config health.d/cpu.conf`.
29 ->
30 -> You can also use the `$EDITOR` environment variable to use your preferred terminal editor with `edit-config`. See
31 -> [this page](/docs/guides/step-by-step/step-04.md#use-edit-config-to-open-netdataconf) for details.
32 -
28 Each health configuration file contains one or more health entities, which always begin with an `alarm:` or `template:`
29 line. You can edit these entities based on your needs. To make any changes live, be sure to [reload your health
30 configuration](#reload-health-configuration).