control 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. Source: netdata
  2. Build-Depends: debhelper (>= 10),
  3. dpkg-dev (>= 1.13.19),
  4. bison,
  5. cmake,
  6. curl,
  7. flex,
  8. libcups2-dev,
  9. libcurl4-openssl-dev,
  10. libelf-dev,
  11. libipmimonitoring-dev,
  12. libjson-c-dev,
  13. liblz4-dev,
  14. libmnl-dev,
  15. libmongoc-dev,
  16. libnetfilter-acct-dev,
  17. libpcre2-dev,
  18. libprotobuf-dev,
  19. libprotoc-dev,
  20. libsnappy-dev,
  21. libssl-dev,
  22. libsystemd-dev,
  23. libuv1-dev,
  24. libyaml-dev,
  25. pkg-config,
  26. protobuf-compiler,
  27. uuid-dev,
  28. zlib1g-dev
  29. Section: net
  30. Priority: optional
  31. Maintainer: Netdata Builder <bot@netdata.cloud>
  32. Standards-Version: 3.9.6
  33. Homepage: https://netdata.cloud
  34. Package: netdata
  35. Architecture: any
  36. Depends: openssl,
  37. ${misc:Depends},
  38. ${shlibs:Depends},
  39. netdata-plugin-ebpf (= ${source:Version}) [amd64],
  40. netdata-plugin-apps (= ${source:Version}),
  41. netdata-plugin-pythond (= ${source:Version}),
  42. netdata-plugin-go (= ${source:Version}),
  43. netdata-plugin-debugfs (= ${source:Version}),
  44. netdata-plugin-nfacct (= ${source:Version}),
  45. netdata-plugin-chartsd (= ${source:Version}),
  46. netdata-plugin-slabinfo (= ${source:Version}),
  47. netdata-plugin-perf (= ${source:Version})
  48. Pre-Depends: adduser,
  49. dpkg (>= 1.17.14),
  50. libcap2-bin (>=1:2.0),
  51. lsb-base (>= 3.1-23.2)
  52. Conflicts: netdata-core,
  53. netdata-plugins-bash,
  54. netdata-plugins-python,
  55. netdata-web
  56. Suggests: netdata-plugin-cups (= ${source:Version}),
  57. netdata-plugin-freeipmi (= ${source:Version})
  58. Recommends: netdata-plugin-systemd-journal (= ${source:Version}),
  59. netdata-plugin-logs-management (= ${source:Version})
  60. Description: real-time charts for system monitoring
  61. Netdata is a daemon that collects data in realtime (per second)
  62. and presents a web site to view and analyze them. The presentation
  63. is also real-time and full of interactive charts that precisely
  64. render all collected values.
  65. Package: netdata-plugin-cups
  66. Architecture: any
  67. Depends: cups,
  68. ${shlibs:Depends},
  69. netdata (= ${source:Version})
  70. Pre-Depends: adduser
  71. Description: The CUPS metrics collection plugin for the Netdata Agent
  72. This plugin allows the Netdata Agent to collect metrics from the Common
  73. UNIX Printing System.
  74. Package: netdata-plugin-freeipmi
  75. Architecture: any
  76. Depends: freeipmi,
  77. ${shlibs:Depends},
  78. netdata (= ${source:Version})
  79. Pre-Depends: adduser
  80. Description: The FreeIPMI metrics collection plugin for the Netdata Agent
  81. This plugin allows the Netdata Agent to collect metrics from hardware
  82. using FreeIPMI.
  83. Package: netdata-plugin-nfacct
  84. Architecture: any
  85. Depends: ${shlibs:Depends},
  86. netdata (= ${source:Version})
  87. Pre-Depends: adduser
  88. Conflicts: netdata (<< ${source:Version})
  89. Description: The NFACCT metrics collection plugin for the Netdata Agent
  90. This plugin allows the Netdata Agent to collect metrics from the firewall
  91. using NFACCT objects.
  92. Package: netdata-plugin-chartsd
  93. Architecture: all
  94. Depends: bash,
  95. netdata (= ${source:Version})
  96. Pre-Depends: adduser
  97. Conflicts: netdata (<< ${source:Version})
  98. Suggests: apcupsd, nut, iw, sudo
  99. Description: The charts.d metrics collection plugin for the Netdata Agent
  100. This plugin adds a selection of additional collectors written in shell
  101. script to the Netdata Agent. It includes collectors for NUT, APCUPSD,
  102. LibreSWAN, OpenSIPS, and Wireless access point statistics.
  103. Package: netdata-plugin-ebpf
  104. Architecture: amd64
  105. Depends: ${shlibs:Depends},
  106. netdata (= ${source:Version}),
  107. netdata-ebpf-code-legacy (= ${source:Version})
  108. Pre-Depends: adduser
  109. Recommends: netdata-plugin-apps (= ${source:Version})
  110. Conflicts: netdata (<< ${source:Version})
  111. Description: The eBPF metrics collection plugin for the Netdata Agent
  112. This plugin allows the Netdata Agent to use eBPF code to collect more
  113. detailed kernel-level metrics for the system.
  114. Package: netdata-ebpf-code-legacy
  115. Architecture: amd64
  116. Depends: netdata-plugin-ebpf (= ${source:Version})
  117. Pre-Depends: adduser
  118. Conflicts: netdata (<< ${source:Version})
  119. Description: Compiled eBPF legacy code for the Netdata eBPF plugin
  120. This package provides the pre-compiled eBPF legacy code for use by
  121. the Netdata eBPF plugin. This code is only needed when using the eBPF
  122. plugin with kernel that do not include BTF support (mostly kernel
  123. versions lower than 5.10)..
  124. Package: netdata-plugin-pythond
  125. Architecture: all
  126. Depends: netdata (= ${source:Version})
  127. Pre-Depends: adduser
  128. Suggests: sudo
  129. Conflicts: netdata (<< ${source:Version})
  130. Description: The python.d metrics collection plugin for the Netdata Agent
  131. Many of the collectors provided by this package are also available
  132. in netdata-plugin-god. In msot cases, you probably want to use those
  133. versions instead of the Python versions.
  134. Package: netdata-plugin-go
  135. Architecture: any
  136. Depends: ${shlibs:Depends},
  137. netdata (= ${source:Version})
  138. Pre-Depends: libcap2-bin, adduser
  139. Suggests: nvme-cli, sudo
  140. Conflicts: netdata (<< ${source:Version})
  141. Description: The go.d metrics collection plugin for the Netdata Agent
  142. This plugin adds a selection of additional collectors written in Go to
  143. the Netdata Agent. A significant percentage of the application specific
  144. collectors provided by Netdata are part of this plugin, so most users
  145. will want it installed.
  146. Package: netdata-plugin-apps
  147. Architecture: any
  148. Depends: ${shlibs:Depends},
  149. netdata (= ${source:Version})
  150. Pre-Depends: libcap2-bin, adduser
  151. Conflicts: netdata (<< ${source:Version})
  152. Description: The per-application metrics collection plugin for the Netdata Agent
  153. This plugin allows the Netdata Agent to collect per-application and
  154. per-user metrics without using cgroups.
  155. Package: netdata-plugin-slabinfo
  156. Architecture: any
  157. Depends: ${shlibs:Depends},
  158. netdata (= ${source:Version})
  159. Pre-Depends: libcap2-bin, adduser
  160. Conflicts: netdata (<< ${source:Version})
  161. Description: The slabinfo metrics collector for the Netdata Agent
  162. This plugin allows the Netdata Agent to collect perfromance and
  163. utilization metrics for the Linux kernel’s SLAB allocator.
  164. Package: netdata-plugin-perf
  165. Architecture: any
  166. Depends: ${shlibs:Depends},
  167. netdata (= ${source:Version})
  168. Pre-Depends: libcap2-bin, adduser
  169. Conflicts: netdata (<< ${source:Version})
  170. Description: The perf metrics collector for the Netdata Agent
  171. This plugin allows the Netdata to collect metrics from the Linux perf
  172. subsystem.
  173. Package: netdata-plugin-debugfs
  174. Architecture: any
  175. Depends: ${shlibs:Depends},
  176. netdata (= ${source:Version})
  177. Pre-Depends: libcap2-bin, adduser
  178. Conflicts: netdata (<< ${source:Version})
  179. Description: The debugfs metrics collector for the Netdata Agent
  180. This plugin allows the Netdata Agent to collect Linux kernel metrics
  181. exposed through debugfs.
  182. Package: netdata-plugin-systemd-journal
  183. Architecture: any
  184. Depends: ${shlibs:Depends},
  185. netdata (= ${source:Version})
  186. Pre-Depends: libcap2-bin, adduser
  187. Conflicts: netdata (<< ${source:Version})
  188. Description: The systemd-journal collector for the Netdata Agent
  189. This plugin allows the Netdata Agent to present logs from the systemd
  190. journal on Netdata Cloud or the local Agent dashboard.
  191. Package: netdata-plugin-xenstat
  192. Architecture: amd64 arm64
  193. Depends: ${shlibs:Depends},
  194. netdata (= ${source:Version})
  195. Pre-Depends: adduser
  196. Conflicts: netdata (<< ${source:Version})
  197. Description: The xenstat plugin for the Netdata Agent
  198. This plugin allows the Netdata Agent to collect metrics from the Xen
  199. Hypervisor.
  200. Package: netdata-plugin-logs-management
  201. Architecture: any
  202. Depends: ${shlibs:Depends},
  203. netdata (= ${source:Version})
  204. Pre-Depends: libcap2-bin, adduser
  205. Conflicts: netdata (<< ${source:Version})
  206. Description: The logs-management plugin for the Netdata Agent
  207. This plugin allows the Netdata Agent to collect logs from the system
  208. and parse them to extract metrics.