From a7a234a60079627c1416dd0e709753f7f3745d06 Mon Sep 17 00:00:00 2001 From: Carlos Cesario Date: Mon, 26 May 2014 10:28:26 -0300 Subject: [PATCH] Add missing file icingastatus.conf. Fixes #6308 Signed-off-by: Michael Friedrich --- etc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/CMakeLists.txt b/etc/CMakeLists.txt index 474fef199..030af32fe 100644 --- a/etc/CMakeLists.txt +++ b/etc/CMakeLists.txt @@ -46,6 +46,7 @@ install_if_not_exists(icinga2/features-available/command.conf ${CMAKE_INSTALL_SY install_if_not_exists(icinga2/features-available/compatlog.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) install_if_not_exists(icinga2/features-available/debuglog.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) install_if_not_exists(icinga2/features-available/graphite.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) +install_if_not_exists(icinga2/features-available/icingastatus.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) install_if_not_exists(icinga2/features-available/ido-mysql.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) install_if_not_exists(icinga2/features-available/ido-pgsql.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available) install_if_not_exists(icinga2/features-available/livestatus.conf ${CMAKE_INSTALL_SYSCONFDIR}/icinga2/features-available)