From ea124f1edc3f07df8b94e394590e6139e45e77d9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 8 Dec 2019 21:23:27 +0100 Subject: Moving nfacct.plugin to netdata-core, thanks to Stefan Krüger for the report (Closes: #946140). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Baumann --- debian/control | 8 ++++---- debian/rules | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index 32839e6ec..a581d792d 100644 --- a/debian/control +++ b/debian/control @@ -96,7 +96,7 @@ Suggests: nc, Breaks: netdata (<< 1.11.1+dfsg-5~), - netdata-plugins-bash (<< 1.16.1-3~), + netdata-plugins-bash (<< 1.19.0-2~), netdata-plugins-python (<< 1.17.0-1~), Description: real-time performance monitoring (core) Netdata is distributed, real-time, performance and health monitoring for @@ -131,7 +131,7 @@ Suggests: nc, Breaks: netdata (<< 1.11.1+dfsg-5~), - netdata-plugins-bash (<< 1.16.1-3~), + netdata-plugins-bash (<< 1.19.0-2~), 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 @@ -156,8 +156,8 @@ Enhances: netdata-core, netdata-core-no-sse, Breaks: - netdata-core (<< 1.16.1-3~), - netdata-core-no-sse (<< 1.16.1-3~), + netdata-core (<< 1.19.0-2~), + netdata-core-no-sse (<< 1.19.0-2~), Description: real-time performance monitoring (bash plugins) 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 6b7186776..f69baeedb 100755 --- a/debian/rules +++ b/debian/rules @@ -100,7 +100,7 @@ override_dh_install-arch: touch $(TOP)-core/etc/netdata/.opt-out-from-anonymous-statistics mkdir -p $(TOP)-core/usr/lib/netdata/plugins.d - for plugin in cgroup-network apps.plugin freeipmi.plugin perf.plugin; \ + for plugin in cgroup-network apps.plugin freeipmi.plugin nfacct.plugin perf.plugin; \ do \ cp debian/tmp/usr/lib/netdata/plugins.d/$${plugin} \ $(TOP)-core/usr/lib/netdata/plugins.d; \ @@ -115,7 +115,7 @@ ifeq (netdata-core-no-sse,$(findstring netdata-core-no-sse,$(PACKAGES))) touch $(TOP)-core-no-sse/etc/netdata/.opt-out-from-anonymous-statistics mkdir -p $(TOP)-core-no-sse/usr/lib/netdata/plugins.d - for plugin in cgroup-network apps.plugin freeipmi.plugin perf.plugin; \ + for plugin in cgroup-network apps.plugin freeipmi.plugin nfacct.plugin perf.plugin; \ do \ cp debian/tmp-core-no-sse/usr/lib/netdata/plugins.d/$${plugin} \ $(TOP)-core-no-sse/usr/lib/netdata/plugins.d; \ @@ -133,7 +133,7 @@ override_dh_install-indep: # Move architecture dependent plugins mkdir -p $(TOP)-core/usr/lib/netdata/plugins.d - for plugin in cgroup-network apps.plugin freeipmi.plugin perf.plugin; \ + for plugin in cgroup-network apps.plugin freeipmi.plugin nfacct.plugin perf.plugin; \ do \ mv -f $(TOP)-plugins-bash/usr/lib/netdata/plugins.d/$${plugin} \ $(TOP)-core/usr/lib/netdata/plugins.d; \ -- cgit v1.2.3