summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-09-03 11:03:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-09-03 11:07:25 +0000
commita525ddc91cbdd9378fc51464a7f37e05c0a4e541 (patch)
tree1c3f9c51289dc758a1bed5a5869e79617ffe9654
parentMerging upstream version 1.17.0. (diff)
downloadnetdata-a525ddc91cbdd9378fc51464a7f37e05c0a4e541.tar.xz
netdata-a525ddc91cbdd9378fc51464a7f37e05c0a4e541.zip
Updating packaging for mongodb plugin.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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