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
1 changed files with 2 additions and 1 deletions

View File

@ -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.