control 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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. Recommends: netdata-plugin-ebpf,
  45. netdata-plugin-apps,
  46. netdata-plugin-pythond,
  47. netdata-plugin-go,
  48. netdata-plugin-debugfs
  49. Suggests: netdata-plugin-cups,
  50. netdata-plugin-freeipmi,
  51. netdata-plugin-nfacct,
  52. netdata-plugin-chartsd,
  53. netdata-plugin-slabinfo,
  54. netdata-plugin-perf
  55. Pre-Depends: dpkg (>= 1.17.14)
  56. Description: real-time charts for system monitoring
  57. Netdata is a daemon that collects data in realtime (per second)
  58. and presents a web site to view and analyze them. The presentation
  59. is also real-time and full of interactive charts that precisely
  60. render all collected values.
  61. Package: netdata-plugin-cups
  62. Architecture: any
  63. Depends: cups,
  64. ${shlibs:Depends},
  65. netdata (= ${source:Version})
  66. Description: The CUPS metrics collection plugin for the Netdata Agent
  67. This plugin allows the Netdata Agent to collect metrics from the Common
  68. UNIX Printing System.
  69. Package: netdata-plugin-freeipmi
  70. Architecture: any
  71. Depends: freeipmi,
  72. ${shlibs:Depends},
  73. netdata (= ${source:Version})
  74. Description: The FreeIPMI metrics collection plugin for the Netdata Agent
  75. This plugin allows the Netdata Agent to collect metrics from hardware
  76. using FreeIPMI.
  77. Package: netdata-plugin-nfacct
  78. Architecture: any
  79. Depends: ${shlibs:Depends},
  80. netdata (= ${source:Version})
  81. Conflicts: netdata (<< ${source:Version})
  82. Description: The NFACCT metrics collection plugin for the Netdata Agent
  83. This plugin allows the Netdata Agent to collect metrics from the firewall
  84. using NFACCT objects.
  85. Package: netdata-plugin-chartsd
  86. Architecture: all
  87. Depends: bash,
  88. netdata (= ${source:Version})
  89. Conflicts: netdata (<< ${source:Version})
  90. Suggests: apcupsd, nut, iw, sudo
  91. Description: The charts.d metrics collection plugin for the Netdata Agent
  92. This plugin adds a selection of additional collectors written in shell
  93. script to the Netdata Agent. It includes collectors for NUT, APCUPSD,
  94. LibreSWAN, OpenSIPS, and Wireless access point statistics.
  95. Package: netdata-plugin-ebpf
  96. Architecture: amd64
  97. Depends: ${shlibs:Depends},
  98. netdata (= ${source:Version})
  99. Recommends: netdata-ebpf-code-legacy (= ${source:Version}),
  100. netdata-plugin-apps (= ${source:Version})
  101. Conflicts: netdata (<< ${source:Version})
  102. Description: The eBPF metrics collection plugin for the Netdata Agent
  103. This plugin allows the Netdata Agent to use eBPF code to collect more
  104. detailed kernel-level metrics for the system.
  105. Package: netdata-ebpf-code-legacy
  106. Architecture: amd64
  107. Depends: netdata-plugin-ebpf (= ${source:Version})
  108. Conflicts: netdata (<< ${source:Version})
  109. Description: Compiled eBPF legacy code for the Netdata eBPF plugin
  110. This package provides the pre-compiled eBPF legacy code for use by
  111. the Netdata eBPF plugin. This code is only needed when using the eBPF
  112. plugin with kernel that do not include BTF support (mostly kernel
  113. versions lower than 5.10)..
  114. Package: netdata-plugin-pythond
  115. Architecture: all
  116. Depends: ${shlibs:Depends},
  117. netdata (= ${source:Version})
  118. Suggests: sudo
  119. Conflicts: netdata (<< ${source:Version})
  120. Description: The python.d metrics collection plugin for the Netdata Agent
  121. Many of the collectors provided by this package are also available
  122. in netdata-plugin-god. In msot cases, you probably want to use those
  123. versions instead of the Python versions.
  124. Package: netdata-plugin-go
  125. Architecture: any
  126. Depends: ${shlibs:Depends},
  127. libcap2-bin,
  128. netdata (= ${source:Version})
  129. Suggests: nvme-cli, sudo
  130. Conflicts: netdata (<< ${source:Version})
  131. Description: The go.d metrics collection plugin for the Netdata Agent
  132. This plugin adds a selection of additional collectors written in Go to
  133. the Netdata Agent. A significant percentage of the application specific
  134. collectors provided by Netdata are part of this plugin, so most users
  135. will want it installed.
  136. Package: netdata-plugin-apps
  137. Architecture: any
  138. Depends: ${shlibs:Depends},
  139. libcap2-bin,
  140. netdata (= ${source:Version})
  141. Conflicts: netdata (<< ${source:Version})
  142. Description: The per-application metrics collection plugin for the Netdata Agent
  143. This plugin allows the Netdata Agent to collect per-application and
  144. per-user metrics without using cgroups.
  145. Package: netdata-plugin-slabinfo
  146. Architecture: any
  147. Depends: ${shlibs:Depends},
  148. libcap2-bin,
  149. netdata (= ${source:Version})
  150. Conflicts: netdata (<< ${source:Version})
  151. Description: The slabinfo metrics collector for the Netdata Agent
  152. This plugin allows the Netdata Agent to collect perfromance and
  153. utilization metrics for the Linux kernel’s SLAB allocator.
  154. Package: netdata-plugin-perf
  155. Architecture: any
  156. Depends: ${shlibs:Depends},
  157. libcap2-bin,
  158. netdata (= ${source:Version})
  159. Conflicts: netdata (<< ${source:Version})
  160. Description: The perf metrics collector for the Netdata Agent
  161. This plugin allows the Netdata to collect metrics from the Linux perf
  162. subsystem.
  163. Package: netdata-plugin-debugfs
  164. Architecture: any
  165. Depends: ${shlibs:Debends},
  166. libcap2-bin,
  167. netdata (= ${source:Version})
  168. Conflicts: netdata (<< ${source:Version})
  169. Description: The debugfs metrics collector for the Netdata Agent
  170. This plugin allows the Netdata Agent to collect Linux kernel metrics
  171. exposed through debugfs.