|
@@ -64,7 +64,7 @@ Package: netdata-plugin-cups
|
|
|
Architecture: any
|
|
|
Depends: cups,
|
|
|
${shlibs:Depends},
|
|
|
- netdata (>= ${source:Version})
|
|
|
+ netdata (= ${source:Version})
|
|
|
Description: The CUPS metrics collection plugin for the Netdata Agent
|
|
|
This plugin allows the Netdata Agent to collect metrics from the Common
|
|
|
UNIX Printing System.
|
|
@@ -73,7 +73,7 @@ Package: netdata-plugin-freeipmi
|
|
|
Architecture: any
|
|
|
Depends: freeipmi,
|
|
|
${shlibs:Depends},
|
|
|
- netdata (>= ${source:Version})
|
|
|
+ netdata (= ${source:Version})
|
|
|
Description: The FreeIPMI metrics collection plugin for the Netdata Agent
|
|
|
This plugin allows the Netdata Agent to collect metrics from hardware
|
|
|
using FreeIPMI.
|
|
@@ -81,8 +81,8 @@ Description: The FreeIPMI metrics collection plugin for the Netdata Agent
|
|
|
Package: netdata-plugin-nfacct
|
|
|
Architecture: any
|
|
|
Depends: ${shlibs:Depends},
|
|
|
- netdata (>= ${source:Version})
|
|
|
-Conflicts: netdata (< ${source:Version})
|
|
|
+ netdata (= ${source:Version})
|
|
|
+Conflicts: netdata (<< ${source:Version})
|
|
|
Description: The NFACCT metrics collection plugin for the Netdata Agent
|
|
|
This plugin allows the Netdata Agent to collect metrics from the firewall
|
|
|
using NFACCT objects.
|
|
@@ -90,8 +90,8 @@ Description: The NFACCT metrics collection plugin for the Netdata Agent
|
|
|
Package: netdata-plugin-chartsd
|
|
|
Architecture: all
|
|
|
Depends: bash,
|
|
|
- netdata (>= ${source:Version})
|
|
|
-Conflicts: netdata (< ${source:Version})
|
|
|
+ netdata (= ${source:Version})
|
|
|
+Conflicts: netdata (<< ${source:Version})
|
|
|
Suggests: apcupsd, nut, iw, sudo
|
|
|
Description: The charts.d metrics collection plugin for the Netdata Agent
|
|
|
This plugin adds a selection of additional collectors written in shell
|
|
@@ -101,10 +101,10 @@ Description: The charts.d metrics collection plugin for the Netdata Agent
|
|
|
Package: netdata-plugin-ebpf
|
|
|
Architecture: amd64
|
|
|
Depends: ${shlibs:Depends},
|
|
|
- netdata (>= ${source:Version})
|
|
|
-Recommends: netdata-ebpf-code-legacy (>= ${source:Version}),
|
|
|
- netdata-plugin-apps (>= ${source:Version})
|
|
|
-Conflicts: netdata (< ${source:Version})
|
|
|
+ netdata (= ${source:Version})
|
|
|
+Recommends: netdata-ebpf-code-legacy (= ${source:Version}),
|
|
|
+ netdata-plugin-apps (= ${source:Version})
|
|
|
+Conflicts: netdata (<< ${source:Version})
|
|
|
Description: The eBPF metrics collection plugin for the Netdata Agent
|
|
|
This plugin allows the Netdata Agent to use eBPF code to collect more
|
|
|
detailed kernel-level metrics for the system.
|
|
@@ -112,7 +112,7 @@ Description: The eBPF metrics collection plugin for the Netdata Agent
|
|
|
Package: netdata-ebpf-code-legacy
|
|
|
Architecture: amd64
|
|
|
Depends: netdata-plugin-ebpf (= ${source:Version})
|
|
|
-Conflicts: netdata (< ${source:Version})
|
|
|
+Conflicts: netdata (<< ${source:Version})
|
|
|
Description: Compiled eBPF legacy code for the Netdata eBPF plugin
|
|
|
This package provides the pre-compiled eBPF legacy code for use by
|
|
|
the Netdata eBPF plugin. This code is only needed when using the eBPF
|
|
@@ -122,9 +122,9 @@ Description: Compiled eBPF legacy code for the Netdata eBPF plugin
|
|
|
Package: netdata-plugin-pythond
|
|
|
Architecture: all
|
|
|
Depends: ${shlibs:Depends},
|
|
|
- netdata (>= ${source:Version})
|
|
|
+ netdata (= ${source:Version})
|
|
|
Suggests: sudo
|
|
|
-Conflicts: netdata (< ${source:Version})
|
|
|
+Conflicts: netdata (<< ${source:Version})
|
|
|
Description: The python.d metrics collection plugin for the Netdata Agent
|
|
|
Many of the collectors provided by this package are also available
|
|
|
in netdata-plugin-god. In msot cases, you probably want to use those
|
|
@@ -134,9 +134,9 @@ Package: netdata-plugin-go
|
|
|
Architecture: any
|
|
|
Depends: ${shlibs:Depends},
|
|
|
libcap2-bin,
|
|
|
- netdata (>= ${source:Version})
|
|
|
+ netdata (= ${source:Version})
|
|
|
Suggests: nvme-cli, sudo
|
|
|
-Conflicts: netdata (< ${source:Version})
|
|
|
+Conflicts: netdata (<< ${source:Version})
|
|
|
Description: The go.d metrics collection plugin for the Netdata Agent
|
|
|
This plugin adds a selection of additional collectors written in Go to
|
|
|
the Netdata Agent. A significant percentage of the application specific
|
|
@@ -147,8 +147,8 @@ Package: netdata-plugin-apps
|
|
|
Architecture: any
|
|
|
Depends: ${shlibs:Depends},
|
|
|
libcap2-bin,
|
|
|
- netdata (>= ${source:Version})
|
|
|
-Conflicts: netdata (< ${source:Version})
|
|
|
+ netdata (= ${source:Version})
|
|
|
+Conflicts: netdata (<< ${source:Version})
|
|
|
Description: The per-application metrics collection plugin for the Netdata Agent
|
|
|
This plugin allows the Netdata Agent to collect per-application and
|
|
|
per-user metrics without using cgroups.
|
|
@@ -157,8 +157,8 @@ Package: netdata-plugin-slabinfo
|
|
|
Architecture: any
|
|
|
Depends: ${shlibs:Depends},
|
|
|
libcap2-bin,
|
|
|
- netdata (>= ${source:Version})
|
|
|
-Conflicts: netdata (< ${source:Version})
|
|
|
+ netdata (= ${source:Version})
|
|
|
+Conflicts: netdata (<< ${source:Version})
|
|
|
Description: The slabinfo metrics collector for the Netdata Agent
|
|
|
This plugin allows the Netdata Agent to collect perfromance and
|
|
|
utilization metrics for the Linux kernel’s SLAB allocator.
|
|
@@ -167,8 +167,8 @@ Package: netdata-plugin-perf
|
|
|
Architecture: any
|
|
|
Depends: ${shlibs:Depends},
|
|
|
libcap2-bin,
|
|
|
- netdata (>= ${source:Version})
|
|
|
-Conflicts: netdata (< ${source:Version})
|
|
|
+ netdata (= ${source:Version})
|
|
|
+Conflicts: netdata (<< ${source:Version})
|
|
|
Description: The perf metrics collector for the Netdata Agent
|
|
|
This plugin allows the Netdata to collect metrics from the Linux perf
|
|
|
subsystem.
|
|
@@ -177,8 +177,8 @@ Package: netdata-plugin-debugfs
|
|
|
Architecture: any
|
|
|
Depends: ${shlibs:Debends},
|
|
|
libcap2-bin,
|
|
|
- netdata (>= ${source:Version})
|
|
|
-Conflicts: netdata (< ${source:Version})
|
|
|
+ netdata (= ${source:Version})
|
|
|
+Conflicts: netdata (<< ${source:Version})
|
|
|
Description: The debugfs metrics collector for the Netdata Agent
|
|
|
This plugin allows the Netdata Agent to collect Linux kernel metrics
|
|
|
exposed through debugfs.
|