From aa3196407a829618da1ae9b2850641df56bf3374 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 28 Jun 2013 20:46:53 +0200 Subject: [PATCH] icinga2.conf.dist: add CompatLog as default --- etc/icinga2/icinga2.conf.dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/icinga2/icinga2.conf.dist b/etc/icinga2/icinga2.conf.dist index 7bba49fa0..064a8165d 100644 --- a/etc/icinga2/icinga2.conf.dist +++ b/etc/icinga2/icinga2.conf.dist @@ -22,10 +22,11 @@ local object IcingaApplication "icinga" { /** * The compat component periodically updates the status.dat and objects.cache * files. These are used by the Icinga 1.x CGIs to display the state of - * hosts and services. + * hosts and services. CompatLog writeis the Icinga 1.x icinga.log and archives. */ library "compat" local object CompatComponent "compat" { } +local object CompatLog "compat-log" { } /** * And finally we define some host that should be checked. -- 2.50.0