summaryrefslogtreecommitdiffstats
path: root/collectors/REFERENCE.md
diff options
context:
space:
mode:
authorJoel Hans <joel@netdata.cloud>2020-08-19 08:04:47 -0700
committerGitHub <noreply@github.com>2020-08-19 08:04:47 -0700
commitc177910666871afd86e8284c73c59a03370de6b5 (patch)
tree031a918115036958465985b0d09d4ad90fd69fa1 /collectors/REFERENCE.md
parent2a798ad5510008abcb3949d17d97ddaa6d2801b8 (diff)
Docs: Add daemon config to health section and standardize IP references (#8837)
* Fix Chris' bug and cleanup * Fixes for Thiago * Fixes for Thiago * Rephrase the health files bullets * Fix in quickstart for Thiago * Fix path * Fix broken link
Diffstat (limited to 'collectors/REFERENCE.md')
-rw-r--r--collectors/REFERENCE.md13
1 files changed, 1 insertions, 12 deletions
diff --git a/collectors/REFERENCE.md b/collectors/REFERENCE.md
index 9498a0d2b5..a49c838859 100644
--- a/collectors/REFERENCE.md
+++ b/collectors/REFERENCE.md
@@ -15,17 +15,6 @@ the internal plugins API.
To learn the basics of collecting metrics from other applications and services, see the [collector
quickstart](QUICKSTART.md).
-## What's in this reference guide
-
-- [Netdata's collector architecture](#netdatas-collector-architecture)
-- [Enable, configure, and disable modules](#enable-configure-and-disable-modules)
-- [Troubleshoot a collector](#troubleshoot-a-collector)
-- [Enable and disable plugins](#enable-and-disable-plugins)
-- [Internal plugins](#internal-plugins)
- - [Internal plugins API](#internal-plugins-api)
-- [External plugins](#external-plugins)
-- [Write a custom collector](#write-a-custom-collector)
-
## Netdata's collector architecture
Netdata has an intricate system for organizing and managing its collectors. **Collectors** are the processes/programs
@@ -48,7 +37,7 @@ There are three types of plugins:
independent processes. They communicate with the daemon via pipes.
- **Plugin orchestrators**, which are external plugins that instead support a number of **modules**. Modules are a
type of collector. We have a few plugin orchestrators available for those who want to develop their own collectors,
- but focus most of our efforts on the [Go plugin](/collectors/go.d.plugin/README.md).
+ but focus most of our efforts on the [Go plugin](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/).
## Enable, configure, and disable modules