summaryrefslogtreecommitdiffstats
path: root/contrib/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-21 17:19:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-21 17:19:04 +0000
commit310edf444908b09ea6d00c03baceb7925f3bb7a2 (patch)
tree7064577c7fa7a851e2e930beb606ea8237b0bbd2 /contrib/debian/control
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-310edf444908b09ea6d00c03baceb7925f3bb7a2.tar.xz
netdata-310edf444908b09ea6d00c03baceb7925f3bb7a2.zip
Merging upstream version 1.45.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'contrib/debian/control')
-rw-r--r--contrib/debian/control65
1 files changed, 42 insertions, 23 deletions
diff --git a/contrib/debian/control b/contrib/debian/control
index 4163aa1df..6061b2e6f 100644
--- a/contrib/debian/control
+++ b/contrib/debian/control
@@ -1,34 +1,32 @@
Source: netdata
-Build-Depends: debhelper (>= 9.20160709),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10),
dpkg-dev (>= 1.13.19),
- zlib1g-dev,
- uuid-dev,
+ bison,
+ cmake,
+ curl,
+ flex,
+ golang (>= 1.21),
+ libcups2-dev,
libcurl4-openssl-dev,
libelf-dev,
- libuv1-dev,
+ libipmimonitoring-dev,
+ libjson-c-dev,
liblz4-dev,
- libssl-dev,
libmnl-dev,
- libjson-c-dev,
- libyaml-dev,
- libcups2-dev,
- libipmimonitoring-dev,
+ libmongoc-dev,
libnetfilter-acct-dev,
- libsnappy-dev,
libpcre2-dev,
libprotobuf-dev,
libprotoc-dev,
+ libsnappy-dev,
+ libssl-dev,
libsystemd-dev,
- cmake,
- autogen,
- autoconf,
- automake,
+ libuv1-dev,
+ libyaml-dev,
pkg-config,
- curl,
protobuf-compiler,
- bison,
- flex
+ uuid-dev,
+ zlib1g-dev
Section: net
Priority: optional
Maintainer: Netdata Builder <bot@netdata.cloud>
@@ -60,7 +58,8 @@ Conflicts: netdata-core,
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-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
@@ -103,10 +102,10 @@ Depends: bash,
netdata (= ${source:Version})
Pre-Depends: adduser
Conflicts: netdata (<< ${source:Version})
-Suggests: apcupsd, nut, iw, sudo
+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 NUT, APCUPSD,
+ script to the Netdata Agent. It includes collectors for APCUPSD,
LibreSWAN, OpenSIPS, and Wireless access point statistics.
Package: netdata-plugin-ebpf
@@ -134,8 +133,7 @@ Description: Compiled eBPF legacy code for the Netdata eBPF plugin
Package: netdata-plugin-pythond
Architecture: all
-Depends: ${shlibs:Depends},
- netdata (= ${source:Version})
+Depends: netdata (= ${source:Version})
Pre-Depends: adduser
Suggests: sudo
Conflicts: netdata (<< ${source:Version})
@@ -207,6 +205,16 @@ 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},
@@ -216,3 +224,14 @@ 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.