From: Michael Friedrich Date: Fri, 28 Jun 2013 18:46:53 +0000 (+0200) Subject: icinga2.conf.dist: add CompatLog as default X-Git-Tag: v0.0.2~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa3196407a829618da1ae9b2850641df56bf3374;p=icinga2 icinga2.conf.dist: add CompatLog as default --- 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.