mirror of https://github.com/Icinga/icinga2.git
Added the null-service template.
This commit is contained in:
parent
cf920cd0f2
commit
a8e584811f
|
@ -25,6 +25,12 @@ abstract object Service "itl-service" {
|
||||||
servicegroups = { "all-services" }
|
servicegroups = { "all-services" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
abstract object Service "null-service" inherits "itl-service" {
|
||||||
|
methods = {
|
||||||
|
check = "native::NullCheck"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
abstract object Service "plugin-service" inherits "itl-service" {
|
abstract object Service "plugin-service" inherits "itl-service" {
|
||||||
methods = {
|
methods = {
|
||||||
check = "native::PluginCheck"
|
check = "native::PluginCheck"
|
||||||
|
|
Loading…
Reference in New Issue