From 2a09a722c8d04d6fef0fc6cb142c42f5ab4e2e65 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 12 Mar 2013 15:37:24 +0100 Subject: [PATCH] Update example configuration files. --- etc/icinga2/icinga2.conf.dist | 3 ++- etc/icinga2/icinga2.conf.win32 | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/icinga2/icinga2.conf.dist b/etc/icinga2/icinga2.conf.dist index 004f1cec0..d3bff8de8 100644 --- a/etc/icinga2/icinga2.conf.dist +++ b/etc/icinga2/icinga2.conf.dist @@ -24,7 +24,8 @@ local object IcingaApplication "icinga" { * files. These are used by the Icinga 1.x CGIs to display the state of * hosts and services. */ -local object Component "compat" { } +#library "compat" +local object CompatComponent "compat" { } /** * And finally we define some host that should be checked. diff --git a/etc/icinga2/icinga2.conf.win32 b/etc/icinga2/icinga2.conf.win32 index 52ecf109d..aeb6db792 100644 --- a/etc/icinga2/icinga2.conf.win32 +++ b/etc/icinga2/icinga2.conf.win32 @@ -27,6 +27,7 @@ local object IcingaApplication "icinga" { * files. These are used by the Icinga 1.x CGIs to display the state of * hosts and services. */ +#library "compat" local object Component "compat" { status_path = "status.dat", objects_path = "objects.cache",