aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/icinga2/files/patch-lib_perfdata_CMakeLists.txt
blob: b42de356a14cd3268381220e9a5200e3db9f4209 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
--- lib/perfdata/CMakeLists.txt.orig	2018-10-11 12:01:05 UTC
+++ lib/perfdata/CMakeLists.txt
@@ -45,32 +45,32 @@ set_target_properties (
 )
 
 install_if_not_exists(
-  ${PROJECT_SOURCE_DIR}/etc/icinga2/features-available/gelf.conf
+  ${PROJECT_SOURCE_DIR}/etc/icinga2/features-available/gelf.conf.sample
   ${ICINGA2_CONFIGDIR}/features-available
 )
 
 install_if_not_exists(
-  ${PROJECT_SOURCE_DIR}/etc/icinga2/features-available/graphite.conf
+  ${PROJECT_SOURCE_DIR}/etc/icinga2/features-available/graphite.conf.sample
   ${ICINGA2_CONFIGDIR}/features-available
 )
 
 install_if_not_exists(
-  ${PROJECT_SOURCE_DIR}/etc/icinga2/features-available/influxdb.conf
+  ${PROJECT_SOURCE_DIR}/etc/icinga2/features-available/influxdb.conf.sample
   ${ICINGA2_CONFIGDIR}/features-available
 )
 
 install_if_not_exists(
-  ${PROJECT_SOURCE_DIR}/etc/icinga2/features-available/elasticsearch.conf
+  ${PROJECT_SOURCE_DIR}/etc/icinga2/features-available/elasticsearch.conf.sample
   ${ICINGA2_CONFIGDIR}/features-available
 )
 
 install_if_not_exists(
-  ${PROJECT_SOURCE_DIR}/etc/icinga2/features-available/opentsdb.conf
+  ${PROJECT_SOURCE_DIR}/etc/icinga2/features-available/opentsdb.conf.sample
   ${ICINGA2_CONFIGDIR}/features-available
 )
 
 install_if_not_exists(
-  ${PROJECT_SOURCE_DIR}/etc/icinga2/features-available/perfdata.conf
+  ${PROJECT_SOURCE_DIR}/etc/icinga2/features-available/perfdata.conf.sample
   ${ICINGA2_CONFIGDIR}/features-available
 )