From 8e746ca535cdc0e6fe48a6c4409df243a9518f7d Mon Sep 17 00:00:00 2001 From: David Mehren <git@herrmehren.de> Date: Thu, 17 Jun 2021 10:39:26 +0200 Subject: [PATCH] Run default python plugins if we are no container --- templates/python.d.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/python.d.conf.j2 b/templates/python.d.conf.j2 index 4a5876c..9ecf5c6 100644 --- a/templates/python.d.conf.j2 +++ b/templates/python.d.conf.j2 @@ -11,7 +11,7 @@ enabled: yes # ---------------------------------------------------------------------- # Enable / Disable python.d.plugin modules -default_run: no +default_run: {% if netdata_is_container %} no {% else %} yes {% endif %} haproxy: {% if netdata_enable_haproxy %} yes {% else %} no {% endif %} -- GitLab