summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAdrien Mahieux <adrien.mahieux@gmail.com>2020-07-02 10:19:06 +0200
committerGitHub <noreply@github.com>2020-07-02 11:19:06 +0300
commit42b1de4dad8afbcd36a34019002889fc4257b9b0 (patch)
tree2eae4d4a39aff946750d6d4ae44a9bc2be7d40b1 /CMakeLists.txt
parent0a47be09abe032712b1781929f08bfa6b042bb54 (diff)
Add infiniband monitoring to collector proc.plugin (#9091)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aa7ffbf2be..5de9047b14 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -476,6 +476,7 @@ set(PROC_PLUGIN_FILES
collectors/proc.plugin/sys_block_zram.c
collectors/proc.plugin/sys_devices_system_edac_mc.c
collectors/proc.plugin/sys_devices_system_node.c
+ collectors/proc.plugin/sys_class_infiniband.c
collectors/proc.plugin/sys_fs_btrfs.c
collectors/proc.plugin/sys_class_power_supply.c
)