summaryrefslogtreecommitdiffstats
path: root/contrib/debian/control.jessie
blob: ced85d20e8a33c4c33130c89c5691712a0f57acf (plain)
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
Source: netdata
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               dh-systemd (>= 1.5),
               dpkg-dev (>= 1.13.19),
               zlib1g-dev,
               uuid-dev,
               liblz4-dev,
               libjudy-dev,
               libssl-dev,
               libmnl-dev,
               libjson-c-dev,
               libcups2-dev,
               libipmimonitoring-dev,
               libnetfilter-acct-dev,
               libsnappy-dev,
               libprotobuf-dev,
               libprotoc-dev,
               autogen,
               autoconf,
               automake,
               pkg-config,
               curl,
               gcc,
               g++
Section: net
Priority: optional
Maintainer: Costa Tsaousis <costa@tsaousis.gr>
Standards-Version: 3.9.6
Homepage: https://github.com/netdata/netdata/wiki

Package: netdata
Architecture: any
Depends: adduser,
         libcap2-bin (>= 1:2.0),
         lsb-base (>= 3.1-23.2),
         zlib1g,
         libuuid1,
         liblz4-1,
         libjudydebian1,
         openssl,
         libmnl0,
         libjson-c3,
         cups,
         freeipmi,
         libnetfilter-acct1,
         libprotobuf-c1,
         libsnappy1v5,
         libprotoc10,
         ${misc:Depends},
         ${shlibs:Depends}
Description: real-time charts for system monitoring
 Netdata is a daemon that collects data in realtime (per second)
 and presents a web site to view and analyze them. The presentation
 is also real-time and full of interactive charts that precisely
 render all collected values.