From: Michael Friedrich Date: Sun, 10 Apr 2016 15:47:44 +0000 (+0200) Subject: Add missing plugins-contrib install X-Git-Tag: v2.5.0~420 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a09c81aee6186f0dd6b46db8b3ebe7cca985b1c8;p=icinga2 Add missing plugins-contrib install refs #10581 --- diff --git a/itl/plugins-contrib.d/CMakeLists.txt b/itl/plugins-contrib.d/CMakeLists.txt index f226e2a29..0a2ec392c 100644 --- a/itl/plugins-contrib.d/CMakeLists.txt +++ b/itl/plugins-contrib.d/CMakeLists.txt @@ -16,6 +16,6 @@ # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. install( - FILES databases.conf ipmi.conf network-components.conf operating-system.conf virtualization.conf vmware.conf web.conf hardware.conf + FILES databases.conf icingacli.conf ipmi.conf network-components.conf operating-system.conf virtualization.conf vmware.conf web.conf hardware.conf DESTINATION ${CMAKE_INSTALL_DATADIR}/icinga2/include/plugins-contrib.d )