icinga2/icinga-app/icinga2.conf

30 lines
456 B
Plaintext
Raw Normal View History

2012-06-12 11:45:37 +02:00
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" }
}