1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
|
Source: netdata
Section: net
Priority: optional
Maintainer: Lennart Weller <lhw@ring0.de>
Uploaders:
Federico Ceratto <federico@debian.org>,
Daniel Baumann <daniel.baumann@progress-linux.org>,
Build-Depends:
debhelper-compat (= 12),
libipmimonitoring-dev,
pkg-config,
uuid-dev,
zlib1g-dev,
Rules-Requires-Root: no
Standards-Version: 4.3.0
Homepage: https://github.com/netdata/netdata
Vcs-Browser: https://salsa.debian.org/debian/netdata
Vcs-Git: https://salsa.debian.org/debian/netdata.git
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-core
Section: net
Architecture: linux-any
Pre-Depends:
${misc:Pre-Depends},
Depends:
libcap2-bin,
lsb-base,
sse2-support [i386],
${misc:Depends},
${shlibs:Depends},
Conflicts:
netdata-core-no-sse,
Replaces:
netdata-core-no-sse,
Recommends:
curl,
Breaks:
netdata (<< 1.11.1+dfsg-5~),
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-core,
Recommends:
curl,
Breaks:
netdata (<< 1.11.1+dfsg-5~),
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,
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},
Provides:
netdata-plugins,
Enhances:
netdata-core,
netdata-core-no-sse,
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.
|