mirror of https://github.com/Icinga/icinga2.git
30 lines
456 B
Plaintext
30 lines
456 B
Plaintext
local object application "icinga" {
|
|
privkey = "icinga-c2.key",
|
|
pubkey = "icinga-c2.crt",
|
|
|
|
cakey = "ca.crt",
|
|
node = "10.0.10.3",
|
|
service = 8888
|
|
}
|
|
|
|
local object component "configrpc" {
|
|
}
|
|
|
|
local object component "demo" {
|
|
}
|
|
|
|
local object component "discovery" {
|
|
broker = 0
|
|
}
|
|
|
|
local object endpoint "icinga-c1" {
|
|
node = "10.0.10.14",
|
|
service = 7777,
|
|
|
|
roles = { "broker" }
|
|
}
|
|
|
|
local object role "broker" {
|
|
publications = { "discovery::NewComponent" }
|
|
}
|