control 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. libyaml-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. Conflicts: netdata-core,
  41. netdata-plugins-bash,
  42. netdata-plugins-python,
  43. netdata-web
  44. Pre-Depends: dpkg (>= 1.17.14)
  45. Description: real-time charts for system monitoring
  46. Netdata is a daemon that collects data in realtime (per second)
  47. and presents a web site to view and analyze them. The presentation
  48. is also real-time and full of interactive charts that precisely
  49. render all collected values.
  50. Package: netdata-plugin-cups
  51. Architecture: any
  52. Depends: cups,
  53. ${shlibs:Depends},
  54. netdata (>= ${source:Version})
  55. Description: The Common Unix Printing System plugin for metrics collection from cupsd
  56. Package: netdata-plugin-freeipmi
  57. Architecture: any
  58. Depends: freeipmi,
  59. ${shlibs:Depends},
  60. netdata (= ${source:Version})
  61. Description: FreeIPMI - The Intelligent Platform Management System.
  62. The IPMI specification defines a set of interfaces for platform management.
  63. It is implemented by a number vendors for system management. The features of IPMI that most users will be interested in
  64. are sensor monitoring, system event monitoring, power control, and serial-over-LAN (SOL).