summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/plugins/in_node_exporter_metrics/CMakeLists.txt
blob: 16584dc060954544ef72ab8dd2d4759d6e8a804c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
set(src
  ne_cpu.c
  ne_meminfo.c
  ne_diskstats.c
  ne_filesystem.c
  ne_uname.c
  ne_stat_linux.c
  ne_vmstat_linux.c
  ne_netdev.c
  ne_time.c
  ne_loadavg.c
  ne_filefd_linux.c
  ne_textfile.c
  ne_utils.c
  ne_config.c
  ne.c
  )

if(FLB_HAVE_SYSTEMD_SDBUS)
set(src
    ${src}
    ne_systemd.c
   )
endif()

FLB_PLUGIN(in_node_exporter_metrics "${src}" "")