summaryrefslogtreecommitdiffstats
path: root/contrib/debian
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/debian')
-rw-r--r--contrib/debian/changelog6
-rw-r--r--contrib/debian/compat1
-rw-r--r--contrib/debian/conffiles5
-rw-r--r--contrib/debian/control237
-rw-r--r--contrib/debian/copyright10
-rw-r--r--contrib/debian/netdata-ebpf-code-legacy.postinst13
-rw-r--r--contrib/debian/netdata-ebpf-code-legacy.preinst13
-rw-r--r--contrib/debian/netdata-plugin-apps.postinst17
-rw-r--r--contrib/debian/netdata-plugin-apps.preinst13
-rw-r--r--contrib/debian/netdata-plugin-chartsd.postinst13
-rw-r--r--contrib/debian/netdata-plugin-chartsd.preinst13
-rw-r--r--contrib/debian/netdata-plugin-cups.postinst13
-rw-r--r--contrib/debian/netdata-plugin-cups.preinst13
-rw-r--r--contrib/debian/netdata-plugin-debugfs.postinst17
-rw-r--r--contrib/debian/netdata-plugin-debugfs.preinst13
-rw-r--r--contrib/debian/netdata-plugin-ebpf.postinst14
-rw-r--r--contrib/debian/netdata-plugin-ebpf.preinst13
-rw-r--r--contrib/debian/netdata-plugin-freeipmi.postinst14
-rw-r--r--contrib/debian/netdata-plugin-freeipmi.preinst13
-rw-r--r--contrib/debian/netdata-plugin-go.postinst17
-rw-r--r--contrib/debian/netdata-plugin-go.preinst13
-rw-r--r--contrib/debian/netdata-plugin-logs-management.postinst17
-rw-r--r--contrib/debian/netdata-plugin-logs-management.preinst13
-rw-r--r--contrib/debian/netdata-plugin-network-viewer.postinst17
-rw-r--r--contrib/debian/netdata-plugin-network-viewer.preinst13
-rw-r--r--contrib/debian/netdata-plugin-nfacct.postinst14
-rw-r--r--contrib/debian/netdata-plugin-nfacct.preinst13
-rw-r--r--contrib/debian/netdata-plugin-perf.postinst20
-rw-r--r--contrib/debian/netdata-plugin-perf.preinst13
-rw-r--r--contrib/debian/netdata-plugin-pythond.postinst13
-rw-r--r--contrib/debian/netdata-plugin-pythond.preinst13
-rw-r--r--contrib/debian/netdata-plugin-slabinfo.postinst17
-rw-r--r--contrib/debian/netdata-plugin-slabinfo.preinst13
-rw-r--r--contrib/debian/netdata-plugin-systemd-journal.postinst17
-rw-r--r--contrib/debian/netdata-plugin-systemd-journal.preinst13
-rw-r--r--contrib/debian/netdata-plugin-xenstat.postinst14
-rw-r--r--contrib/debian/netdata-plugin-xenstat.preinst13
-rw-r--r--contrib/debian/netdata.default3
-rw-r--r--contrib/debian/netdata.docs1
-rwxr-xr-xcontrib/debian/netdata.init56
-rw-r--r--contrib/debian/netdata.install1
-rw-r--r--contrib/debian/netdata.postinst40
-rw-r--r--contrib/debian/netdata.postrm44
-rw-r--r--contrib/debian/netdata.preinst28
-rwxr-xr-xcontrib/debian/rules330
-rw-r--r--contrib/debian/source/format1
46 files changed, 0 insertions, 1218 deletions
diff --git a/contrib/debian/changelog b/contrib/debian/changelog
deleted file mode 100644
index 5ac1edb395..0000000000
--- a/contrib/debian/changelog
+++ /dev/null
@@ -1,6 +0,0 @@
-netdata (PREVIOUS_PACKAGE_VERSION) unstable; urgency=medium
-
- * Initial Release
-
- -- Netdata Builder <bot@netdata.cloud> PREVIOUS_PACKAGE_DATE
-
diff --git a/contrib/debian/compat b/contrib/debian/compat
deleted file mode 100644
index f599e28b8a..0000000000
--- a/contrib/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/contrib/debian/conffiles b/contrib/debian/conffiles
deleted file mode 100644
index 1ec902547d..0000000000
--- a/contrib/debian/conffiles
+++ /dev/null
@@ -1,5 +0,0 @@
-/etc/default/netdata
-/etc/init.d/netdata
-/etc/logrotate.d/netdata
-/etc/netdata/netdata.conf
-/etc/netdata/netdata-updater.conf
diff --git a/contrib/debian/control b/contrib/debian/control
deleted file mode 100644
index 6061b2e6f3..0000000000
--- a/contrib/debian/control
+++ /dev/null
@@ -1,237 +0,0 @@
-Source: netdata
-Build-Depends: debhelper (>= 10),
- dpkg-dev (>= 1.13.19),
- bison,
- cmake,
- curl,
- flex,
- golang (>= 1.21),
- libcups2-dev,
- libcurl4-openssl-dev,
- libelf-dev,
- libipmimonitoring-dev,
- libjson-c-dev,
- liblz4-dev,
- libmnl-dev,
- libmongoc-dev,
- libnetfilter-acct-dev,
- libpcre2-dev,
- libprotobuf-dev,
- libprotoc-dev,
- libsnappy-dev,
- libssl-dev,
- libsystemd-dev,
- libuv1-dev,
- libyaml-dev,
- pkg-config,
- protobuf-compiler,
- uuid-dev,
- zlib1g-dev
-Section: net
-Priority: optional
-Maintainer: Netdata Builder <bot@netdata.cloud>
-Standards-Version: 3.9.6
-Homepage: https://netdata.cloud
-
-Package: netdata
-Architecture: any
-Depends: openssl,
- ${misc:Depends},
- ${shlibs:Depends},
- netdata-plugin-ebpf (= ${source:Version}) [amd64],
- netdata-plugin-apps (= ${source:Version}),
- netdata-plugin-pythond (= ${source:Version}),
- netdata-plugin-go (= ${source:Version}),
- netdata-plugin-debugfs (= ${source:Version}),
- netdata-plugin-nfacct (= ${source:Version}),
- netdata-plugin-chartsd (= ${source:Version}),
- netdata-plugin-slabinfo (= ${source:Version}),
- netdata-plugin-perf (= ${source:Version})
-Pre-Depends: adduser,
- dpkg (>= 1.17.14),
- libcap2-bin (>=1:2.0),
- lsb-base (>= 3.1-23.2)
-Conflicts: netdata-core,
- netdata-plugins-bash,
- netdata-plugins-python,
- netdata-web
-Suggests: netdata-plugin-cups (= ${source:Version}),
- netdata-plugin-freeipmi (= ${source:Version})
-Recommends: netdata-plugin-systemd-journal (= ${source:Version}),
- netdata-plugin-logs-management (= ${source:Version}),
- netdata-plugin-network-viewer (= ${source:Version})
-Description: real-time charts for system monitoring
- Netdata is a daemon that collects data in realtime (per second)
- and presents a web site to view and analyze them. The presentation
- is also real-time and full of interactive charts that precisely
- render all collected values.
-
-Package: netdata-plugin-cups
-Architecture: any
-Depends: cups,
- ${shlibs:Depends},
- netdata (= ${source:Version})
-Pre-Depends: adduser
-Description: The CUPS metrics collection plugin for the Netdata Agent
- This plugin allows the Netdata Agent to collect metrics from the Common
- UNIX Printing System.
-
-Package: netdata-plugin-freeipmi
-Architecture: any
-Depends: freeipmi,
- ${shlibs:Depends},
- netdata (= ${source:Version})
-Pre-Depends: adduser
-Description: The FreeIPMI metrics collection plugin for the Netdata Agent
- This plugin allows the Netdata Agent to collect metrics from hardware
- using FreeIPMI.
-
-Package: netdata-plugin-nfacct
-Architecture: any
-Depends: ${shlibs:Depends},
- netdata (= ${source:Version})
-Pre-Depends: adduser
-Conflicts: netdata (<< ${source:Version})
-Description: The NFACCT metrics collection plugin for the Netdata Agent
- This plugin allows the Netdata Agent to collect metrics from the firewall
- using NFACCT objects.
-
-Package: netdata-plugin-chartsd
-Architecture: all
-Depends: bash,
- netdata (= ${source:Version})
-Pre-Depends: adduser
-Conflicts: netdata (<< ${source:Version})
-Suggests: apcupsd, iw, sudo
-Description: The charts.d metrics collection plugin for the Netdata Agent
- This plugin adds a selection of additional collectors written in shell
- script to the Netdata Agent. It includes collectors for APCUPSD,
- LibreSWAN, OpenSIPS, and Wireless access point statistics.
-
-Package: netdata-plugin-ebpf
-Architecture: amd64
-Depends: ${shlibs:Depends},
- netdata (= ${source:Version}),
- netdata-ebpf-code-legacy (= ${source:Version})
-Pre-Depends: adduser
-Recommends: netdata-plugin-apps (= ${source:Version})
-Conflicts: netdata (<< ${source:Version})
-Description: The eBPF metrics collection plugin for the Netdata Agent
- This plugin allows the Netdata Agent to use eBPF code to collect more
- detailed kernel-level metrics for the system.
-
-Package: netdata-ebpf-code-legacy
-Architecture: amd64
-Depends: netdata-plugin-ebpf (= ${source:Version})
-Pre-Depends: adduser
-Conflicts: netdata (<< ${source:Version})
-Description: Compiled eBPF legacy code for the Netdata eBPF plugin
- This package provides the pre-compiled eBPF legacy code for use by
- the Netdata eBPF plugin. This code is only needed when using the eBPF
- plugin with kernel that do not include BTF support (mostly kernel
- versions lower than 5.10)..
-
-Package: netdata-plugin-pythond
-Architecture: all
-Depends: netdata (= ${source:Version})
-Pre-Depends: adduser
-Suggests: sudo
-Conflicts: netdata (<< ${source:Version})
-Description: The python.d metrics collection plugin for the Netdata Agent
- Many of the collectors provided by this package are also available
- in netdata-plugin-god. In msot cases, you probably want to use those
- versions instead of the Python versions.
-
-Package: netdata-plugin-go
-Architecture: any
-Depends: ${shlibs:Depends},
- netdata (= ${source:Version})
-Pre-Depends: libcap2-bin, adduser
-Suggests: nvme-cli, sudo
-Conflicts: netdata (<< ${source:Version})
-Description: The go.d metrics collection plugin for the Netdata Agent
- This plugin adds a selection of additional collectors written in Go to
- the Netdata Agent. A significant percentage of the application specific
- collectors provided by Netdata are part of this plugin, so most users
- will want it installed.
-
-Package: netdata-plugin-apps
-Architecture: any
-Depends: ${shlibs:Depends},
- netdata (= ${source:Version})
-Pre-Depends: libcap2-bin, adduser
-Conflicts: netdata (<< ${source:Version})
-Description: The per-application metrics collection plugin for the Netdata Agent
- This plugin allows the Netdata Agent to collect per-application and
- per-user metrics without using cgroups.
-
-Package: netdata-plugin-slabinfo
-Architecture: any
-Depends: ${shlibs:Depends},
- netdata (= ${source:Version})
-Pre-Depends: libcap2-bin, adduser
-Conflicts: netdata (<< ${source:Version})
-Description: The slabinfo metrics collector for the Netdata Agent
- This plugin allows the Netdata Agent to collect perfromance and
- utilization metrics for the Linux kernel’s SLAB allocator.
-
-Package: netdata-plugin-perf
-Architecture: any
-Depends: ${shlibs:Depends},
- netdata (= ${source:Version})
-Pre-Depends: libcap2-bin, adduser
-Conflicts: netdata (<< ${source:Version})
-Description: The perf metrics collector for the Netdata Agent
- This plugin allows the Netdata to collect metrics from the Linux perf
- subsystem.
-
-Package: netdata-plugin-debugfs
-Architecture: any
-Depends: ${shlibs:Depends},
- netdata (= ${source:Version})
-Pre-Depends: libcap2-bin, adduser
-Conflicts: netdata (<< ${source:Version})
-Description: The debugfs metrics collector for the Netdata Agent
- This plugin allows the Netdata Agent to collect Linux kernel metrics
- exposed through debugfs.
-
-Package: netdata-plugin-systemd-journal
-Architecture: any
-Depends: ${shlibs:Depends},
- netdata (= ${source:Version})
-Pre-Depends: libcap2-bin, adduser
-Conflicts: netdata (<< ${source:Version})
-Description: The systemd-journal collector for the Netdata Agent
- This plugin allows the Netdata Agent to present logs from the systemd
- journal on Netdata Cloud or the local Agent dashboard.
-
-Package: netdata-plugin-xenstat
-Architecture: amd64 arm64
-Depends: ${shlibs:Depends},
- netdata (= ${source:Version})
-Pre-Depends: adduser
-Conflicts: netdata (<< ${source:Version})
-Description: The xenstat plugin for the Netdata Agent
- This plugin allows the Netdata Agent to collect metrics from the Xen
- Hypervisor.
-
-Package: netdata-plugin-logs-management
-Architecture: any
-Depends: ${shlibs:Depends},
- netdata (= ${source:Version})
-Pre-Depends: libcap2-bin, adduser
-Conflicts: netdata (<< ${source:Version})
-Description: The logs-management plugin for the Netdata Agent
- This plugin allows the Netdata Agent to collect logs from the system
- and parse them to extract metrics.
-
-Package: netdata-plugin-network-viewer
-Architecture: any
-Depends: ${shlibs:Depends},
- netdata (= ${source:Version})
-Pre-Depends: libcap2-bin, adduser
-Recommends: netdata-plugin-ebpf (= ${source:Version}) [amd64]
-Conflicts: netdata (<< ${source:Version})
-Description: The network viewer plugin for the Netdata Agent
- This plugin allows the Netdata Agent to provide network connection
- mapping functionality for use in netdata Cloud.
diff --git a/contrib/debian/copyright b/contrib/debian/copyright
deleted file mode 100644
index 085580ea15..0000000000
--- a/contrib/debian/copyright
+++ /dev/null
@@ -1,10 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: Netdata
-Upstream-Contact: Costa Tsaousis <costa@tsaousis.gr>
-Source: https://github.com/netdata/netdata
-
-Files: *
-Copyright: 2014-2016, Costa Tsaousis
-License: GPL-3+
- On Debian systems, the complete text of the GNU General Public
- License version 3 can be found in /usr/share/common-licenses/GPL-3.
diff --git a/contrib/debian/netdata-ebpf-code-legacy.postinst b/contrib/debian/netdata-ebpf-code-legacy.postinst
deleted file mode 100644
index b82532286c..0000000000
--- a/contrib/debian/netdata-ebpf-code-legacy.postinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- configure|reconfigure)
- grep /usr/libexec/netdata /var/lib/dpkg/info/netdata-ebpf-code-legacy.list | xargs -n 30 chown root:netdata
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/contrib/debian/netdata-ebpf-code-legacy.preinst b/contrib/debian/netdata-ebpf-code-legacy.preinst
deleted file mode 100644
index fcabb415aa..0000000000
--- a/contrib/debian/netdata-ebpf-code-legacy.preinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- install)
- if ! getent group netdata > /dev/null; then
- addgroup --quiet --system netdata
- fi
- ;;
-esac
-
-#DEBHELPER#
diff --git a/contrib/debian/netdata-plugin-apps.postinst b/contrib/debian/netdata-plugin-apps.postinst
deleted file mode 100644
index f2e52a4b37..0000000000
--- a/contrib/debian/netdata-plugin-apps.postinst
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- configure|reconfigure)
- chown root:netdata /usr/libexec/netdata/plugins.d/apps.plugin
- chmod 0750 /usr/libexec/netdata/plugins.d/apps.plugin
- if ! setcap "cap_dac_read_search=eip cap_sys_ptrace=eip" /usr/libexec/netdata/plugins.d/apps.plugin; then
- chmod -f 4750 /usr/libexec/netdata/plugins.d/apps.plugin
- fi
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/contrib/debian/netdata-plugin-apps.preinst b/contrib/debian/netdata-plugin-apps.preinst
deleted file mode 100644
index fcabb415aa..0000000000
--- a/contrib/debian/netdata-plugin-apps.preinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- install)
- if ! getent group netdata > /dev/null; then
- addgroup --quiet --system netdata
- fi
- ;;
-esac
-
-#DEBHELPER#
diff --git a/contrib/debian/netdata-plugin-chartsd.postinst b/contrib/debian/netdata-plugin-chartsd.postinst
deleted file mode 100644
index 1871bfef65..0000000000
--- a/contrib/debian/netdata-plugin-chartsd.postinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- configure|reconfigure)
- grep /usr/libexec/netdata /var/lib/dpkg/info/netdata-plugin-chartsd.list | xargs -n 30 chown root:netdata
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/contrib/debian/netdata-plugin-chartsd.preinst b/contrib/debian/netdata-plugin-chartsd.preinst
deleted file mode 100644
index fcabb415aa..0000000000
--- a/contrib/debian/netdata-plugin-chartsd.preinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- install)
- if ! getent group netdata > /dev/null; then
- addgroup --quiet --system netdata
- fi
- ;;
-esac
-
-#DEBHELPER#
diff --git a/contrib/debian/netdata-plugin-cups.postinst b/contrib/debian/netdata-plugin-cups.postinst
deleted file mode 100644
index df89ea3813..0000000000
--- a/contrib/debian/netdata-plugin-cups.postinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- configure|reconfigure)
- chown root:netdata /usr/libexec/netdata/plugins.d/cups.plugin
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/contrib/debian/netdata-plugin-cups.preinst b/contrib/debian/netdata-plugin-cups.preinst
deleted file mode 100644
index b93fbc12bf..0000000000
--- a/contrib/debian/netdata-plugin-cups.preinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- install)
- if ! getent group netdata > /dev/null; then
- addgroup --quiet --system netdata
- fi
- ;;
-esac
-
-#DEBHELPER# \ No newline at end of file
diff --git a/contrib/debian/netdata-plugin-debugfs.postinst b/contrib/debian/netdata-plugin-debugfs.postinst
deleted file mode 100644
index 4519dabd38..0000000000
--- a/contrib/debian/netdata-plugin-debugfs.postinst
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- configure|reconfigure)
- chown root:netdata /usr/libexec/netdata/plugins.d/debugfs.plugin
- chmod 0750 /usr/libexec/netdata/plugins.d/debugfs.plugin
- if ! setcap "cap_dac_read_search=eip" /usr/libexec/netdata/plugins.d/debugfs.plugin; then
- chmod -f 4750 /usr/libexec/netdata/plugins.d/debugfs.plugin
- fi
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/contrib/debian/netdata-plugin-debugfs.preinst b/contrib/debian/netdata-plugin-debugfs.preinst
deleted file mode 100644
index fcabb415aa..0000000000
--- a/contrib/debian/netdata-plugin-debugfs.preinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- install)
- if ! getent group netdata > /dev/null; then
- addgroup --quiet --system netdata
- fi
- ;;
-esac
-
-#DEBHELPER#
diff --git a/contrib/debian/netdata-plugin-ebpf.postinst b/contrib/debian/netdata-plugin-ebpf.postinst
deleted file mode 100644
index 3076d40481..0000000000
--- a/contrib/debian/netdata-plugin-ebpf.postinst
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- configure|reconfigure)
- grep /usr/libexec/netdata /var/lib/dpkg/info/netdata-plugin-ebpf.list | xargs -n 30 chown root:netdata
- chmod -f 4750 /usr/libexec/netdata/plugins.d/ebpf.plugin
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/contrib/debian/netdata-plugin-ebpf.preinst b/contrib/debian/netdata-plugin-ebpf.preinst
deleted file mode 100644
index fcabb415aa..0000000000
--- a/contrib/debian/netdata-plugin-ebpf.preinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- install)
- if ! getent group netdata > /dev/null; then
- addgroup --quiet --system netdata
- fi
- ;;
-esac
-
-#DEBHELPER#
diff --git a/contrib/debian/netdata-plugin-freeipmi.postinst b/contrib/debian/netdata-plugin-freeipmi.postinst
deleted file mode 100644
index 9e88d406aa..0000000000
--- a/contrib/debian/netdata-plugin-freeipmi.postinst
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- configure|reconfigure)
- chown root:netdata /usr/libexec/netdata/plugins.d/freeipmi.plugin
- chmod -f 4750 /usr/libexec/netdata/plugins.d/freeipmi.plugin
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/contrib/debian/netdata-plugin-freeipmi.preinst b/contrib/debian/netdata-plugin-freeipmi.preinst
deleted file mode 100644
index fcabb415aa..0000000000
--- a/contrib/debian/netdata-plugin-freeipmi.preinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- install)
- if ! getent group netdata > /dev/null; then
- addgroup --quiet --system netdata
- fi
- ;;
-esac
-
-#DEBHELPER#
diff --git a/contrib/debian/netdata-plugin-go.postinst b/contrib/debian/netdata-plugin-go.postinst
deleted file mode 100644
index e8604929e0..0000000000
--- a/contrib/debian/netdata-plugin-go.postinst
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- configure|reconfigure)
- chown root:netdata /usr/libexec/netdata/plugins.d/go.d.plugin
- chmod 0750 /usr/libexec/netdata/plugins.d/go.d.plugin
- if ! setcap "cap_dac_read_search+epi cap_net_admin=eip cap_net_raw=eip" /usr/libexec/netdata/plugins.d/go.d.plugin; then
- chmod -f 4750 /usr/libexec/netdata/plugins.d/go.d.plugin
- fi
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/contrib/debian/netdata-plugin-go.preinst b/contrib/debian/netdata-plugin-go.preinst
deleted file mode 100644
index fcabb415aa..0000000000
--- a/contrib/debian/netdata-plugin-go.preinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- install)
- if ! getent group netdata > /dev/null; then
- addgroup --quiet --system netdata
- fi
- ;;
-esac
-
-#DEBHELPER#
diff --git a/contrib/debian/netdata-plugin-logs-management.postinst b/contrib/debian/netdata-plugin-logs-management.postinst
deleted file mode 100644
index d589310c64..0000000000
--- a/contrib/debian/netdata-plugin-logs-management.postinst
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- configure|reconfigure)
- grep /usr/libexec/netdata /var/lib/dpkg/info/netdata-plugin-logs-management.list | xargs -n 30 chown root:netdata
- chmod 0750 /usr/libexec/netdata/plugins.d/logs-management.plugin
- if ! setcap "cap_dac_read_search=eip cap_syslog=eip" /usr/libexec/netdata/plugins.d/logs-management.plugin; then
- chmod -f 4750 /usr/libexec/netdata/plugins.d/logs-management.plugin
- fi
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/contrib/debian/netdata-plugin-logs-management.preinst b/contrib/debian/netdata-plugin-logs-management.preinst
deleted file mode 100644
index fcabb415aa..0000000000
--- a/contrib/debian/netdata-plugin-logs-management.preinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- install)
- if ! getent group netdata > /dev/null; then
- addgroup --quiet --system netdata
- fi
- ;;
-esac
-
-#DEBHELPER#
diff --git a/contrib/debian/netdata-plugin-network-viewer.postinst b/contrib/debian/netdata-plugin-network-viewer.postinst
deleted file mode 100644
index 6f2289e435..0000000000
--- a/contrib/debian/netdata-plugin-network-viewer.postinst
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- configure|reconfigure)
- chown root:netdata /usr/libexec/netdata/plugins.d/network-viewer.plugin
- chmod 0750 /usr/libexec/netdata/plugins.d/network-viewer.plugin
- if ! setcap "cap_dac_read_search,cap_sys_admin,cap_sys_ptrace=eip" /usr/libexec/netdata/plugins.d/network-viewer.plugin; then
- chmod -f 4750 /usr/libexec/netdata/plugins.d/network-viewer.plugin
- fi
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/contrib/debian/netdata-plugin-network-viewer.preinst b/contrib/debian/netdata-plugin-network-viewer.preinst
deleted file mode 100644
index fcabb415aa..0000000000
--- a/contrib/debian/netdata-plugin-network-viewer.preinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- install)
- if ! getent group netdata > /dev/null; then
- addgroup --quiet --system netdata
- fi
- ;;
-esac
-
-#DEBHELPER#
diff --git a/contrib/debian/netdata-plugin-nfacct.postinst b/contrib/debian/netdata-plugin-nfacct.postinst
deleted file mode 100644
index 3fa37641f5..0000000000
--- a/contrib/debian/netdata-plugin-nfacct.postinst
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- configure|reconfigure)
- chown root:netdata /usr/libexec/netdata/plugins.d/nfacct.plugin
- chmod -f 4750 /usr/libexec/netdata/plugins.d/nfacct.plugin
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/contrib/deb