Removed obsolete config files.

This commit is contained in:
Gunnar Beutner 2012-09-28 12:37:18 +02:00
parent 71cbfe8fea
commit 23cd92803b
4 changed files with 0 additions and 5127 deletions

View File

@ -1,24 +0,0 @@
local object IcingaApplication "icinga" {
cert = "icinga-c2.pem",
ca = "ca.crt",
pidpath = "icinga-checker1.pid",
macros = {
plugindir = "/usr/local/icinga/libexec"
}
}
local object Component "checker" {
}
local object Component "discovery" {
broker = 0
}
/* trusted upstream endpoint */
local object Endpoint "icinga-c1" {
node = "192.168.5.46",
service = 7777,
}

View File

@ -1,18 +0,0 @@
local object IcingaApplication "icinga" {
cert = "icinga-c3.pem",
ca = "ca.crt"
}
local object Component "checker" {
}
local object Component "discovery" {
broker = 0
}
/* upstream endpoint */
local object Endpoint "icinga-c1" {
node = "192.168.5.46",
service = 7777,
}

File diff suppressed because it is too large Load Diff

View File

@ -1,41 +0,0 @@
local object IcingaApplication "icinga" {
macros = {
plugindir = "/usr/local/icinga/libexec"
}
}
local object Component "checker" {
}
local object Component "delegation" {
}
local object Component "compat" {
}
//local object Component "compatido" {
//
//}
abstract object Service "nagios-service" {
methods = {
check = "native::NagiosCheck"
}
}
abstract object Service "ping" inherits "nagios-service" {
check_command = "$plugindir$/check_ping -H $address$",
check_interval = 5,
retry_interval = 5
}
object Host "localhost" {
services = { "ping" },
macros = {
address = "localhost"
}
}