summaryrefslogtreecommitdiffstats
path: root/collectors/COLLECTORS.md
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-12-09 17:33:25 +0200
committerGitHub <noreply@github.com>2022-12-09 17:33:25 +0200
commitab28a99a4837b6a5de4073a6200cdb098a3c0920 (patch)
tree6cc085f9b59df700440bef0382a475a22d7ffcf3 /collectors/COLLECTORS.md
parentfd6bff560f44cbef9a34281afeca050ec43f9914 (diff)
remove deprecated python.d collectors announced in v1.37.0 deprecation notice (#14072)
Diffstat (limited to 'collectors/COLLECTORS.md')
-rw-r--r--collectors/COLLECTORS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/collectors/COLLECTORS.md b/collectors/COLLECTORS.md
index 9f27caa79f..0d368b34a8 100644
--- a/collectors/COLLECTORS.md
+++ b/collectors/COLLECTORS.md
@@ -96,7 +96,7 @@ configure any of these collectors according to your setup and infrastructure.
- [Docker containers](/collectors/cgroups.plugin/README.md): Monitor the health and performance of individual Docker
containers using the cgroups collector plugin.
-- [DockerD](/collectors/python.d.plugin/dockerd/README.md): Collect container health statistics.
+- [DockerD](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/docker/): Collect container health statistics.
- [Docker Engine](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/docker_engine/): Collect
runtime statistics from the `docker` daemon using the `metrics-address` feature.
- [Docker Hub](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/dockerhub/): Collect statistics
@@ -460,7 +460,7 @@ The Netdata Agent can collect these system- and hardware-level metrics using a v
### Users
-- [systemd-logind](/collectors/python.d.plugin/logind/README.md): Monitor active sessions, users, and seats tracked
+- [systemd-logind](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/logind/): Monitor active sessions, users, and seats tracked
by `systemd-logind` or `elogind`.
- [User/group usage](/collectors/apps.plugin/README.md): Gather CPU, disk, memory, network, and other metrics per user
and user group using the `apps.plugin` collector.