mirror of https://github.com/Icinga/icinga2.git
Removed obsolete config files.
This commit is contained in:
parent
71cbfe8fea
commit
23cd92803b
|
@ -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,
|
||||
}
|
||||
|
|
@ -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
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue