Add collectd-pcie-errors package for PCIe Errors

The pcie_errors plugin collects PCI Express errors from Device Status in
Capability structure and from Advanced Error Reporting Extended Capability
where available.

Change-Id: I9c600570dd2166e865878e7c2584a8377a795a43
This commit is contained in:
Piotr Rabiega
2020-03-09 10:17:12 +01:00
parent 90e38f23d4
commit 489a44ca58
2 changed files with 8 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'collectd-openldap',
'collectd-ovs-events',
'collectd-ovs-stats',
'collectd-pcie-errors',
'collectd-ping',
'collectd-procevent',
'collectd-python',

View File

@@ -0,0 +1,7 @@
---
features:
- |
Adds ``collectd-pcie-errors`` package to ``collectd`` RHEL-based image.
This allows collectd to collect PCI Express errors data from Device Status
in Capability structure and from Advanced Error Reporting Extended
Capability where available.