mirror of https://github.com/Icinga/icinga2.git
config conversion: Fix object names in test config.
This commit is contained in:
parent
1342dec909
commit
00532f6da7
|
@ -4,7 +4,8 @@ include <itl/standalone.conf>
|
|||
include "conf/resource.conf"
|
||||
|
||||
library "compat"
|
||||
object CompatComponent "compat" { }
|
||||
object CompatLog "compat-log" { }
|
||||
object StatusDataWriter "status" { }
|
||||
object ExternalCommandListener "command" { }
|
||||
object CompatLogger "compat-log" { }
|
||||
|
||||
include "conf/*.conf"
|
||||
|
|
Loading…
Reference in New Issue