mirror of https://github.com/Icinga/icinga2.git
Add feature config files for checker/notification.
This commit is contained in:
parent
7dae41ee98
commit
dd023fc1b1
|
@ -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
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
/**
|
||||
* The checker component takes care of executing service checks.
|
||||
*
|
||||
|
||||
library "checker"
|
||||
|
||||
object CheckerComponent "checker" { }
|
|
@ -0,0 +1,7 @@
|
|||
/**
|
||||
* The notification component takes care of executing service checks.
|
||||
*
|
||||
|
||||
library "notification"
|
||||
|
||||
object NotificationComponent "notification" { }
|
Loading…
Reference in New Issue