From a2b9731d2892af9544e051fad5f76278e2347d80 Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko <ilya@netdata.cloud> Date: Mon, 2 Dec 2024 11:20:32 +0200 Subject: [PATCH] disable python.d/example (#19114) --- src/collectors/python.d.plugin/python.d.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/collectors/python.d.plugin/python.d.conf b/src/collectors/python.d.plugin/python.d.conf index e2ce1347ee..34e435e564 100644 --- a/src/collectors/python.d.plugin/python.d.conf +++ b/src/collectors/python.d.plugin/python.d.conf @@ -79,3 +79,4 @@ puppet: no # Removed (replaced with go.d/puppet). uwsgi: no # Removed (replaced with go.d/uwsgi). varnish: no # Removed (replaced with go.d/varnish). w1sensor: no # Removed (replaced with go.d/w1sensor) +example: no # Removed