icinga2.conf.dist: add CompatLog as default

This commit is contained in:
Michael Friedrich 2013-06-28 20:46:53 +02:00
parent 01a4755333
commit aa3196407a

View File

@ -22,10 +22,11 @@ local object IcingaApplication "icinga" {
/** /**
* The compat component periodically updates the status.dat and objects.cache * 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 * 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" library "compat"
local object CompatComponent "compat" { } local object CompatComponent "compat" { }
local object CompatLog "compat-log" { }
/** /**
* And finally we define some host that should be checked. * And finally we define some host that should be checked.