summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2018-12-12 20:40:15 +0200
committerGitHub <noreply@github.com>2018-12-12 20:40:15 +0200
commit200ca5f5bf17e729731ac93e11a6e0cd14c25acc (patch)
tree99ce4a75144dfe252ca0d78a124493747e663a9d /CMakeLists.txt
parent12933487978a51d1fd4ff4537ee334c0cc1e4d9a (diff)
Add mdstat to CMake configuration (#4965)
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cc28f732ac..dec1547dde 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -257,6 +257,7 @@ set(PROC_PLUGIN_FILES
collectors/proc.plugin/plugin_proc.c
collectors/proc.plugin/plugin_proc.h
collectors/proc.plugin/proc_diskstats.c
+ collectors/proc.plugin/proc_mdstat.c
collectors/proc.plugin/proc_interrupts.c
collectors/proc.plugin/proc_softirqs.c
collectors/proc.plugin/proc_loadavg.c