summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules5
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 77de56a90..45aaf9b2d 100644
--- a/debian/control
+++ b/debian/control
@@ -82,6 +82,7 @@ Recommends:
Breaks:
netdata (<< 1.11.1+dfsg-5~),
netdata-plugins-bash (<< 1.16.1-3~),
+ netdata-plugins-python (<< 1.17.0-1~),
Description: real-time performance monitoring (core)
Netdata is distributed, real-time, performance and health monitoring for
systems and applications. It provides insights of everything happening on the
@@ -109,6 +110,7 @@ Recommends:
Breaks:
netdata (<< 1.11.1+dfsg-5~),
netdata-plugins-bash (<< 1.16.1-3~),
+ netdata-plugins-python (<< 1.17.0-1~),
Description: real-time performance monitoring (core, no-sse build)
Netdata is distributed, real-time, performance and health monitoring for
systems and applications. It provides insights of everything happening on the
diff --git a/debian/rules b/debian/rules
index cf3c0cc99..ecb35e663 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,6 +77,11 @@ endif
override_dh_install-arch:
find debian/tmp -name .keep -delete
+ # Moving architecture independent plugins
+ mkdir -p $(TOP)-plugins-python/usr/lib/netdata/conf.d/health.d
+ mv debian/tmp/usr/lib/netdata/conf.d/health.d/mongodb.conf $(TOP)-plugins-python/usr/lib/netdata/conf.d/health.d
+ mv debian/tmp/usr/lib/netdata/conf.d/mongodb.conf $(TOP)-plugins-python/usr/lib/netdata/conf.d
+
# Copy architecture dependent plugins
mkdir -p $(TOP)-core/etc/netdata
cp debian/local/netdata/netdata.conf $(TOP)-core/etc/netdata