From 517a443636daa1e8085cb4e5325524a54e8a8fd7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 17 Oct 2023 11:30:23 +0200 Subject: Merging upstream version 1.43.0. Signed-off-by: Daniel Baumann --- collectors/proc.plugin/sys_devices_pci_aer.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'collectors/proc.plugin/sys_devices_pci_aer.c') diff --git a/collectors/proc.plugin/sys_devices_pci_aer.c b/collectors/proc.plugin/sys_devices_pci_aer.c index 134426238..296195182 100644 --- a/collectors/proc.plugin/sys_devices_pci_aer.c +++ b/collectors/proc.plugin/sys_devices_pci_aer.c @@ -268,6 +268,11 @@ int do_proc_sys_devices_pci_aer(int update_every, usec_t dt __maybe_unused) { title = "PCI Root-Port Advanced Error Reporting (AER) Fatal Errors"; context = "pci.rootport_aer_fatal"; break; + + default: + title = "Unknown PCI Advanced Error Reporting"; + context = "pci.unknown_aer"; + break; } char id[RRD_ID_LENGTH_MAX + 1]; -- cgit v1.2.3