summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 11:08:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 11:08:08 +0000
commitba729bd1d3089ba48b57ff6cab7e4ca21ccb4146 (patch)
tree156030137bdda66d88a8ae3d033ecf55d1c141da /debian/control
parentAdding upstream version 1.29.3. (diff)
downloadnetdata-ba729bd1d3089ba48b57ff6cab7e4ca21ccb4146.tar.xz
netdata-ba729bd1d3089ba48b57ff6cab7e4ca21ccb4146.zip
Adding debian version 1.29.3-4.debian/1.29.3-4debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control249
1 files changed, 249 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ad9c8b0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,249 @@
+Source: netdata
+Section: net
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Uploaders:
+ Lennart Weller <lhw@ring0.de>,
+ Federico Ceratto <federico@debian.org>,
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-apache2,
+ libcap-dev,
+ libcups2-dev,
+ libjson-c-dev,
+ libjudy-dev,
+ liblz4-dev,
+ libmnl-dev,
+ libnetfilter-acct-dev,
+ libprotobuf-dev,
+ libsnappy-dev,
+ libssl-dev,
+ libuv1-dev,
+ pkg-config,
+ protobuf-compiler,
+ uuid-dev,
+ zlib1g-dev,
+Rules-Requires-Root: no
+Standards-Version: 4.5.1
+Homepage: https://github.com/netdata/netdata
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/netdata
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/netdata
+
+Package: netdata
+Section: net
+Architecture: all
+Depends:
+ netdata-core | netdata-core-no-sse,
+ netdata-plugins-bash,
+ netdata-web,
+ ${misc:Depends},
+Recommends:
+ netdata-plugins-nodejs,
+ netdata-plugins-python,
+Description: real-time performance monitoring (metapackage)
+ 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.
+ .
+ It can run autonomously without any third party components or it can be
+ integrated to existing monitoring tool chains (Prometheus, Graphite,
+ OpenTSDB, Kafka, Grafana, etc).
+ .
+ This package is a metapackage depending on the typical netdata components.
+
+Package: netdata-apache2
+Section: net
+Architecture: all
+Depends:
+ apache2,
+ netdata-core (>= ${source:Version}) | netdata-core-no-sse (>= ${source:Version}),
+ netdata-web (>= ${source:Version}),
+ ${misc:Depends},
+Enhances:
+ netdata-core,
+ netdata-core-no-sse,
+Description: real-time performance monitoring (apache integration)
+ 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.
+ .
+ Netdata includes its own embedded webserver, by default listening on localhost
+ only. To make netdata available to other users, a dedicated webserver such as
+ apache should be used (with authentication and encryption).
+ .
+ This package contains the integration for the apache HTTP server.
+
+Package: netdata-core
+Section: net
+Architecture: linux-any
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ libcap2-bin,
+ lsb-base,
+ sse2-support [i386],
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ curl,
+Suggests:
+ apcupsd,
+ hddtemp,
+ iproute2,
+ iw,
+ lm-sensors,
+ nc,
+Breaks:
+ netdata-plugins-bash (<< 1.19.0-2~),
+ netdata-plugins-python (<< 1.17.0-1~),
+Conflicts:
+ netdata-core-no-sse,
+Replaces:
+ netdata-core-no-sse,
+ 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
+ systems and applications. It provides insights of everything happening on the
+ systems it runs using interactive web dashboards.
+ .
+ This package contains the minimal core build with SSE2 optimizations for
+ current systems.
+
+Package: netdata-core-no-sse
+Section: net
+Architecture: i386
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ libcap2-bin,
+ lsb-base,
+ ${misc:Depends},
+ ${shlibs:Depends},
+Conflicts:
+ netdata-core,
+Replaces:
+ netdata-plugins-bash (<< 1.19.0-2~),
+ netdata-plugins-python (<< 1.17.0-1~),
+Recommends:
+ curl,
+Suggests:
+ apcupsd,
+ hddtemp,
+ iproute2,
+ iw,
+ lm-sensors,
+ nc,
+Breaks:
+ 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
+ systems and applications. It provides insights of everything happening on the
+ systems it runs using interactive web dashboards.
+ .
+ This package contains the minimal core build without SSE2 optimizations for
+ old systems. If unsure, use netdata-core instead.
+
+Package: netdata-plugins-bash
+Section: net
+Architecture: all
+Multi-Arch: foreign
+Depends:
+ netdata-core (>= ${source:Version}) | netdata-core-no-sse (>= ${source:Version}),
+ ${misc:Depends},
+Suggests:
+ fping,
+Provides:
+ netdata-plugins,
+Enhances:
+ netdata-core,
+ netdata-core-no-sse,
+Breaks:
+ netdata-core (<< 1.19.0-2~),
+ netdata-core-no-sse (<< 1.19.0-2~),
+Replaces:
+ 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
+ systems it runs using interactive web dashboards.
+ .
+ This package contains the plugins using bash.
+
+Package: netdata-plugins-nodejs
+Section: net
+Architecture: all
+Multi-Arch: foreign
+Depends:
+ netdata-core (>= ${source:Version}) | netdata-core-no-sse (>= ${source:Version}),
+ ${misc:Depends},
+Recommends:
+ nodejs,
+Provides:
+ netdata-plugins,
+Enhances:
+ netdata-core,
+ netdata-core-no-sse,
+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
+Section: net
+Architecture: all
+Multi-Arch: foreign
+Depends:
+ netdata-core (>= ${source:Version}) | netdata-core-no-sse (>= ${source:Version}),
+ python3,
+ python3-six,
+ python3-urllib3 (>= 1.22),
+ python3-yaml,
+ ${misc:Depends},
+Suggests:
+ python3-psycopg2,
+ python3-pymysql,
+ python3-requests,
+Provides:
+ netdata-plugins,
+Enhances:
+ netdata-core,
+ netdata-core-no-sse,
+Breaks:
+ netdata-core (<< 1.17.0-1~),
+ netdata-core-no-sse (<< 1.17.0-1~),
+Replaces:
+ netdata-core (<< 1.17.0-1~),
+ netdata-core-no-sse (<< 1.17.0-1~),
+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
+Depends:
+ fonts-font-awesome,
+ libjs-bootstrap,
+ netdata-core (>= ${source:Version}) | netdata-core-no-sse (>= ${source:Version}),
+ ${misc:Depends},
+Conflicts:
+ netdata-data,
+Replaces:
+ netdata-data,
+Enhances:
+ netdata-core,
+ netdata-core-no-sse,
+Description: real-time performance monitoring (web)
+ 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 web frontend.