From a525ddc91cbdd9378fc51464a7f37e05c0a4e541 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 3 Sep 2019 13:03:59 +0200 Subject: Updating packaging for mongodb plugin. Signed-off-by: Daniel Baumann --- debian/control | 2 ++ debian/rules | 5 +++++ 2 files changed, 7 insertions(+) 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 -- cgit v1.2.3