diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-10 09:18:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-10 09:18:49 +0000 |
commit | dd814a7c1a8de056a79f7238578b09236edd5506 (patch) | |
tree | 429e7eed5a634a4efe9a6877ce66da8e64aa1782 /CMakeLists.txt | |
parent | Adding upstream version 1.41.0. (diff) | |
download | netdata-f2412a44d03144f2b402591befe2dbc00e842029.tar.xz netdata-f2412a44d03144f2b402591befe2dbc00e842029.zip |
Adding upstream version 1.42.0.upstream/1.42.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 94d99846..eb96b461 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -512,6 +512,7 @@ set(DEBUGFS_PLUGIN_FILES collectors/debugfs.plugin/debugfs_plugin.h collectors/debugfs.plugin/debugfs_extfrag.c collectors/debugfs.plugin/debugfs_zswap.c + collectors/debugfs.plugin/sys_devices_virtual_powercap.c ) set(FREEBSD_PLUGIN_FILES @@ -669,6 +670,8 @@ set(PROC_PLUGIN_FILES collectors/proc.plugin/sys_class_infiniband.c collectors/proc.plugin/sys_fs_btrfs.c collectors/proc.plugin/sys_class_power_supply.c + collectors/proc.plugin/sys_devices_pci_aer.c + collectors/proc.plugin/sys_class_drm.c ) set(TC_PLUGIN_FILES |