summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/changefinder
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--collectors/python.d.plugin/changefinder/Makefile.inc13
l---------src/collectors/python.d.plugin/changefinder/README.md (renamed from collectors/python.d.plugin/changefinder/README.md)0
-rw-r--r--src/collectors/python.d.plugin/changefinder/changefinder.chart.py (renamed from collectors/python.d.plugin/changefinder/changefinder.chart.py)0
-rw-r--r--src/collectors/python.d.plugin/changefinder/changefinder.conf (renamed from collectors/python.d.plugin/changefinder/changefinder.conf)0
-rw-r--r--src/collectors/python.d.plugin/changefinder/integrations/python.d_changefinder.md (renamed from collectors/python.d.plugin/changefinder/integrations/python.d_changefinder.md)10
-rw-r--r--src/collectors/python.d.plugin/changefinder/metadata.yaml (renamed from collectors/python.d.plugin/changefinder/metadata.yaml)0
6 files changed, 5 insertions, 18 deletions
diff --git a/collectors/python.d.plugin/changefinder/Makefile.inc b/collectors/python.d.plugin/changefinder/Makefile.inc
deleted file mode 100644
index 01a92408b..000000000
--- a/collectors/python.d.plugin/changefinder/Makefile.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-# THIS IS NOT A COMPLETE Makefile
-# IT IS INCLUDED BY ITS PARENT'S Makefile.am
-# IT IS REQUIRED TO REFERENCE ALL FILES RELATIVE TO THE PARENT
-
-# install these files
-dist_python_DATA += changefinder/changefinder.chart.py
-dist_pythonconfig_DATA += changefinder/changefinder.conf
-
-# do not install these files, but include them in the distribution
-dist_noinst_DATA += changefinder/README.md changefinder/Makefile.inc
-
diff --git a/collectors/python.d.plugin/changefinder/README.md b/src/collectors/python.d.plugin/changefinder/README.md
index 0ca704eb1..0ca704eb1 120000
--- a/collectors/python.d.plugin/changefinder/README.md
+++ b/src/collectors/python.d.plugin/changefinder/README.md
diff --git a/collectors/python.d.plugin/changefinder/changefinder.chart.py b/src/collectors/python.d.plugin/changefinder/changefinder.chart.py
index 2a69cd9f5..2a69cd9f5 100644
--- a/collectors/python.d.plugin/changefinder/changefinder.chart.py
+++ b/src/collectors/python.d.plugin/changefinder/changefinder.chart.py
diff --git a/collectors/python.d.plugin/changefinder/changefinder.conf b/src/collectors/python.d.plugin/changefinder/changefinder.conf
index 56a681f1e..56a681f1e 100644
--- a/collectors/python.d.plugin/changefinder/changefinder.conf
+++ b/src/collectors/python.d.plugin/changefinder/changefinder.conf
diff --git a/collectors/python.d.plugin/changefinder/integrations/python.d_changefinder.md b/src/collectors/python.d.plugin/changefinder/integrations/python.d_changefinder.md
index c338c9374..fe370baac 100644
--- a/collectors/python.d.plugin/changefinder/integrations/python.d_changefinder.md
+++ b/src/collectors/python.d.plugin/changefinder/integrations/python.d_changefinder.md
@@ -1,9 +1,9 @@
<!--startmeta
-custom_edit_url: "https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/changefinder/README.md"
-meta_yaml: "https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/changefinder/metadata.yaml"
+custom_edit_url: "https://github.com/netdata/netdata/edit/master/src/collectors/python.d.plugin/changefinder/README.md"
+meta_yaml: "https://github.com/netdata/netdata/edit/master/src/collectors/python.d.plugin/changefinder/metadata.yaml"
sidebar_label: "python.d changefinder"
learn_status: "Published"
-learn_rel_path: "Data Collection/Other"
+learn_rel_path: "Collecting Metrics/Other"
most_popular: False
message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE COLLECTOR'S metadata.yaml FILE"
endmeta-->
@@ -121,7 +121,7 @@ The configuration file name for this integration is `python.d/changefinder.conf`
You can edit the configuration file using the `edit-config` script from the
-Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory).
+Netdata [config directory](/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
```bash
cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata
@@ -141,7 +141,7 @@ Additionally, the following collapsed table contains all the options that can be
Every configuration JOB starts with a `job_name` value which will appear in the dashboard, unless a `name` parameter is specified.
-<details><summary>Config options</summary>
+<details open><summary>Config options</summary>
| Name | Description | Default | Required |
|:----|:-----------|:-------|:--------:|
diff --git a/collectors/python.d.plugin/changefinder/metadata.yaml b/src/collectors/python.d.plugin/changefinder/metadata.yaml
index 170d9146a..170d9146a 100644
--- a/collectors/python.d.plugin/changefinder/metadata.yaml
+++ b/src/collectors/python.d.plugin/changefinder/metadata.yaml