control 6.6 KB

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