Skip to content

Commit

Permalink
Self-cleaning obsolete network interfaces in FreeBSD plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
vlvkobal committed Mar 30, 2017
1 parent e583f02 commit ac62ded
Show file tree
Hide file tree
Showing 5 changed files with 497 additions and 418 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ set(NETDATA_SOURCE_FILES
src/eval.c
src/eval.h
src/freebsd_sysctl.c
src/freebsd_getmntinfo.c
src/freebsd_getifaddrs.c
src/global_statistics.c
src/global_statistics.h
src/health.c
Expand Down
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ netdata_SOURCES += \
plugin_freebsd.h \
freebsd_sysctl.c \
freebsd_getmntinfo.c \
freebsd_getifaddrs.c \
$(NULL)
else
if MACOS
Expand Down
Loading

0 comments on commit ac62ded

Please sign in to comment.