mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 17:20:29 -04:00
41 lines
1.4 KiB
Text
41 lines
1.4 KiB
Text
--- lib/perfdata/CMakeLists.txt.orig 2020-08-03 13:43:47 UTC
|
|
+++ lib/perfdata/CMakeLists.txt
|
|
@@ -30,32 +30,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
|
|
)
|
|
|