icinga2/icinga-app/icinga3.conf

31 lines
461 B
Plaintext

local object application "icinga" {
privkey = "icinga-c3.key",
pubkey = "icinga-c3.crt",
cakey = "ca.crt",
node = "10.0.10.14",
service = 9999
}
local object component "configrpc" {
}
local object component "checker" {
}
local object component "discovery" {
broker = 0
}
local object endpoint "icinga-c2" {
node = "192.168.2.235",
service = 7777,
roles = { "all" }
}
local object role "all" {
publications = { "*" },
subscriptions = { "*" }
}