diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2018-12-09 23:07:19 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2018-12-09 23:17:08 +0000 |
commit | 2a5866c379aa353d079f8a6b1acffed13c269c0c (patch) | |
tree | 79da96a58e9e0e9f95c18734257b59f9d9e91728 | |
parent | Update copyright (diff) | |
download | netdata-2a5866c379aa353d079f8a6b1acffed13c269c0c.tar.xz netdata-2a5866c379aa353d079f8a6b1acffed13c269c0c.zip |
Add Recommends
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 24cc4ee9a..7f6bc176c 100644 --- a/debian/control +++ b/debian/control @@ -50,6 +50,7 @@ Depends: libjs-bootstrap, ${misc:Depends}, ${shlibs:Depends}, +Recommends: netdata (=${source:Version}) Description: real-time charts for system monitoring (Data) Netdata is a daemon that collects data in realtime (per second) and presents a web site to view and analyze them. The presentation |