icinga2/icinga-app/icinga3.conf

30 lines
428 B
Plaintext
Raw Normal View History

2012-06-12 11:45:37 +02:00
local object application "icinga" {
ca = "ca.crt",
cert = "icinga-c3.pem",
2012-06-12 11:45:37 +02:00
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
}