From 0f7b6da4aeeb6ed9baffb47d72aa176556145501 Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Thu, 5 Mar 2020 19:10:21 +0100 Subject: [HICN-541] Add custom type database of collectd plugins This patch adds the database containing the types that the two collectd plugins, vpp and vpp-hicn, defines. It is useful when using InfluxDB as it requires the type database for multi-value metrics (see https://docs.influxdata.com/influxdb/v1.7/supported_protocols/collectd/). Change-Id: Ia3e630b134e58e942be38cacb9b23379066c6e63 Signed-off-by: Olivier Roques --- telemetry/vpp-collectd/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'telemetry/vpp-collectd/CMakeLists.txt') diff --git a/telemetry/vpp-collectd/CMakeLists.txt b/telemetry/vpp-collectd/CMakeLists.txt index 18926b1c5..89e0085d0 100644 --- a/telemetry/vpp-collectd/CMakeLists.txt +++ b/telemetry/vpp-collectd/CMakeLists.txt @@ -20,7 +20,6 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Mo include(BuildMacros) - add_subdirectory(vpp) add_subdirectory(vpp-hicn) -- cgit 1.2.3-korg