aboutsummaryrefslogtreecommitdiffstats
path: root/telemetry/vpp-collectd/CMakeLists.txt
diff options
context:
space:
mode:
authorOlivier Roques <oroques+fdio@cisco.com>2020-03-05 19:10:21 +0100
committerOlivier Roques <oroques+fdio@cisco.com>2020-03-05 20:18:58 +0100
commit0f7b6da4aeeb6ed9baffb47d72aa176556145501 (patch)
treee82d8c17792de4a4998a6d99bdb7ec00d3885a4a /telemetry/vpp-collectd/CMakeLists.txt
parent24841120071b95f1a05167898b33091576ba15b8 (diff)
[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 <oroques+fdio@cisco.com>
Diffstat (limited to 'telemetry/vpp-collectd/CMakeLists.txt')
-rw-r--r--telemetry/vpp-collectd/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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)