Update example configuration files.

This commit is contained in:
Gunnar Beutner 2013-03-12 15:37:24 +01:00
parent 5fcdc51e3c
commit 2a09a722c8
2 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,8 @@ local object IcingaApplication "icinga" {
* 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.
*/ */
local object Component "compat" { } #library "compat"
local object CompatComponent "compat" { }
/** /**
* And finally we define some host that should be checked. * And finally we define some host that should be checked.

View File

@ -27,6 +27,7 @@ local object IcingaApplication "icinga" {
* 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.
*/ */
#library "compat"
local object Component "compat" { local object Component "compat" {
status_path = "status.dat", status_path = "status.dat",
objects_path = "objects.cache", objects_path = "objects.cache",