diff options
author | Dave Barach <dave@barachs.net> | 2016-01-28 09:36:05 -0500 |
---|---|---|
committer | Dave Barach <dave@barachs.net> | 2016-01-28 09:36:20 -0500 |
commit | c23f7bc9a1602b069faba8e559e24bb859476276 (patch) | |
tree | 0d7d43c9597ccf9eefeb802cafbdc5b6e82e6387 /build-data | |
parent | 2068e983dd699e199f8c920e6b0f94e7847227dc (diff) |
vpp metrics upload via gmond plugin
The gmond module (gmod) isn't built by default, pending CentOS
packaging work.
Change-Id: I78493a60f431cf9924a28d31ba29423a03aa79b3
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'build-data')
-rw-r--r-- | build-data/packages/gmod.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build-data/packages/gmod.mk b/build-data/packages/gmod.mk new file mode 100644 index 00000000000..62b31d42be5 --- /dev/null +++ b/build-data/packages/gmod.mk @@ -0,0 +1,9 @@ +gmod_configure_depend = vppinfra-install svm-install + +gmod_configure_args = # --libdir=$(PACKAGE_INSTALL_DIR)/$(arch_lib_dir)/ganglia + +gmod_CPPFLAGS = $(call installed_includes_fn, vppinfra svm) +gmod_CPPFLAGS += -I/usr/include/apr-1.0 +gmod_LDFLAGS = $(call installed_libs_fn, vppinfra svm) + +gmod_image_include = echo $(arch_lib_dir)/ganglia/libgmodvpp.so etc |