mirror of https://github.com/Icinga/icinga2.git
Update example configuration files.
This commit is contained in:
parent
5fcdc51e3c
commit
2a09a722c8
|
@ -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.
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue