diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-09-03 11:03:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-09-03 11:07:25 +0000 |
commit | a525ddc91cbdd9378fc51464a7f37e05c0a4e541 (patch) | |
tree | 1c3f9c51289dc758a1bed5a5869e79617ffe9654 | |
parent | Merging upstream version 1.17.0. (diff) | |
download | netdata-a525ddc91cbdd9378fc51464a7f37e05c0a4e541.tar.xz netdata-a525ddc91cbdd9378fc51464a7f37e05c0a4e541.zip |
Updating packaging for mongodb plugin.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 77de56a9..45aaf9b2 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 cf3c0cc9..ecb35e66 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 |