Add feature config files for checker/notification.

This commit is contained in:
Gunnar Beutner 2013-10-01 08:35:38 +02:00
parent 7dae41ee98
commit dd023fc1b1
3 changed files with 16 additions and 0 deletions

View File

@ -3,10 +3,12 @@
icinga2confdir = $(sysconfdir)/icinga2/features-available
CONFIG_FILES = \
checker.conf \
command.conf \
compat-log.conf \
ido-mysql.conf \
livestatus.conf \
notification.conf \
perfdata.conf \
statusdat.conf

View File

@ -0,0 +1,7 @@
/**
* The checker component takes care of executing service checks.
*
library "checker"
object CheckerComponent "checker" { }

View File

@ -0,0 +1,7 @@
/**
* The notification component takes care of executing service checks.
*
library "notification"
object NotificationComponent "notification" { }