diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-09-12 13:16:09 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-09-12 13:23:50 +0200 |
commit | 20ced3e6360dcc70ece4c7e7e98b986356388b36 (patch) | |
tree | fac172c63017d86c53ba3af2beb78ac839e44ce8 /CMakeLists.txt | |
parent | 83409e5b79ab224372dd8486249c668b2998a0a4 (diff) |
nDPIsrvd-collectd: RRD Graph generation script and a basic static HTML5 website for viewing the generated image files.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cb4a0fd02..4785409ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -304,6 +304,8 @@ if(BUILD_EXAMPLES) endif() install(TARGETS nDPIsrvd-collectd nDPIsrvd-captured nDPIsrvd-json-dump nDPIsrvd-simple DESTINATION bin) + install(FILES examples/c-collectd/plugin_nDPIsrvd.conf examples/c-collectd/rrdgraph.sh DESTINATION share/nDPId/nDPIsrvd-collectd) + install(DIRECTORY examples/c-collectd/www DESTINATION share/nDPId/nDPIsrvd-collectd) endif() install(TARGETS nDPId DESTINATION sbin) @@ -329,7 +331,7 @@ install(FILES examples/py-semantic-validation/py-semantic-validation.py DESTINATION bin RENAME nDPIsrvd-semantic-validation.py PERMISSIONS OWNER_READ OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) install(FILES schema/error_event_schema.json schema/daemon_event_schema.json - schema/flow_event_schema.json schema/packet_event_schema.json DESTINATION share/nDPId) + schema/flow_event_schema.json schema/packet_event_schema.json DESTINATION share/nDPId/json-schema) message(STATUS "--------------------------") message(STATUS "nDPId GIT_VERSION........: ${GIT_VERSION}") |