icinga2/icinga-app/icinga-checker2.conf

19 lines
279 B
Plaintext
Raw Normal View History

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