mirror of https://github.com/Icinga/icinga2.git
icinga2.conf.dist: add CompatLog as default
This commit is contained in:
parent
01a4755333
commit
aa3196407a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue