summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorKatharina Drexel <katharina.drexel@bfh.ch>2019-08-14 09:52:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-08-14 09:53:56 +0000
commit1fd5e7bce7c99083f31454b48190cb42227e5394 (patch)
tree0023ff0101e9aa7c6cc0b74a296a13c8b948b75c /debian/control
parenttypo fix in debian/rules: s/init/systemd/ (diff)
downloadnetdata-1fd5e7bce7c99083f31454b48190cb42227e5394.tar.xz
netdata-1fd5e7bce7c99083f31454b48190cb42227e5394.zip
adding package netdata-apache2
Signed-off-by: Katharina Drexel <katharina.drexel@bfh.ch> Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 6a0d968cb..1c0ef4e9a 100644
--- a/debian/control
+++ b/debian/control
@@ -178,3 +178,25 @@ Description: real-time performance monitoring (web)
systems it runs using interactive web dashboards.
.
This package contains the web frontend.
+
+Package: netdata-apache2
+Section: net
+Architecture: all
+Depends:
+ netdata-core (>= ${source:Version}) | netdata-core-no-sse (>= ${source:Version}),
+ netdata-web (>= ${source:Version}),
+ apache2
+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.
+ .
+ Although the package comports a generic web server, it is recommended to run the
+ service through a "real" web server, let alone for security reasons
+ (encryption, authentication, ...).
+ .
+ This package contains some basic configuration for apache and enables the
+ necessary modules.