2012-08-14 14:09:08 +02:00
|
|
|
local object IcingaApplication "icinga" {
|
2012-06-27 09:10:37 +02:00
|
|
|
cert = "icinga-c3.pem",
|
|
|
|
ca = "ca.crt"
|
|
|
|
}
|
|
|
|
|
2012-08-14 14:09:08 +02:00
|
|
|
local object Component "checker" {
|
2012-06-27 09:10:37 +02:00
|
|
|
}
|
|
|
|
|
2012-08-14 14:09:08 +02:00
|
|
|
local object Component "discovery" {
|
2012-06-27 09:10:37 +02:00
|
|
|
broker = 0
|
|
|
|
}
|
|
|
|
|
2012-08-14 14:09:08 +02:00
|
|
|
/* upstream endpoint */
|
|
|
|
local object Endpoint "icinga-c1" {
|
2012-06-27 09:10:37 +02:00
|
|
|
node = "192.168.5.46",
|
|
|
|
service = 7777,
|
|
|
|
}
|
|
|
|
|