mirror of https://github.com/Icinga/icinga2.git
Remove obsolete templates.
This commit is contained in:
parent
ea0052f208
commit
2b1c268ecd
|
@ -24,15 +24,3 @@ object ServiceGroup "all-services" {
|
|||
template Service "itl-service" {
|
||||
servicegroups = [ "all-services" ]
|
||||
}
|
||||
|
||||
template Service "null-service" inherits "itl-service" {
|
||||
methods = {
|
||||
check = "NullCheck"
|
||||
}
|
||||
}
|
||||
|
||||
template Service "plugin-service" inherits "itl-service" {
|
||||
methods = {
|
||||
check = "PluginCheck"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue