icinga2/icinga-app/icinga3.conf

31 lines
462 B
Plaintext
Raw Normal View History

2012-06-12 11:45:37 +02:00
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" {
}
2012-06-14 16:14:13 +02:00
local object component "checker" {
2012-06-12 11:45:37 +02:00
}
local object component "discovery" {
broker = 0
}
2012-06-14 16:14:13 +02:00
local object endpoint "icinga-c2" {
node = "192.168.2.235",
2012-06-12 11:45:37 +02:00
service = 7777,
2012-06-14 16:14:13 +02:00
roles = { "all" }
2012-06-12 11:45:37 +02:00
}
2012-06-14 16:14:13 +02:00
local object role "all" {
publications = { "*" },
subscriptions = { "*" }
2012-06-12 11:45:37 +02:00
}