]> granicus.if.org Git - icinga2/commitdiff
Add feature config files for checker/notification.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 1 Oct 2013 06:35:38 +0000 (08:35 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 1 Oct 2013 06:35:38 +0000 (08:35 +0200)
etc/icinga2/features-available/Makefile.am
etc/icinga2/features-available/checker.conf [new file with mode: 0644]
etc/icinga2/features-available/notification.conf [new file with mode: 0644]

index ef67dc7b43006d46879bf0ec3b1ca5012d7ebb8c..c99341e3e651f8d69f5779aef65ab7181aa8ee4b 100644 (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
 
diff --git a/etc/icinga2/features-available/checker.conf b/etc/icinga2/features-available/checker.conf
new file mode 100644 (file)
index 0000000..13755b5
--- /dev/null
@@ -0,0 +1,7 @@
+/**
+ * The checker component takes care of executing service checks.
+ *
+
+library "checker"
+
+object CheckerComponent "checker" { }
diff --git a/etc/icinga2/features-available/notification.conf b/etc/icinga2/features-available/notification.conf
new file mode 100644 (file)
index 0000000..91d8031
--- /dev/null
@@ -0,0 +1,7 @@
+/**
+ * The notification component takes care of executing service checks.
+ *
+
+library "notification"
+
+object NotificationComponent "notification" { }