control 7.3 KB

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