icinga2/icinga-app/icinga1.conf

36 lines
532 B
Plaintext
Raw Normal View History

2012-06-12 10:49:30 +02:00
local object application "icinga" {
ca = "ca.crt",
cert = "icinga-c1.pem",
2012-06-12 10:49:30 +02:00
node = "10.0.10.14",
service = 7778
2012-06-12 10:49:30 +02:00
}
local object component "cibsync" {
2012-06-12 10:49:30 +02:00
}
local object component "demo" {
}
local object component "discovery" {
broker = 1
}
local object endpoint "icinga-c2" {
roles = { "demo" }
}
local object endpoint "icinga-c3" {
roles = { "demo" }
}
local object role "broker" {
publications = { "discovery::NewComponent" }
}
local object role "demo" {
publications = { "demo::*" },
subscriptions = { "demo::*" }
}