mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
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
|
icinga2confdir = $(sysconfdir)/icinga2/features-available
|
||||||
|
|
||||||
CONFIG_FILES = \
|
CONFIG_FILES = \
|
||||||
|
checker.conf \
|
||||||
command.conf \
|
command.conf \
|
||||||
compat-log.conf \
|
compat-log.conf \
|
||||||
ido-mysql.conf \
|
ido-mysql.conf \
|
||||||
livestatus.conf \
|
livestatus.conf \
|
||||||
|
notification.conf \
|
||||||
perfdata.conf \
|
perfdata.conf \
|
||||||
statusdat.conf
|
statusdat.conf
|
||||||
|
|
||||||
|
7
etc/icinga2/features-available/checker.conf
Normal file
7
etc/icinga2/features-available/checker.conf
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
/**
|
||||||
|
* The checker component takes care of executing service checks.
|
||||||
|
*
|
||||||
|
|
||||||
|
library "checker"
|
||||||
|
|
||||||
|
object CheckerComponent "checker" { }
|
7
etc/icinga2/features-available/notification.conf
Normal file
7
etc/icinga2/features-available/notification.conf
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
/**
|
||||||
|
* The notification component takes care of executing service checks.
|
||||||
|
*
|
||||||
|
|
||||||
|
library "notification"
|
||||||
|
|
||||||
|
object NotificationComponent "notification" { }
|
Loading…
x
Reference in New Issue
Block a user