control.xenial 2.0 KB

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