summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2024-05-17 16:57:51 +0300
committerGitHub <noreply@github.com>2024-05-17 16:57:51 +0300
commit72b72c20aa78a049ff64100f8ae9e3891cfd99eb (patch)
tree0ad8213b4e9c50e54efc7a6c0a147c73bd166196 /CMakeLists.txt
parent12b178cf1821cac1e59c4ad8ab9749109801d52f (diff)
dyncfg files on disk do not contain colons (#17694)
* dyncfg files on disk do not contain colons * renamed files
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5f200bce41..214f96c3b0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2848,8 +2848,8 @@ install(PROGRAMS
# confs
install(FILES
- src/collectors/systemd-journal.plugin/schema.d/systemd-journal:monitored-directories.json
- src/health/schema.d/health:alert:prototype.json
+ src/collectors/systemd-journal.plugin/schema.d/systemd-journal%3Amonitored-directories.json
+ src/health/schema.d/health%3Aalert%3Aprototype.json
COMPONENT netdata
DESTINATION usr/lib/netdata/conf.d/schema.d)