control.xenial 2.0 KB

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