summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-01-01 14:58:30 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-01-27 20:48:44 +0000
commit007419fc24810715a3485998c3af3c782dd9f788 (patch)
tree0d1a6c1a726fce91dc2752ed6b526adb531c6dd6 /debian/control
parentRenaming netdata-data to netdata-web. (diff)
downloadnetdata-007419fc24810715a3485998c3af3c782dd9f788.tar.xz
netdata-007419fc24810715a3485998c3af3c782dd9f788.zip
Moving architecture-independent plugins to interpreter specific netdata-plugins packages to installations with targeted/minimized depends.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control62
1 files changed, 56 insertions, 6 deletions
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