From e074c3a8aeeba868c5adcd0e06ff6f1866de0b5f Mon Sep 17 00:00:00 2001 From: Joel Hans Date: Thu, 19 Nov 2020 06:03:11 -0700 Subject: Docs: Point users to proper configure doc (#10254) * Point users to proper configure doc * Remove extra text --- collectors/python.d.plugin/adaptec_raid/README.md | 4 ++-- collectors/python.d.plugin/am2320/README.md | 4 ++-- collectors/python.d.plugin/apache/README.md | 4 ++-- collectors/python.d.plugin/beanstalk/README.md | 4 ++-- collectors/python.d.plugin/bind_rndc/README.md | 4 ++-- collectors/python.d.plugin/boinc/README.md | 4 ++-- collectors/python.d.plugin/ceph/README.md | 4 ++-- collectors/python.d.plugin/chrony/README.md | 4 ++-- collectors/python.d.plugin/couchdb/README.md | 4 ++-- collectors/python.d.plugin/dns_query_time/README.md | 4 ++-- collectors/python.d.plugin/dnsdist/README.md | 4 ++-- collectors/python.d.plugin/dockerd/README.md | 4 ++-- collectors/python.d.plugin/dovecot/README.md | 4 ++-- collectors/python.d.plugin/elasticsearch/README.md | 4 ++-- collectors/python.d.plugin/energid/README.md | 4 ++-- collectors/python.d.plugin/fail2ban/README.md | 4 ++-- collectors/python.d.plugin/freeradius/README.md | 4 ++-- collectors/python.d.plugin/gearman/README.md | 4 ++-- collectors/python.d.plugin/go_expvar/README.md | 4 ++-- collectors/python.d.plugin/haproxy/README.md | 4 ++-- collectors/python.d.plugin/hddtemp/README.md | 4 ++-- collectors/python.d.plugin/hpssa/README.md | 4 ++-- collectors/python.d.plugin/httpcheck/README.md | 4 ++-- collectors/python.d.plugin/icecast/README.md | 4 ++-- collectors/python.d.plugin/ipfs/README.md | 4 ++-- collectors/python.d.plugin/isc_dhcpd/README.md | 4 ++-- collectors/python.d.plugin/litespeed/README.md | 4 ++-- collectors/python.d.plugin/logind/README.md | 4 ++-- collectors/python.d.plugin/megacli/README.md | 4 ++-- collectors/python.d.plugin/memcached/README.md | 4 ++-- collectors/python.d.plugin/mongodb/README.md | 4 ++-- collectors/python.d.plugin/monit/README.md | 4 ++-- collectors/python.d.plugin/mysql/README.md | 4 ++-- collectors/python.d.plugin/nginx/README.md | 4 ++-- collectors/python.d.plugin/nginx_plus/README.md | 4 ++-- collectors/python.d.plugin/ntpd/README.md | 4 ++-- collectors/python.d.plugin/nvidia_smi/README.md | 4 ++-- collectors/python.d.plugin/openldap/README.md | 4 ++-- collectors/python.d.plugin/oracledb/README.md | 4 ++-- collectors/python.d.plugin/ovpn_status_log/README.md | 4 ++-- collectors/python.d.plugin/phpfpm/README.md | 4 ++-- collectors/python.d.plugin/portcheck/README.md | 4 ++-- collectors/python.d.plugin/postgres/README.md | 4 ++-- collectors/python.d.plugin/powerdns/README.md | 4 ++-- collectors/python.d.plugin/proxysql/README.md | 4 ++-- collectors/python.d.plugin/puppet/README.md | 4 ++-- collectors/python.d.plugin/rabbitmq/README.md | 4 ++-- collectors/python.d.plugin/redis/README.md | 4 ++-- collectors/python.d.plugin/rethinkdbs/README.md | 4 ++-- collectors/python.d.plugin/retroshare/README.md | 4 ++-- collectors/python.d.plugin/riakkv/README.md | 4 ++-- collectors/python.d.plugin/samba/README.md | 4 ++-- collectors/python.d.plugin/sensors/README.md | 4 ++-- collectors/python.d.plugin/smartd_log/README.md | 4 ++-- collectors/python.d.plugin/spigotmc/README.md | 4 ++-- collectors/python.d.plugin/springboot/README.md | 4 ++-- collectors/python.d.plugin/squid/README.md | 4 ++-- collectors/python.d.plugin/tomcat/README.md | 4 ++-- collectors/python.d.plugin/tor/README.md | 4 ++-- collectors/python.d.plugin/traefik/README.md | 4 ++-- collectors/python.d.plugin/uwsgi/README.md | 4 ++-- collectors/python.d.plugin/varnish/README.md | 4 ++-- collectors/python.d.plugin/w1sensor/README.md | 4 ++-- collectors/python.d.plugin/web_log/README.md | 4 ++-- 64 files changed, 128 insertions(+), 128 deletions(-) (limited to 'collectors/python.d.plugin') diff --git a/collectors/python.d.plugin/adaptec_raid/README.md b/collectors/python.d.plugin/adaptec_raid/README.md index 8e140d2905..d35ccecbc4 100644 --- a/collectors/python.d.plugin/adaptec_raid/README.md +++ b/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 diff --git a/collectors/python.d.plugin/am2320/README.md b/collectors/python.d.plugin/am2320/README.md index 00496f33bb..cfc8a69501 100644 --- a/collectors/python.d.plugin/am2320/README.md +++ b/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 diff --git a/collectors/python.d.plugin/apache/README.md b/collectors/python.d.plugin/apache/README.md index 3864676bdd..d27525095f 100644 --- a/collectors/python.d.plugin/apache/README.md +++ b/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 diff --git a/collectors/python.d.plugin/beanstalk/README.md b/collectors/python.d.plugin/beanstalk/README.md index 13a1f7cf58..24315adb4f 100644 --- a/collectors/python.d.plugin/beanstalk/README.md +++ b/collectors/python.d.plugin/beanstalk/README.md @@ -111,8 +111,8 @@ Provides server and tube-level statistics. ## Configuration -Edit the `python.d/beanstalk.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/beanstalk.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 diff --git a/collectors/python.d.plugin/bind_rndc/README.md b/collectors/python.d.plugin/bind_rndc/README.md index 8eb1e30964..2832575dd9 100644 --- a/collectors/python.d.plugin/bind_rndc/README.md +++ b/collectors/python.d.plugin/bind_rndc/README.md @@ -57,8 +57,8 @@ It produces: ## Configuration -Edit the `python.d/bind_rndc.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/bind_rndc.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 diff --git a/collectors/python.d.plugin/boinc/README.md b/collectors/python.d.plugin/boinc/README.md index c532cb30a5..ec06396492 100644 --- a/collectors/python.d.plugin/boinc/README.md +++ b/collectors/python.d.plugin/boinc/README.md @@ -12,8 +12,8 @@ It provides charts tracking the total number of tasks and active tasks, as well ## Configuration -Edit the `python.d/boinc.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/boinc.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 diff --git a/collectors/python.d.plugin/ceph/README.md b/collectors/python.d.plugin/ceph/README.md index ce884d1c67..5d671f2aaa 100644 --- a/collectors/python.d.plugin/ceph/README.md +++ b/collectors/python.d.plugin/ceph/README.md @@ -27,8 +27,8 @@ Monitors the ceph cluster usage and consumption data of a server, and produces: ## Configuration -Edit the `python.d/ceph.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/ceph.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 diff --git a/collectors/python.d.plugin/chrony/README.md b/collectors/python.d.plugin/chrony/README.md index f932280a29..ee140b4601 100644 --- a/collectors/python.d.plugin/chrony/README.md +++ b/collectors/python.d.plugin/chrony/README.md @@ -22,8 +22,8 @@ Verify that user Netdata can execute `chronyc tracking`. If necessary, update `/ ## Configuration -Edit the `python.d/chrony.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/chrony.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, if different diff --git a/collectors/python.d.plugin/couchdb/README.md b/collectors/python.d.plugin/couchdb/README.md index a58f518f24..896bbdd31a 100644 --- a/collectors/python.d.plugin/couchdb/README.md +++ b/collectors/python.d.plugin/couchdb/README.md @@ -19,8 +19,8 @@ Monitors vital statistics of a local Apache CouchDB 2.x server, including: ## Configuration -Edit the `python.d/couchdb.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/couchdb.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 diff --git a/collectors/python.d.plugin/dns_query_time/README.md b/collectors/python.d.plugin/dns_query_time/README.md index 813f2c5b02..10a38a0c68 100644 --- a/collectors/python.d.plugin/dns_query_time/README.md +++ b/collectors/python.d.plugin/dns_query_time/README.md @@ -16,8 +16,8 @@ It produces one aggregate chart or one chart per DNS server, showing the query t ## Configuration -Edit the `python.d/dns_query_time.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/dns_query_time.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, if different diff --git a/collectors/python.d.plugin/dnsdist/README.md b/collectors/python.d.plugin/dnsdist/README.md index 622c14afd8..0fcce98edb 100644 --- a/collectors/python.d.plugin/dnsdist/README.md +++ b/collectors/python.d.plugin/dnsdist/README.md @@ -51,8 +51,8 @@ Collects load-balancer performance and health metrics, and draws the following c ## Configuration -Edit the `python.d/dnsdist.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/dnsdist.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, if different diff --git a/collectors/python.d.plugin/dockerd/README.md b/collectors/python.d.plugin/dockerd/README.md index 9c688b210b..bfa0c88908 100644 --- a/collectors/python.d.plugin/dockerd/README.md +++ b/collectors/python.d.plugin/dockerd/README.md @@ -28,8 +28,8 @@ Following charts are drawn: ## Configuration -Edit the `python.d/dockerd.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/dockerd.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, if different diff --git a/collectors/python.d.plugin/dovecot/README.md b/collectors/python.d.plugin/dovecot/README.md index 045adec3db..ed7e977ba7 100644 --- a/collectors/python.d.plugin/dovecot/README.md +++ b/collectors/python.d.plugin/dovecot/README.md @@ -77,8 +77,8 @@ Module gives information with following charts: ## Configuration -Edit the `python.d/dovecot.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/dovecot.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, if different diff --git a/collectors/python.d.plugin/elasticsearch/README.md b/collectors/python.d.plugin/elasticsearch/README.md index a6ecc4fe62..cc816f6f06 100644 --- a/collectors/python.d.plugin/elasticsearch/README.md +++ b/collectors/python.d.plugin/elasticsearch/README.md @@ -66,8 +66,8 @@ It produces: ## Configuration -Edit the `python.d/elasticsearch.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/elasticsearch.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, if different diff --git a/collectors/python.d.plugin/energid/README.md b/collectors/python.d.plugin/energid/README.md index a717367b06..85526ec33c 100644 --- a/collectors/python.d.plugin/energid/README.md +++ b/collectors/python.d.plugin/energid/README.md @@ -48,8 +48,8 @@ long daemon startup. ## Configuration -Edit the `python.d/energid.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/energid.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, if different diff --git a/collectors/python.d.plugin/fail2ban/README.md b/collectors/python.d.plugin/fail2ban/README.md index 28fa1956d0..c1ad994a59 100644 --- a/collectors/python.d.plugin/fail2ban/README.md +++ b/collectors/python.d.plugin/fail2ban/README.md @@ -16,8 +16,8 @@ It produces one chart with multiple lines (one line per jail) ## Configuration -Edit the `python.d/fail2ban.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/fail2ban.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 diff --git a/collectors/python.d.plugin/freeradius/README.md b/collectors/python.d.plugin/freeradius/README.md index 8285bb3404..2993c8952f 100644 --- a/collectors/python.d.plugin/freeradius/README.md +++ b/collectors/python.d.plugin/freeradius/README.md @@ -52,8 +52,8 @@ It produces: ## Configuration -Edit the `python.d/freeradius.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/freeradius.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 diff --git a/collectors/python.d.plugin/gearman/README.md b/collectors/python.d.plugin/gearman/README.md index 965f11ba27..7e96f8fc62 100644 --- a/collectors/python.d.plugin/gearman/README.md +++ b/collectors/python.d.plugin/gearman/README.md @@ -26,8 +26,8 @@ It produces: ## Configuration -Edit the `python.d/gearman.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/gearman.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 diff --git a/collectors/python.d.plugin/go_expvar/README.md b/collectors/python.d.plugin/go_expvar/README.md index be32566323..4db68b04e8 100644 --- a/collectors/python.d.plugin/go_expvar/README.md +++ b/collectors/python.d.plugin/go_expvar/README.md @@ -254,8 +254,8 @@ the first defined key wins and all subsequent keys with the same name are ignore ## Configuration -Edit the `python.d/go_expvar.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/go_expvar.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 diff --git a/collectors/python.d.plugin/haproxy/README.md b/collectors/python.d.plugin/haproxy/README.md index 553f6615b5..b56cf37e88 100644 --- a/collectors/python.d.plugin/haproxy/README.md +++ b/collectors/python.d.plugin/haproxy/README.md @@ -36,8 +36,8 @@ It produces: ## Configuration -Edit the `python.d/hapxory.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/hapxory.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 diff --git a/collectors/python.d.plugin/hddtemp/README.md b/collectors/python.d.plugin/hddtemp/README.md index f24f9caa2e..aaaf214219 100644 --- a/collectors/python.d.plugin/hddtemp/README.md +++ b/collectors/python.d.plugin/hddtemp/README.md @@ -15,8 +15,8 @@ It produces one chart **Temperature** with dynamic number of dimensions (one per ## Configuration -Edit the `python.d/hddtemp.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/hddtemp.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 diff --git a/collectors/python.d.plugin/hpssa/README.md b/collectors/python.d.plugin/hpssa/README.md index f94b01f9d9..b1157bf9fa 100644 --- a/collectors/python.d.plugin/hpssa/README.md +++ b/collectors/python.d.plugin/hpssa/README.md @@ -38,8 +38,8 @@ This module produces: hpssa: yes ``` -Edit the `python.d/hpssa.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/hpssa.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 diff --git a/collectors/python.d.plugin/httpcheck/README.md b/collectors/python.d.plugin/httpcheck/README.md index eecda9867f..55aad52f04 100644 --- a/collectors/python.d.plugin/httpcheck/README.md +++ b/collectors/python.d.plugin/httpcheck/README.md @@ -25,8 +25,8 @@ Following charts are drawn per job: ## Configuration -Edit the `python.d/httpcheck.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/httpcheck.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 diff --git a/collectors/python.d.plugin/icecast/README.md b/collectors/python.d.plugin/icecast/README.md index d915e19ff2..90cdaa5dc1 100644 --- a/collectors/python.d.plugin/icecast/README.md +++ b/collectors/python.d.plugin/icecast/README.md @@ -20,8 +20,8 @@ It produces the following charts: ## Configuration -Edit the `python.d/icecast.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/icecast.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 diff --git a/collectors/python.d.plugin/ipfs/README.md b/collectors/python.d.plugin/ipfs/README.md index a209bb670f..4d3b0ecbe1 100644 --- a/collectors/python.d.plugin/ipfs/README.md +++ b/collectors/python.d.plugin/ipfs/README.md @@ -19,8 +19,8 @@ It produces the following charts: ## Configuration -Edit the `python.d/ipfs.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/ipfs.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 diff --git a/collectors/python.d.plugin/isc_dhcpd/README.md b/collectors/python.d.plugin/isc_dhcpd/README.md index 9195ad2e1e..5830bd63ef 100644 --- a/collectors/python.d.plugin/isc_dhcpd/README.md +++ b/collectors/python.d.plugin/isc_dhcpd/README.md @@ -30,8 +30,8 @@ It produces: ## Configuration -Edit the `python.d/isc_dhcpd.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/isc_dhcpd.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 diff --git a/collectors/python.d.plugin/litespeed/README.md b/collectors/python.d.plugin/litespeed/README.md index b3500544fa..2225773b77 100644 --- a/collectors/python.d.plugin/litespeed/README.md +++ b/collectors/python.d.plugin/litespeed/README.md @@ -52,8 +52,8 @@ It produces: ## Configuration -Edit the `python.d/litespeed.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/litespeed.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 diff --git a/collectors/python.d.plugin/logind/README.md b/collectors/python.d.plugin/logind/README.md index 73d0f1fbe1..36038dbcc2 100644 --- a/collectors/python.d.plugin/logind/README.md +++ b/collectors/python.d.plugin/logind/README.md @@ -41,8 +41,8 @@ specify it using the `command` key like so: command: '/path/to/other/command' ``` -Edit the `python.d/logind.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/logind.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 diff --git a/collectors/python.d.plugin/megacli/README.md b/collectors/python.d.plugin/megacli/README.md index d0d27ac05e..400a459736 100644 --- a/collectors/python.d.plugin/megacli/README.md +++ b/collectors/python.d.plugin/megacli/README.md @@ -48,8 +48,8 @@ It produces: megacli: yes ``` -Edit the `python.d/megacli.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/megacli.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 diff --git a/collectors/python.d.plugin/memcached/README.md b/collectors/python.d.plugin/memcached/README.md index a2c0a54939..abd93fd01e 100644 --- a/collectors/python.d.plugin/memcached/README.md +++ b/collectors/python.d.plugin/memcached/README.md @@ -75,8 +75,8 @@ Collects memory-caching system performance metrics. It reads server response to ## Configuration -Edit the `python.d/memcached.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/memcached.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 diff --git a/collectors/python.d.plugin/mongodb/README.md b/collectors/python.d.plugin/mongodb/README.md index fd9e50ba16..5d5295aa46 100644 --- a/collectors/python.d.plugin/mongodb/README.md +++ b/collectors/python.d.plugin/mongodb/README.md @@ -183,8 +183,8 @@ db.createUser({ ## Configuration -Edit the `python.d/mongodb.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/mongodb.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 diff --git a/collectors/python.d.plugin/monit/README.md b/collectors/python.d.plugin/monit/README.md index 3f89b19ce9..fe13896879 100644 --- a/collectors/python.d.plugin/monit/README.md +++ b/collectors/python.d.plugin/monit/README.md @@ -27,8 +27,8 @@ Monit monitoring module. Data is grabbed from stats XML interface (exists for a ## Configuration -Edit the `python.d/monit.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/monit.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 diff --git a/collectors/python.d.plugin/mysql/README.md b/collectors/python.d.plugin/mysql/README.md index 9c51387cfb..a5a748b8ac 100644 --- a/collectors/python.d.plugin/mysql/README.md +++ b/collectors/python.d.plugin/mysql/README.md @@ -336,8 +336,8 @@ This module will produce following charts (if data is available): ## Configuration -Edit the `python.d/mysql.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/mysql.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 diff --git a/collectors/python.d.plugin/nginx/README.md b/collectors/python.d.plugin/nginx/README.md index ac75b92579..b55b01e7c0 100644 --- a/collectors/python.d.plugin/nginx/README.md +++ b/collectors/python.d.plugin/nginx/README.md @@ -38,8 +38,8 @@ It produces following charts: ## Configuration -Edit the `python.d/nginx.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/nginx.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 diff --git a/collectors/python.d.plugin/nginx_plus/README.md b/collectors/python.d.plugin/nginx_plus/README.md index e895d33c5d..2580740c36 100644 --- a/collectors/python.d.plugin/nginx_plus/README.md +++ b/collectors/python.d.plugin/nginx_plus/README.md @@ -141,8 +141,8 @@ For every cache: ## Configuration -Edit the `python.d/nginx_plus.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/nginx_plus.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 diff --git a/collectors/python.d.plugin/ntpd/README.md b/collectors/python.d.plugin/ntpd/README.md index f2ef6dc88c..0b08f12b89 100644 --- a/collectors/python.d.plugin/ntpd/README.md +++ b/collectors/python.d.plugin/ntpd/README.md @@ -49,8 +49,8 @@ It produces: ## Configuration -Edit the `python.d/ntpd.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/ntpd.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 diff --git a/collectors/python.d.plugin/nvidia_smi/README.md b/collectors/python.d.plugin/nvidia_smi/README.md index ca646dac80..9bfb2094b1 100644 --- a/collectors/python.d.plugin/nvidia_smi/README.md +++ b/collectors/python.d.plugin/nvidia_smi/README.md @@ -39,8 +39,8 @@ It produces the following charts: ## Configuration -Edit the `python.d/nvidia_smi.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/nvidia_smi.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 diff --git a/collectors/python.d.plugin/openldap/README.md b/collectors/python.d.plugin/openldap/README.md index 0253601489..4942d0f399 100644 --- a/collectors/python.d.plugin/openldap/README.md +++ b/collectors/python.d.plugin/openldap/README.md @@ -55,8 +55,8 @@ Statistics are taken from LDAP monitoring interface. Manual page, slapd-monitor( ## Configuration -Edit the `python.d/openldap.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/openldap.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 diff --git a/collectors/python.d.plugin/oracledb/README.md b/collectors/python.d.plugin/oracledb/README.md index 3f536c8b24..d61c7d2ad0 100644 --- a/collectors/python.d.plugin/oracledb/README.md +++ b/collectors/python.d.plugin/oracledb/README.md @@ -70,8 +70,8 @@ GRANT SELECT_CATALOG_ROLE TO netdata; ## Configuration -Edit the `python.d/oracledb.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/oracledb.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 diff --git a/collectors/python.d.plugin/ovpn_status_log/README.md b/collectors/python.d.plugin/ovpn_status_log/README.md index 25ddc94d4e..8fa8cb833f 100644 --- a/collectors/python.d.plugin/ovpn_status_log/README.md +++ b/collectors/python.d.plugin/ovpn_status_log/README.md @@ -30,8 +30,8 @@ It produces: ## Configuration -Edit the `python.d/ovpn_status_log.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/ovpn_status_log.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 diff --git a/collectors/python.d.plugin/phpfpm/README.md b/collectors/python.d.plugin/phpfpm/README.md index a95f9182a3..9d0dbb5805 100644 --- a/collectors/python.d.plugin/phpfpm/README.md +++ b/collectors/python.d.plugin/phpfpm/README.md @@ -26,8 +26,8 @@ It produces following charts: ## Configuration -Edit the `python.d/phpfpm.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/phpfpm.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 diff --git a/collectors/python.d.plugin/portcheck/README.md b/collectors/python.d.plugin/portcheck/README.md index b7d8a1d03d..35521b2adf 100644 --- a/collectors/python.d.plugin/portcheck/README.md +++ b/collectors/python.d.plugin/portcheck/README.md @@ -24,8 +24,8 @@ Following charts are drawn per host: ## Configuration -Edit the `python.d/portcheck.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/portcheck.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 diff --git a/collectors/python.d.plugin/postgres/README.md b/collectors/python.d.plugin/postgres/README.md index 1122f0c5a5..67cc8fe323 100644 --- a/collectors/python.d.plugin/postgres/README.md +++ b/collectors/python.d.plugin/postgres/README.md @@ -70,8 +70,8 @@ Following charts are drawn: ## Configuration -Edit the `python.d/postgres.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/postgres.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 diff --git a/collectors/python.d.plugin/powerdns/README.md b/collectors/python.d.plugin/powerdns/README.md index 3f2a53599a..610a665dee 100644 --- a/collectors/python.d.plugin/powerdns/README.md +++ b/collectors/python.d.plugin/powerdns/README.md @@ -83,8 +83,8 @@ Powerdns charts: ## Configuration -Edit the `python.d/powerdns.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/powerdns.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 diff --git a/collectors/python.d.plugin/proxysql/README.md b/collectors/python.d.plugin/proxysql/README.md index f61053334d..6f4ca69131 100644 --- a/collectors/python.d.plugin/proxysql/README.md +++ b/collectors/python.d.plugin/proxysql/README.md @@ -82,8 +82,8 @@ It produces: ## Configuration -Edit the `python.d/proxysql.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/proxysql.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 diff --git a/collectors/python.d.plugin/puppet/README.md b/collectors/python.d.plugin/puppet/README.md index b6e2fe6992..9b7c0a2c38 100644 --- a/collectors/python.d.plugin/puppet/README.md +++ b/collectors/python.d.plugin/puppet/README.md @@ -32,8 +32,8 @@ Following charts are drawn: ## Configuration -Edit the `python.d/puppet.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/puppet.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 diff --git a/collectors/python.d.plugin/rabbitmq/README.md b/collectors/python.d.plugin/rabbitmq/README.md index 1ee87009c3..2130a7b3a4 100644 --- a/collectors/python.d.plugin/rabbitmq/README.md +++ b/collectors/python.d.plugin/rabbitmq/README.md @@ -92,8 +92,8 @@ Per Vhost charts: ## Configuration -Edit the `python.d/rabbitmq.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/rabbitmq.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 diff --git a/collectors/python.d.plugin/redis/README.md b/collectors/python.d.plugin/redis/README.md index d1cb9f3891..9fab56c333 100644 --- a/collectors/python.d.plugin/redis/README.md +++ b/collectors/python.d.plugin/redis/README.md @@ -38,8 +38,8 @@ Following charts are drawn: ## Configuration -Edit the `python.d/redis.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/redis.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 diff --git a/collectors/python.d.plugin/rethinkdbs/README.md b/collectors/python.d.plugin/rethinkdbs/README.md index dd1704de7f..85cebd96a5 100644 --- a/collectors/python.d.plugin/rethinkdbs/README.md +++ b/collectors/python.d.plugin/rethinkdbs/README.md @@ -29,8 +29,8 @@ Following charts are drawn: ## Configuration -Edit the `python.d/rethinkdbs.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/rethinkdbs.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 diff --git a/collectors/python.d.plugin/retroshare/README.md b/collectors/python.d.plugin/retroshare/README.md index befd37837b..d8bd3a9143 100644 --- a/collectors/python.d.plugin/retroshare/README.md +++ b/collectors/python.d.plugin/retroshare/README.md @@ -21,8 +21,8 @@ This module produces the following charts: ## Configuration -Edit the `python.d/retroshare.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/retroshare.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 diff --git a/collectors/python.d.plugin/riakkv/README.md b/collectors/python.d.plugin/riakkv/README.md index e1832a9a36..fe62c67189 100644 --- a/collectors/python.d.plugin/riakkv/README.md +++ b/collectors/python.d.plugin/riakkv/README.md @@ -102,8 +102,8 @@ listed ## Configuration -Edit the `python.d/riakkv.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/riakkv.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 diff --git a/collectors/python.d.plugin/samba/README.md b/collectors/python.d.plugin/samba/README.md index dd6ca5130a..2c86e7b609 100644 --- a/collectors/python.d.plugin/samba/README.md +++ b/collectors/python.d.plugin/samba/README.md @@ -81,8 +81,8 @@ netdata ALL=(root) NOPASSWD: /path/to/smbstatus samba: yes ``` -Edit the `python.d/samba.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/samba.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 diff --git a/collectors/python.d.plugin/sensors/README.md b/collectors/python.d.plugin/sensors/README.md index 3fdfeca5d9..5d29348441 100644 --- a/collectors/python.d.plugin/sensors/README.md +++ b/collectors/python.d.plugin/sensors/README.md @@ -12,8 +12,8 @@ Charts are created dynamically. ## Configuration -Edit the `python.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 `python.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 diff --git a/collectors/python.d.plugin/smartd_log/README.md b/collectors/python.d.plugin/smartd_log/README.md index d927a6aaed..a1b41f4089 100644 --- a/collectors/python.d.plugin/smartd_log/README.md +++ b/collectors/python.d.plugin/smartd_log/README.md @@ -105,8 +105,8 @@ Otherwise, all the smartd `.csv` files may get written to `/var/lib/smartmontool ## Configuration -Edit the `python.d/smartd_log.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/smartd_log.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 diff --git a/collectors/python.d.plugin/spigotmc/README.md b/collectors/python.d.plugin/spigotmc/README.md index 5945f4fcbf..9b297f6399 100644 --- a/collectors/python.d.plugin/spigotmc/README.md +++ b/collectors/python.d.plugin/spigotmc/README.md @@ -17,8 +17,8 @@ the data returned by the `tps` or `list` console commands. ## Configuration -Edit the `python.d/spigotmc.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/spigotmc.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 diff --git a/collectors/python.d.plugin/springboot/README.md b/collectors/python.d.plugin/springboot/README.md index c5b9286e1e..46bc2d3568 100644 --- a/collectors/python.d.plugin/springboot/README.md +++ b/collectors/python.d.plugin/springboot/README.md @@ -100,8 +100,8 @@ Please refer [Spring Boot Actuator: Production-ready Features](https://docs.spri ## Usage -Edit the `python.d/springboot.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/springboot.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 diff --git a/collectors/python.d.plugin/squid/README.md b/collectors/python.d.plugin/squid/README.md index be7127864f..e3ed4e0dfa 100644 --- a/collectors/python.d.plugin/squid/README.md +++ b/collectors/python.d.plugin/squid/README.md @@ -34,8 +34,8 @@ It produces following charts: ## Configuration -Edit the `python.d/squid.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/squid.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 diff --git a/collectors/python.d.plugin/tomcat/README.md b/collectors/python.d.plugin/tomcat/README.md index 184c63dcb2..f9f2ffe312 100644 --- a/collectors/python.d.plugin/tomcat/README.md +++ b/collectors/python.d.plugin/tomcat/README.md @@ -29,8 +29,8 @@ Charts: ## Configuration -Edit the `python.d/tomcat.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/tomcat.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 diff --git a/collectors/python.d.plugin/tor/README.md b/collectors/python.d.plugin/tor/README.md index 9b6c7e0b21..192a86a37a 100644 --- a/collectors/python.d.plugin/tor/README.md +++ b/collectors/python.d.plugin/tor/README.md @@ -22,8 +22,8 @@ It produces only one chart: ## Configuration -Edit the `python.d/tor.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/tor.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 diff --git a/collectors/python.d.plugin/traefik/README.md b/collectors/python.d.plugin/traefik/README.md index fe5c19aa27..2a1dd77aab 100644 --- a/collectors/python.d.plugin/traefik/README.md +++ b/collectors/python.d.plugin/traefik/README.md @@ -47,8 +47,8 @@ It produces: ## Configuration -Edit the `python.d/traefik.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/traefik.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 diff --git a/collectors/python.d.plugin/uwsgi/README.md b/collectors/python.d.plugin/uwsgi/README.md index ef51faec11..f564821a19 100644 --- a/collectors/python.d.plugin/uwsgi/README.md +++ b/collectors/python.d.plugin/uwsgi/README.md @@ -28,8 +28,8 @@ Following charts are drawn: ## Configuration -Edit the `python.d/uwsgi.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/uwsgi.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 diff --git a/collectors/python.d.plugin/varnish/README.md b/collectors/python.d.plugin/varnish/README.md index 4ebc3a6d4e..87c1c1e0f6 100644 --- a/collectors/python.d.plugin/varnish/README.md +++ b/collectors/python.d.plugin/varnish/README.md @@ -42,8 +42,8 @@ For every disk (SMF): ## Configuration -Edit the `python.d/varnish.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/varnish.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 diff --git a/collectors/python.d.plugin/w1sensor/README.md b/collectors/python.d.plugin/w1sensor/README.md index 6b8f61249c..31facef77b 100644 --- a/collectors/python.d.plugin/w1sensor/README.md +++ b/collectors/python.d.plugin/w1sensor/README.md @@ -15,8 +15,8 @@ Charts are created dynamically based on the number of detected sensors. ## Configuration -Edit the `python.d/w1sensor.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/w1sensor.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 diff --git a/collectors/python.d.plugin/web_log/README.md b/collectors/python.d.plugin/web_log/README.md index bc24c01736..2cf60ed9e4 100644 --- a/collectors/python.d.plugin/web_log/README.md +++ b/collectors/python.d.plugin/web_log/README.md @@ -35,8 +35,8 @@ If Netdata is installed on a system running a web server, it will detect it and ## Configuration -Edit the `python.d/web_log.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/web_log.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 -- cgit v1.2.3