Fix broken links in collectors/COLLECTORS.md (#14502)
* Publish collectors/python.d.plugin/anomalies/README.md to Learn * Update README.md * fix broken links in COLLECTORS.md
Fotis Voutsas committed
Feb 11, 2023 at 04:15 UTC
8dbcb32eff442124020c5558c35a711fb54a8ac1
3 files changed
+7
-7
collectors/COLLECTORS.md
+3
-3
@@ -24,7 +24,7 @@ cases, _Netdata always prioritizes the Go version_, and we highly recommend you
24
experience.
25
26
If you want to use a Python version of a collector, you need to
27
-explicitly [disable the Go version](https://github.com/netdata/netdata/blob/masterhttps://github.com/netdata/netdata/blob/master/docs/collect/enable-configure.md),
27
+explicitly [disable the Go version](https://github.com/netdata/netdata/blob/master/docs/collect/enable-configure.md),
28
and enable the Python version. Netdata then skips the Go version and attempts to load the Python version and its
29
accompanying configuration file.
30
@@ -193,7 +193,7 @@ configure any of these collectors according to your setup and infrastructure.
193
operations, and more.
194
- [kube-proxy](https://github.com/netdata/go.d.plugin/blob/master/modules/k8s_kubeproxy/README.md): Collect
195
metrics, such as syncing proxy rules and REST client requests, from one or more instances of `kube-proxy`.
196
-- [Service discovery](https://github.com/netdata/agent-service-discovery/README.md): Find what services are running on a
196
+- [Service discovery](https://github.com/netdata/agent-service-discovery/blob/master/README.md): Find what services are running on a
197
cluster's pods, converts that into configuration files, and exports them so they can be monitored by Netdata.
198
199
### Logs
@@ -273,7 +273,7 @@ configure any of these collectors according to your setup and infrastructure.
273
API.
274
- [PowerDNS Authoritative Server](https://github.com/netdata/go.d.plugin/blob/master/modules/powerdns/README.md):
275
Monitor one or more instances of the nameserver software to collect questions, events, and latency metrics.
276
-- [PowerDNS Recursor](https://github.com/netdata/go.d.plugin/blob/master/modules/powerdns/README.md_recursor):
276
+- [PowerDNS Recursor](https://github.com/netdata/go.d.plugin/blob/master/modules/powerdns/README.md#recursor):
277
Gather incoming/outgoing questions, drops, timeouts, and cache usage from any number of DNS recursor instances.
278
- [RetroShare](https://github.com/netdata/netdata/blob/master/collectors/python.d.plugin/retroshare/README.md): Monitor
279
application bandwidth, peers, and DHT
collectors/python.d.plugin/alarms/README.md
+3
-3
@@ -1,9 +1,9 @@
1
<!--
2
title: "Alarms"
3
custom_edit_url: "https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/alarms/README.md"
4
-sidebar_label: "alarms"
5
-learn_status: "Unpublished"
6
-learn_topic_type: "References"
4
+sidebar_label: "Alarms"
5
+learn_status: "Published"
6
+learn_rel_path: "References/Collectors references"
7
-->
8
9
# Alarms - graphing Netdata alarm states over time
collectors/python.d.plugin/anomalies/README.md
+1
-1
@@ -4,7 +4,7 @@ description: "Use ML-driven anomaly detection to narrow your focus to only affec
4
custom_edit_url: "https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/anomalies/README.md"
5
sidebar_url: "Anomalies"
6
sidebar_label: "anomalies"
7
-learn_status: "Unpublished"
7
+learn_status: "Published"
8
learn_topic_type: "References"
9
learn_rel_path: "References/Collectors references/Misc"
10
-->