mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
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
|
* 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.
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user