control 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. Source: netdata
  2. Build-Depends: debhelper (>= 9.20160709),
  3. dh-autoreconf,
  4. dpkg-dev (>= 1.13.19),
  5. zlib1g-dev,
  6. uuid-dev,
  7. libelf-dev,
  8. libuv1-dev,
  9. liblz4-dev,
  10. libssl-dev,
  11. libmnl-dev,
  12. libjson-c-dev,
  13. libcups2-dev,
  14. libipmimonitoring-dev,
  15. libnetfilter-acct-dev,
  16. libsnappy-dev,
  17. libprotobuf-dev,
  18. libprotoc-dev,
  19. cmake,
  20. autogen,
  21. autoconf,
  22. automake,
  23. pkg-config,
  24. curl,
  25. protobuf-compiler
  26. Section: net
  27. Priority: optional
  28. Maintainer: Netdata Builder <bot@netdata.cloud>
  29. Standards-Version: 3.9.6
  30. Homepage: https://netdata.cloud
  31. Package: netdata
  32. Architecture: any
  33. Depends: adduser,
  34. libcap2-bin (>= 1:2.0),
  35. lsb-base (>= 3.1-23.2),
  36. openssl,
  37. ${misc:Depends},
  38. ${shlibs:Depends}
  39. Conflicts: netdata-core,
  40. netdata-plugins-bash,
  41. netdata-plugins-python,
  42. netdata-web
  43. Pre-Depends: dpkg (>= 1.17.14)
  44. Description: real-time charts for system monitoring
  45. Netdata is a daemon that collects data in realtime (per second)
  46. and presents a web site to view and analyze them. The presentation
  47. is also real-time and full of interactive charts that precisely
  48. render all collected values.
  49. Package: netdata-plugin-cups
  50. Architecture: any
  51. Depends: cups,
  52. ${shlibs:Depends},
  53. netdata (>= ${source:Version})
  54. Description: The Common Unix Printing System plugin for metrics collection from cupsd
  55. Package: netdata-plugin-freeipmi
  56. Architecture: any
  57. Depends: freeipmi,
  58. ${shlibs:Depends},
  59. netdata (= ${source:Version})
  60. Description: FreeIPMI - The Intelligent Platform Management System.
  61. The IPMI specification defines a set of interfaces for platform management.
  62. It is implemented by a number vendors for system management. The features of IPMI that most users will be interested in
  63. are sensor monitoring, system event monitoring, power control, and serial-over-LAN (SOL).