From 007419fc24810715a3485998c3af3c782dd9f788 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 1 Jan 2019 15:58:30 +0100 Subject: Moving architecture-independent plugins to interpreter specific netdata-plugins packages to installations with targeted/minimized depends. Signed-off-by: Daniel Baumann --- debian/control | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 56 insertions(+), 6 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index ca7ec846c..77c36f84d 100644 --- a/debian/control +++ b/debian/control @@ -25,17 +25,14 @@ Pre-Depends: Depends: libcap2-bin, lsb-base, + netdata-plugins-bash (=${source:Version}), + netdata-plugins-nodejs (=${source:Version}), + netdata-plugins-python (=${source:Version}), netdata-web (=${source:Version}), - python3, - python3-six, - python3-urllib3 (>= 1.22), - python3-yaml, ${misc:Depends}, ${shlibs:Depends}, Recommends: curl, - fping, - nodejs, Description: real-time performance monitoring Netdata is distributed, real-time, performance and health monitoring for systems and applications. It provides insights of everything happening on the @@ -45,6 +42,59 @@ Description: real-time performance monitoring integrated to existing monitoring tool chains (Prometheus, Graphite, OpenTSDB, Kafka, Grafana, etc). +Package: netdata-plugins-bash +Architecture: all +Multi-Arch: foreign +Depends: + bash, + netdata (=${source:Version}), + ${misc:Depends}, +Suggests: + fping, +Enhances: + netdata, +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 + systems it runs using interactive web dashboards. + . + This package contains the plugins using bash. + +Package: netdata-plugins-nodejs +Architecture: all +Multi-Arch: foreign +Depends: + netdata (=${source:Version}), + nodejs, + ${misc:Depends}, +Enhances: + netdata, +Description: real-time performance monitoring (nodejs plugins) + Netdata is distributed, real-time, performance and health monitoring for + systems and applications. It provides insights of everything happening on the + systems it runs using interactive web dashboards. + . + This package contains the plugins using nodejs. + +Package: netdata-plugins-python +Architecture: all +Multi-Arch: foreign +Depends: + netdata (=${source:Version}), + python3, + python3-six, + python3-urllib3 (>= 1.22), + python3-yaml, + ${misc:Depends}, +Enhances: + netdata, +Description: real-time performance monitoring (python plugins) + Netdata is distributed, real-time, performance and health monitoring for + systems and applications. It provides insights of everything happening on the + systems it runs using interactive web dashboards. + . + This package contains the plugins using python. + Package: netdata-web Section: net Architecture: all -- cgit v1.2.3