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
--- /dev/null
+/**
+ * The checker component takes care of executing service checks.
+ *
+
+library "checker"
+
+object CheckerComponent "checker" { }
--- /dev/null
+/**
+ * The notification component takes care of executing service checks.
+ *
+
+library "notification"
+
+object NotificationComponent "notification" { }