From 89f8d515746f459d7ca8e6261bd590bd1b4602bd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:58:04 +0200 Subject: Adding debian version 1.44.3-2. Signed-off-by: Daniel Baumann --- debian/control | 183 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 183 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..23e30e5a --- /dev/null +++ b/debian/control @@ -0,0 +1,183 @@ +Source: netdata +Section: net +Priority: optional +Maintainer: Daniel Baumann +Uploaders: + Lennart Weller , + Federico Ceratto , +Build-Depends: + debhelper-compat (= 13), + dh-apache2, + libcap-dev, + libcups2-dev, + libh2o-dev-common, + libjson-c-dev, + libjudy-dev, + liblz4-dev, + libmnl-dev, + libnetfilter-acct-dev, + libprotobuf-dev, + libsnappy-dev, + libssl-dev, + libuv1-dev, + libyaml-dev, + pkg-config, + protobuf-compiler, + uuid-dev, + zlib1g-dev, +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Homepage: https://www.netdata.cloud +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-plugins-bash, + netdata-web, + ${misc:Depends}, +Recommends: + 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-web (>= ${source:Version}), + ${misc:Depends}, +Enhances: + netdata-core, +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, + passwd, + sse2-support [i386], + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: + curl, +Suggests: + apcupsd, + iproute2, + iw, + lm-sensors, + nc, +Breaks: + netdata-core-no-sse (<< 1.44), +Replaces: + netdata-core-no-sse, +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: + ${misc:Depends}, +Description: real-time performance monitoring (transitional package) + Package to ease upgrading from older netdata-core-no-sse package to the new + netdata-core package. + . + This package can be purged at anytime once the netdata-core package has been + installed. + +Package: netdata-plugins-bash +Section: net +Architecture: all +Multi-Arch: foreign +Depends: + netdata-core (>= ${source:Version}), + ${misc:Depends}, +Suggests: + fping, +Provides: + netdata-plugins, +Enhances: + netdata-core, +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-python +Section: net +Architecture: all +Multi-Arch: foreign +Depends: + netdata-core (>= ${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, +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}), + ${misc:Depends}, +Enhances: + netdata-core, +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. -- cgit v1.2.3